summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-05-24 09:36:15 +1000
committerLuke Arms2021-05-24 09:36:15 +1000
commit2532fc188ae6837aa57d7d5e0741895db2616642 (patch)
tree01009a19ad4f366a4cc6e92818ba6d687b51e69c
parenta0d2aea0b8884cce6dadb4bba54dfae2641c8beb (diff)
downloadaur-2532fc188ae6837aa57d7d5e0741895db2616642.tar.gz
Allow alternative emoji fonts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4187e8c5ca69..403708a56dcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emote
pkgdesc = Emoji Picker for Linux written in GTK3
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tom-james-watson/Emote
arch = any
license = GPL3
@@ -12,8 +12,10 @@ pkgbase = emote
depends = python-gobject
depends = python-xlib
depends = libkeybinder3
- depends = noto-fonts-emoji
+ depends = emoji-font
depends = xdotool
+ optdepends = noto-fonts-emoji: colour emoji
+ optdepends = ttf-joypixels: colour emoji
source = setup.py
source = https://github.com/tom-james-watson/Emote/archive/c6be700ab1af53ddd94d1935bc84e6c16fcdf931.tar.gz
sha512sums = 83b6697b96882d3854c0f64a208571bfeec3e6324790e5508a6bd32092c5d462e86fa676c561111d98cce8058f1730303658612427b66daac086236e3e365316
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"