summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson2017-12-06 17:03:45 -0500
committerConor Anderson2017-12-06 17:03:45 -0500
commit90e10efd71bac800f811aabb85cf8b6282c35fd8 (patch)
tree66bd6ad8dfbe8ad35e647fe972028fee2b8a3daf
parente5f2f53a6857f27ab03af22396a159e16693d9b4 (diff)
downloadaur-90e10efd71bac800f811aabb85cf8b6282c35fd8.tar.gz
Add emoji optdepends
-rwxr-xr-xPKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61ec7a204c32..7ada6022d467 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ license=('GPL3')
conflicts=('wire-desktop-bin' 'wire-desktop')
depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss' 'xdg-utils')
makedepends=('cargo' 'npm' 'python2')
-optdepends=('hunspell-en: for English spellcheck support')
+optdepends=('hunspell-en: for English spellcheck support'
+ 'noto-fonts-emoji: for colorful emoji made by Google'
+ 'ttf-emojione: for colorful emoji made by EmojiOne')
provides=('wire-desktop')
source=("git://github.com/wireapp/wire-desktop.git"
"wire-desktop.desktop")