[arch-commits] Commit in ttf-linux-libertine-g/repos (3 files)

Balló György bgyorgy at nymeria.archlinux.org
Wed Aug 7 13:23:12 UTC 2013


    Date: Wednesday, August 7, 2013 @ 15:23:12
  Author: bgyorgy
Revision: 95242

archrelease: copy trunk to community-any

Added:
  ttf-linux-libertine-g/repos/community-any/
  ttf-linux-libertine-g/repos/community-any/PKGBUILD
    (from rev 95241, ttf-linux-libertine-g/trunk/PKGBUILD)
  ttf-linux-libertine-g/repos/community-any/ttf-linux-libertine-g.install
    (from rev 95241, ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install)

-------------------------------+
 PKGBUILD                      |   25 +++++++++++++++++++++++++
 ttf-linux-libertine-g.install |   13 +++++++++++++
 2 files changed, 38 insertions(+)

Copied: ttf-linux-libertine-g/repos/community-any/PKGBUILD (from rev 95241, ttf-linux-libertine-g/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-08-07 13:23:12 UTC (rev 95242)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=2
+pkgdesc="Graphite port of Linux Libertine and Linux Biolinum fonts"
+arch=('any')
+url="http://numbertext.org/linux/"
+license=('GPL' 'custom:OFL')
+depends=('fontconfig' 'xorg-mkfontdir')
+install=$pkgname.install
+md5sums=('e7a384790b13c29113e22e596ade9687')
+source=(http://www.numbertext.org/linux/${md5sums[0]}-$_pkgname-$pkgver.zip)
+
+package() {
+  cd "$srcdir/$_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/ttf-linux-libertine-g.install (from rev 95241, ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install)
===================================================================
--- community-any/ttf-linux-libertine-g.install	                        (rev 0)
+++ community-any/ttf-linux-libertine-g.install	2013-08-07 13:23:12 UTC (rev 95242)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -fs >/dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list