[arch-commits] Commit in tex-gyre-fonts/repos/extra-any (3 files)

Jan Steffens heftig at archlinux.org
Thu Jan 12 18:41:41 UTC 2017


    Date: Thursday, January 12, 2017 @ 18:41:41
  Author: heftig
Revision: 285924

archrelease: copy trunk to extra-any

Added:
  tex-gyre-fonts/repos/extra-any/PKGBUILD
    (from rev 285923, tex-gyre-fonts/trunk/PKGBUILD)
Deleted:
  tex-gyre-fonts/repos/extra-any/PKGBUILD
  tex-gyre-fonts/repos/extra-any/fonts.install

---------------+
 PKGBUILD      |   46 ++++++++++++++++++++++------------------------
 fonts.install |   11 -----------
 2 files changed, 22 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 18:40:54 UTC (rev 285923)
+++ PKGBUILD	2017-01-12 18:41:41 UTC (rev 285924)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=tex-gyre-fonts
-pkgver=2.005
-pkgrel=2
-pkgdesc="Substitute PostScript fonts in OpenType format"
-arch=(any)
-url="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=($url/whole/tg-${pkgver}otf.zip
-        $url/../licenses/GUST-FONT-LICENSE.txt)
-sha256sums=('6158bdb106e5b017743cb6e9ddb6ad4c7153e82fafadd6eb5d62c9f3064df04e'
-            'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
-
-package() {
-  install -d "$pkgdir/usr/share/fonts/tex-gyre"
-  install -t "$pkgdir/usr/share/fonts/tex-gyre" -m644 *.otf
-  install -Dm644 GUST-FONT-LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tex-gyre-fonts/repos/extra-any/PKGBUILD (from rev 285923, tex-gyre-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-12 18:41:41 UTC (rev 285924)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=tex-gyre-fonts
+pkgver=2.005
+pkgrel=3
+pkgdesc="Substitute PostScript fonts in OpenType format"
+url="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
+arch=(any)
+license=(custom)
+source=($url/whole/tg-${pkgver}otf.zip
+        $url/../licenses/GUST-FONT-LICENSE.txt)
+sha256sums=('6158bdb106e5b017743cb6e9ddb6ad4c7153e82fafadd6eb5d62c9f3064df04e'
+            'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
+
+package() {
+  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
+  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 *.otf
+  install -Dm644 GUST-FONT-LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fonts.install
===================================================================
--- fonts.install	2017-01-12 18:40:54 UTC (rev 285923)
+++ fonts.install	2017-01-12 18:41:41 UTC (rev 285924)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list