[arch-commits] Commit in tex-gyre-fonts/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Nov 3 09:33:59 UTC 2018
Date: Saturday, November 3, 2018 @ 09:33:59
Author: heftig
Revision: 337776
archrelease: copy trunk to extra-any
Added:
tex-gyre-fonts/repos/extra-any/PKGBUILD
(from rev 337775, tex-gyre-fonts/trunk/PKGBUILD)
Deleted:
tex-gyre-fonts/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-03 09:33:39 UTC (rev 337775)
+++ PKGBUILD 2018-11-03 09:33:59 UTC (rev 337776)
@@ -1,22 +0,0 @@
-# $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:
Copied: tex-gyre-fonts/repos/extra-any/PKGBUILD (from rev 337775, tex-gyre-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-03 09:33:59 UTC (rev 337776)
@@ -0,0 +1,21 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=tex-gyre-fonts
+pkgver=2.501
+pkgrel=1
+pkgdesc="Substitute PostScript fonts in OpenType format"
+url="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
+arch=(any)
+license=(custom)
+_zipname=tg${pkgver//./_}otf
+source=($url/whole/$_zipname.zip
+ $url/../licenses/GUST-FONT-LICENSE.txt)
+sha256sums=('d7f8be5317bec4e644cf16c5abf876abeeb83c43dbec0ccb4eee4516b73b1bbe'
+ 'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
+
+package() {
+ install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $_zipname/*.otf
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 GUST-FONT-LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list