[arch-commits] Commit in ttf-linux-libertine-g/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Nov 9 23:46:59 UTC 2018
Date: Friday, November 9, 2018 @ 23:46:58
Author: felixonmars
Revision: 405385
archrelease: copy trunk to community-staging-any
Added:
ttf-linux-libertine-g/repos/community-staging-any/
ttf-linux-libertine-g/repos/community-staging-any/PKGBUILD
(from rev 405383, ttf-linux-libertine-g/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: ttf-linux-libertine-g/repos/community-staging-any/PKGBUILD (from rev 405383, ttf-linux-libertine-g/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-11-09 23:46:58 UTC (rev 405385)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=5
+pkgdesc="Graphite port of Linux Libertine and Linux Biolinum fonts"
+arch=('any')
+url="https://numbertext.org/linux/"
+license=('GPL' 'custom:OFL')
+depends=('fontconfig' 'xorg-mkfontdir')
+md5sums=('e7a384790b13c29113e22e596ade9687')
+source=(https://www.numbertext.org/linux/${md5sums[0]}-$_pkgname-$pkgver.zip)
+
+package() {
+ cd $_pkgname
+
+ install -dm755 "$pkgdir/usr/share/fonts/TTF"
+ install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
+
+ install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
+}
More information about the arch-commits
mailing list