summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2019-10-03 13:00:01 +0300
committerAriel Lieberman2019-10-03 13:00:01 +0300
commite608cfcbfd98ccd7e33ed6893c893564edc7b635 (patch)
treee91e1439ed362cd4633930d0edc3260548f2b758
parent624754d8402ba3b7c728e9bd8b814acbb143751e (diff)
downloadaur-e608cfcbfd98ccd7e33ed6893c893564edc7b635.tar.gz
Bump to version 1.18.6
add conflict with ttf-symbola now istalls correct custom license
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 20 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe9ce9e3982..08b66108ff53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,25 @@
pkgbase = opensiddur-hebrew-fonts
pkgdesc = The Open Siddur Project's open-source Unicode Hebrew font pack. Open-source licensed Unicode fonts in: Hebrew, Latin, Greek, Cyrillic, Arabic, and Amharic.
- pkgver = 1.18.5
- pkgrel = 4
+ pkgver = 1.18.6
+ pkgrel = 1
url = https://github.com/aharonium/fonts
arch = any
- license = GPL 3.0
+ license = GPL3
license = GPL-FE
- license = OFL
+ license = custom:OFL
license = APACHE
license = UBL
license = LPPL
- license = GPL 2.0
+ license = GPL2
depends = fontconfig
depends = xorg-fonts-alias
depends = xorg-font-utils
depends = xorg-fonts-encodings
conflicts = culmus
conflicts = ttf-sil-ezra
- source = opensiddur-hebrew-fonts-1.18.5.zip::https://github.com/aharonium/fonts/archive/03548778f3299c52ad1f92405e8a5bad993dcee5.zip
- sha256sums = 6ea21bd339f9baa8e1c0added7f85b995ff299025d23d771ba8568ab873febd2
+ conflicts = ttf-symbola
+ source = opensiddur-hebrew-fonts-1.18.6.zip::https://github.com/aharonium/fonts/archive/4cfe884b21bcc7d57b53eb276476b9f916e0a4b3.zip
+ sha256sums = b7c064c7ff5d90debc6e21b6657fd1d75a551025e769f6a6ea958bc37ea1f71e
pkgname = opensiddur-hebrew-fonts
diff --git a/PKGBUILD b/PKGBUILD
index bac4321c12ef..181394712940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,30 +6,31 @@
#see the last line and an example were I removed Liberation fonts since they are contained in other packages.
pkgname=opensiddur-hebrew-fonts
-pkgver=1.18.5
-pkgrel=4
+pkgver=1.18.6
+pkgrel=1
pkgdesc="The Open Siddur Project's open-source Unicode Hebrew font pack.
Open-source licensed Unicode fonts in: Hebrew, Latin, Greek, Cyrillic, Arabic, and Amharic."
url="https://github.com/aharonium/fonts"
arch=(any)
-license=('GPL 3.0'
+license=('GPL3'
'GPL-FE'
- 'OFL'
+ 'custom:OFL'
'APACHE'
'UBL'
'LPPL'
- 'GPL 2.0')
+ 'GPL2')
depends=('fontconfig' 'xorg-fonts-alias' 'xorg-font-utils' 'xorg-fonts-encodings')
#Confling packages whos fonts are contained in oppensiddur-hebrew-fonts
conflicts=('culmus'
- 'ttf-sil-ezra')
+ 'ttf-sil-ezra'
+ 'ttf-symbola')
-_sha=03548778f3299c52ad1f92405e8a5bad993dcee5
+_sha=4cfe884b21bcc7d57b53eb276476b9f916e0a4b3
_zipname="$pkgname-$pkgver"
source=("$_zipname.zip::https://github.com/aharonium/fonts/archive/$_sha.zip")
-sha256sums=('6ea21bd339f9baa8e1c0added7f85b995ff299025d23d771ba8568ab873febd2')
+sha256sums=('b7c064c7ff5d90debc6e21b6657fd1d75a551025e769f6a6ea958bc37ea1f71e')
prepare() {
find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
@@ -50,6 +51,9 @@ package() {
#remove Liberation to prevent conflict
find "${pkgdir}" -type f -name "Liberation*" -exec rm "{}" ";"
+
+ #install custom licences
+ install -Dm644 "${srcdir}/fonts-${_sha}/LICENSES.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
#remove other font families buy running:
# find "${pkgdir}" -type f -name "<font-family>*" -exec rm "{}" ";"