[arch-commits] Commit in ttf-linux-libertine-g/repos/community-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 11:03:38 UTC 2020


    Date: Monday, June 29, 2020 @ 11:03:38
  Author: andyrtr
Revision: 656189

archrelease: copy trunk to community-any

Added:
  ttf-linux-libertine-g/repos/community-any/PKGBUILD
    (from rev 656188, ttf-linux-libertine-g/trunk/PKGBUILD)
Deleted:
  ttf-linux-libertine-g/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 11:03:30 UTC (rev 656188)
+++ PKGBUILD	2020-06-29 11:03:38 UTC (rev 656189)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: ttf-linux-libertine-g/repos/community-any/PKGBUILD (from rev 656188, ttf-linux-libertine-g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 11:03:38 UTC (rev 656189)
@@ -0,0 +1,22 @@
+# 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"
+}



More information about the arch-commits mailing list