summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Arms2021-05-24 09:36:15 +1000
committerLuke Arms2021-05-24 09:36:15 +1000
commit2532fc188ae6837aa57d7d5e0741895db2616642 (patch)
tree01009a19ad4f366a4cc6e92818ba6d687b51e69c /PKGBUILD
parenta0d2aea0b8884cce6dadb4bba54dfae2641c8beb (diff)
downloadaur-2532fc188ae6837aa57d7d5e0741895db2616642.tar.gz
Allow alternative emoji fonts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2e082549410..fbfd89d84e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,16 @@
pkgname=emote
pkgver=2.0.0
_pkgref=c6be700ab1af53ddd94d1935bc84e6c16fcdf931
-pkgrel=1
+pkgrel=2
url="https://github.com/tom-james-watson/Emote"
pkgdesc="Emoji Picker for Linux written in GTK3"
arch=('any')
license=('GPL3')
-depends=('python' 'gtk3' 'python-gobject' 'python-xlib' 'libkeybinder3' 'noto-fonts-emoji' 'xdotool')
+depends=('python' 'gtk3' 'python-gobject' 'python-xlib' 'libkeybinder3' 'emoji-font' 'xdotool')
+optdepends=(
+ 'noto-fonts-emoji: colour emoji'
+ 'ttf-joypixels: colour emoji'
+)
makedepends=('python-setuptools' 'python-pipenv')
source=(
"setup.py"