summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')