summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2020-04-28 17:44:00 +0200
committerTim Schumacher2020-04-28 17:44:00 +0200
commit7cbabc392f2e725d57e7f614abdc64669bc5f6f4 (patch)
tree1c8f832cb22cf8452547f488619e8b71447810a8
parentdce9c580922048aa8bf1fe066d1812d9ff6ff3f8 (diff)
downloadaur-7cbabc392f2e725d57e7f614abdc64669bc5f6f4.tar.gz
Add optional packages for Emoji
I shamelessly copied those from the discord-canary package. Sorry.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a066b48118b0..250610d631bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,9 @@ pkgbase = discord-ptb
depends = libgles
optdepends = libpulse: Pulseaudio support
optdepends = xdg-utils: Open files
+ optdepends = noto-fonts-cjk: Font for special characters such as /shrug face
+ optdepends = noto-fonts-emoji: Google font for emoji support
+ optdepends = ttf-symbola: Font for emoji support
source = https://dl-ptb.discordapp.net/apps/linux/0.0.19/discord-ptb-0.0.19.tar.gz
source = LICENSE
source = OSS-LICENSES::https://discordapp.com/licenses
diff --git a/PKGBUILD b/PKGBUILD
index 42f174770cb6..c466846605d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,10 @@ license=('custom')
depends=('libnotify' 'libxss' 'nspr' 'nss'
'opera-ffmpeg-codecs' 'libegl' 'libgles') # Replacements
optdepends=('libpulse: Pulseaudio support'
- 'xdg-utils: Open files')
+ 'xdg-utils: Open files'
+ 'noto-fonts-cjk: Font for special characters such as /shrug face'
+ 'noto-fonts-emoji: Google font for emoji support'
+ 'ttf-symbola: Font for emoji support')
source=("https://dl-ptb.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
'LICENSE'
'OSS-LICENSES::https://discordapp.com/licenses')