summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-15 15:11:37 +0300
committerCaleb Maclennan2020-02-15 15:34:37 +0300
commit0005c014a5d01b67876d96b0be84f28df6b4cf5c (patch)
treee8b1aa2e0395be132b6c765237f6c92319edc957
parent5a1ab7d006958caa2b06ed930e04f9f83075747e (diff)
downloadaur-0005c014a5d01b67876d96b0be84f28df6b4cf5c.tar.gz
Add more newly packaged SIL fonts
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c100becfb914..c0cb6509ceb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,31 @@
pkgbase = ttf-sil-fonts
pkgdesc = Metapackage depending on all OFL-licensed font packages from SIL
- pkgver = 7
- pkgrel = 2
+ pkgver = 8
+ pkgrel = 1
url = https://software.sil.org/fonts
arch = any
license = custom:OFL
depends = gentium-plus-font
depends = ttf-charis-sil
depends = ttf-sil-abyssinica
+ depends = ttf-sil-alkalami
depends = ttf-sil-annapurna
depends = ttf-sil-apparatus
+ depends = ttf-sil-awami-nastaliq
depends = ttf-sil-dai-banna
depends = ttf-sil-doulos
depends = ttf-sil-ezra
depends = ttf-sil-galatia
+ depends = ttf-sil-harmattan
depends = ttf-sil-lateef
depends = ttf-sil-mingzat
depends = ttf-sil-mondulkiri
+ depends = ttf-sil-namdhinggo
depends = ttf-sil-nuosu
depends = ttf-sil-padauk
depends = ttf-sil-scheherazade
depends = ttf-sil-sophia-nubian
+ depends = ttf-sil-tagmukay
depends = ttf-sil-tai-heritage-pro
pkgname = ttf-sil-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 07ed1634978c..1780d9415156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,28 +5,33 @@
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=ttf-sil-fonts
-pkgver=7
-pkgrel=2
+pkgver=8
+pkgrel=1
pkgdesc="Metapackage depending on all OFL-licensed font packages from SIL"
arch=('any')
url='https://software.sil.org/fonts'
license=('custom:OFL')
_silfonts=('abyssinica'
+ 'alkalami'
# 'andika' Blocked by AUR package
'annapurna'
'apparatus'
+ 'awami-nastaliq'
# 'charis' Has different name in AUR
'dai-banna'
'doulos'
'ezra'
'galatia'
+ 'harmattan'
'lateef'
'mingzat'
'mondulkiri'
+ 'namdhinggo'
'nuosu'
'padauk'
'scheherazade'
'sophia-nubian'
+ 'tagmukay'
'tai-heritage-pro')
depends=('gentium-plus-font' 'ttf-charis-sil' "${_silfonts[@]/#/ttf-sil-}")