summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-02-08 15:29:42 +0100
committerPhilipp A2016-02-08 15:29:42 +0100
commit19bbf85e8c69174881d8e3facdda1557874576bd (patch)
tree3e9a5fcd4c00e8fc13578860c734bc5888b5a21f
parent5a4a643241dea374738b00cb02180f13830fd4ce (diff)
downloadaur-19bbf85e8c69174881d8e3facdda1557874576bd.tar.gz
added noto to optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3f1a29e1a24..5f724e37f675 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 = 3
+ pkgrel = 4
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
license = GPL
@@ -9,8 +9,10 @@ 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
+ optdepends = noto-fonts-emoji: Another font with emoji
+ optdepends = noto-fonts: Fonts designed to cover a wide unicode range
+ optdepends = ttf-freefont: Another font covering a wide unicode range
+ optdepends = ttf-ancient-fonts: Contains ttf-symbola and yet more 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 14d2eeb71566..65fbc58b772f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
pkgname=unicodemoticon
pkgver=2.1.1
-pkgrel=3
+pkgrel=4
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'
- 'ttf-freefont: Font covering a wide unicode range'
- 'ttf-ancient-fonts: Contains ttf-symbola and other fonts covering a wide unicode range'
+ 'noto-fonts-emoji: Another font with emoji'
+ 'noto-fonts: Fonts designed to cover a wide unicode range'
+ 'ttf-freefont: Another font covering a wide unicode range'
+ 'ttf-ancient-fonts: Contains ttf-symbola and yet more fonts covering a wide unicode range'
)
makedepends=('python-distribute')
license=('GPL')