Date: Wednesday, November 16, 2022 @ 14:19:43
Author: kpcyrd
Revision: 1349103
archrelease: copy trunk to community-any
Added:
ttf-linux-libertine-g/repos/community-any/PKGBUILD
(from rev 1349102, ttf-linux-libertine-g/trunk/PKGBUILD)
Deleted:
ttf-linux-libertine-g/repos/community-any/PKGBUILD
----------+
PKGBUILD | 45 +++++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-16 14:19:24 UTC (rev 1349102)
+++ PKGBUILD 2022-11-16 14:19:43 UTC (rev 1349103)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=ttf-linux-libertine-g
-_pkgname=LinLibertineG
-pkgver=20120116
-pkgrel=6
-pkgdesc="Graphite port of Linux Libertine and Linux Biolinum fonts"
-arch=('any')
-url="https://numbertext.org/linux/"
-license=('GPL' 'custom:OFL')
-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"
-}
Copied: ttf-linux-libertine-g/repos/community-any/PKGBUILD (from rev 1349102,
ttf-linux-libertine-g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-16 14:19:43 UTC (rev 1349103)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=7
+pkgdesc="Graphite port of Linux Libertine and Linux Biolinum fonts"
+arch=('any')
+url="https://numbertext.org/linux/"
+license=('GPL' 'custom:OFL')
+md5sums=('e7a384790b13c29113e22e596ade9687')
+sha256sums=('54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5')
+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"
+}