summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-02-05 09:34:16 +0100
committerPhilipp A2016-02-05 09:34:16 +0100
commit5a4a643241dea374738b00cb02180f13830fd4ce (patch)
tree16663e8c660c4c621f4dff6b2650b2c953a10022
parent6be6600f9b5551e4106e549d6e85e8fe3803fb58 (diff)
downloadaur-5a4a643241dea374738b00cb02180f13830fd4ce.tar.gz
added optional deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c2a5041216..c3f1a29e1a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unicodemoticon
pkgdesc = Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5.
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
license = GPL
@@ -9,6 +9,8 @@ pkgbase = unicodemoticon
depends = python
depends = python-pyqt5
optdepends = ttf-symbola: Font with emoji
+ optdepends = ttf-freefont: Font covering a wide unicode range
+ optdepends = ttf-ancient-fonts: Contains ttf-symbola and other fonts covering a wide unicode range
source = https://github.com/juancarlospaco/unicodemoticon/archive/2.1.1.tar.gz
sha256sums = 625d87e9d73fa1a72b3b029d80f56a63e72b4d56f7bdfebf02ed05f1aa0fef52
diff --git a/PKGBUILD b/PKGBUILD
index 0f64c3f8abe5..14d2eeb71566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,14 @@
pkgname=unicodemoticon
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5."
url="https://github.com/juancarlospaco/unicodemoticon"
depends=('python' 'python-pyqt5')
-optdepends=('ttf-symbola: Font with emoji')
+optdepends=(
+ 'ttf-symbola: Font with emoji'
+ 'ttf-freefont: Font covering a wide unicode range'
+ 'ttf-ancient-fonts: Contains ttf-symbola and other fonts covering a wide unicode range'
+)
makedepends=('python-distribute')
license=('GPL')
arch=('any')