summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Isenhart2019-07-29 23:07:25 -0400
committerBen Isenhart2019-07-29 23:07:25 -0400
commit4b00367cac5e8ce47a3193f008bd4f20069c96ee (patch)
treece70ca173feb34eed3b799a2f34d2efe0bbd9443
parent5fb439708ffca88d09689b875192a07eb2533d1e (diff)
downloadaur-4b00367cac5e8ce47a3193f008bd4f20069c96ee.tar.gz
temporary fix for 'Add Reaction' button
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 996d76597e6e..845e8df17e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slack-desktop-dark
pkgdesc = Slack Desktop (Beta) for Linux, with dark theme patch
pkgver = 4.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://slack.com/downloads
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 75fd968311f8..89654559ab48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=slack-desktop-dark
pkgver=4.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -53,6 +53,7 @@ package() {
# of our function from being commented out
echo "" >> $file
head -n $((lineno - 1)) darkify_slack.js >> $file
+ sed -i -e '/\\E/d' slack-dark-mode.css # temporary fix for 'Add Reaction' icon
cat slack-dark-mode.css >> $file
tail -n +$((lineno + 1)) darkify_slack.js >> $file