summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-15 21:37:20 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-15 21:39:30 +0100
commitd674b98e970c8ec5b4f9617db782eb59f2e2ed17 (patch)
tree9575e0a0e480424dc5a64de8b55cb35434ff70a3 /pcr
parent0c393af4e2163590d8f452adb68485cdcacbe343 (diff)
pcr: Add fonts used in Replicant artwork
This fontset is used in Replicant artworks[1]. They are released under the SIL Open Font License 1.1, which is a free license for fonts[2]. [1]https://redmine.replicant.us/projects/replicant/wiki/Artwork [2]https://www.gnu.org/licenses/license-list.html#SILOFL Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ttf-league-gothic/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/pcr/ttf-league-gothic/PKGBUILD b/pcr/ttf-league-gothic/PKGBUILD
new file mode 100644
index 000000000..3257cd3a6
--- /dev/null
+++ b/pcr/ttf-league-gothic/PKGBUILD
@@ -0,0 +1,31 @@
+# Maintainer (AUR): LightDot <lightdot -a-t- g m a i l>
+# Contributor (AUR): samæ <samæ at marvid dot fr>
+# Maintainer (Parabola): Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+
+_fnt_name=league-gothic
+pkgname=ttf-$_fnt_name
+pkgver=20160215
+pkgrel=2
+pkgdesc="League Gothic is a revival of an old classic, and one of our favorite typefaces, Alternate Gothic #1"
+arch=('any')
+url="http://theleagueofmoveabletype.com/$_fnt_name"
+license=('custom:OFL')
+groups=('lmt-fonts')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+conflicts=('otf-league-gothic')
+source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/$_fnt_name/archive/master.zip")
+md5sums=('e19525cac31d325b4604d01e36c9fd6c')
+
+package() {
+ install -Dm644 "$srcdir/$_fnt_name"-master/LeagueGothic-CondensedItalic.otf "$pkgdir"/usr/share/fonts/OTF/LeagueGothic-CondensedItalic.otf
+ install -Dm644 "$srcdir/$_fnt_name"-master/LeagueGothic-CondensedRegular.otf "$pkgdir"/usr/share/fonts/OTF/LeagueGothic-CondensedRegular.otf
+ install -Dm644 "$srcdir/$_fnt_name"-master/LeagueGothic-Italic.otf "$pkgdir"/usr/share/fonts/OTF/LeagueGothic-Italic.otf
+ install -Dm644 "$srcdir/$_fnt_name"-master/LeagueGothic-Regular.otf "$pkgdir"/usr/share/fonts/OTF/LeagueGothic-Regular.otf
+
+ install -Dm644 "$srcdir/$_fnt_name"-master/webfonts/leaguegothic-condensed-italic-webfont.ttf "$pkgdir"/usr/share/fonts/TTF/LeagueGothic-CondensedItalic.ttf
+ install -Dm644 "$srcdir/$_fnt_name"-master/webfonts/leaguegothic-condensed-regular-webfont.ttf "$pkgdir"/usr/share/fonts/TTF/LeagueGothic-CondensedRegular.ttf
+ install -Dm644 "$srcdir/$_fnt_name"-master/webfonts/leaguegothic-italic-webfont.ttf "$pkgdir"/usr/share/fonts/TTF/LeagueGothic-Italic.ttf
+ install -Dm644 "$srcdir/$_fnt_name"-master/webfonts/leaguegothic-regular-webfont.ttf "$pkgdir"/usr/share/fonts/TTF/LeagueGothic-Regular.ttf
+
+ install -Dm644 "$srcdir/$_fnt_name"-master/Open\ Font\ License.markdown "$pkgdir/usr/share/licenses/$pkgname"/OFL.txt
+}