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

Jan Steffens heftig at archlinux.org
Fri Jan 16 12:31:46 UTC 2015


    Date: Friday, January 16, 2015 @ 13:31:46
  Author: heftig
Revision: 229427

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 12:31:38 UTC (rev 229426)
+++ PKGBUILD	2015-01-16 12:31:46 UTC (rev 229427)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=tex-gyre-fonts
-pkgver=2.005
-pkgrel=1
-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 229426, tex-gyre-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-16 12:31:46 UTC (rev 229427)
@@ -0,0 +1,24 @@
+# $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:

Deleted: fonts.install
===================================================================
--- fonts.install	2015-01-16 12:31:38 UTC (rev 229426)
+++ fonts.install	2015-01-16 12:31:46 UTC (rev 229427)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: tex-gyre-fonts/repos/extra-any/fonts.install (from rev 229426, tex-gyre-fonts/trunk/fonts.install)
===================================================================
--- fonts.install	                        (rev 0)
+++ fonts.install	2015-01-16 12:31:46 UTC (rev 229427)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list