[arch-commits] Commit in ttf-linux-libertine-g/repos/community-any (3 files)
Balló György
bgyorgy at archlinux.org
Sat Jan 21 20:49:18 UTC 2017
Date: Saturday, January 21, 2017 @ 20:49:17
Author: bgyorgy
Revision: 208327
archrelease: copy trunk to community-any
Added:
ttf-linux-libertine-g/repos/community-any/PKGBUILD
(from rev 208326, ttf-linux-libertine-g/trunk/PKGBUILD)
Deleted:
ttf-linux-libertine-g/repos/community-any/PKGBUILD
ttf-linux-libertine-g/repos/community-any/ttf-linux-libertine-g.install
-------------------------------+
PKGBUILD | 49 +++++++++++++++++++---------------------
ttf-linux-libertine-g.install | 13 ----------
2 files changed, 24 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-21 20:48:58 UTC (rev 208326)
+++ PKGBUILD 2017-01-21 20:49:17 UTC (rev 208327)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=ttf-linux-libertine-g
-_pkgname=LinLibertineG
-pkgver=20120116
-pkgrel=3
-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')
-install=$pkgname.install
-md5sums=('e7a384790b13c29113e22e596ade9687')
-source=(https://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/PKGBUILD (from rev 208326, ttf-linux-libertine-g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-21 20:49:17 UTC (rev 208327)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=4
+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 "$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
+}
Deleted: ttf-linux-libertine-g.install
===================================================================
--- ttf-linux-libertine-g.install 2017-01-21 20:48:58 UTC (rev 208326)
+++ ttf-linux-libertine-g.install 2017-01-21 20:49:17 UTC (rev 208327)
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s
- 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