summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2017-11-17 12:15:14 +0100
committerMaxim Baz2017-11-17 12:15:14 +0100
commit3d75e5ce9d6e722095e849a703a0ddbb81217365 (patch)
tree9d1184481264a46044b843f1166998075f3ccf7e
parentd5b8be586e7581364c38f4c87d321793bb376abd (diff)
downloadaur-3d75e5ce9d6e722095e849a703a0ddbb81217365.tar.gz
Add emoji fonts to optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45759e6a6c0a..7331eb783d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,8 @@ pkgbase = wire-desktop-beta
depends = nss
depends = xdg-utils
optdepends = hunspell-en: for English spellcheck support
+ optdepends = noto-fonts-emoji: for colorful emoji made by Google
+ optdepends = ttf-emojione: for colorful emoji made by EmojiOne
provides = wire-desktop
conflicts = wire-desktop-bin
conflicts = wire-desktop
diff --git a/PKGBUILD b/PKGBUILD
index e08940e4564b..d59135e0038f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ license=('GPL3')
conflicts=('wire-desktop-bin' 'wire-desktop' 'wire-desktop-git')
depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss' 'xdg-utils')
makedepends=('cargo' 'npm' 'python2' 'git')
-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=("${pkgver}.tar.gz::https://github.com/wireapp/wire-desktop/archive/release/"$pkgver".tar.gz"
"${_pkgname}.desktop")