[arch-commits] Commit in gsfonts/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Jul 26 22:01:09 UTC 2016


    Date: Tuesday, July 26, 2016 @ 22:01:09
  Author: bisson
Revision: 272498

upstream update, ships t1/ttf/otf not pfb/pfm

Modified:
  gsfonts/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-26 21:34:17 UTC (rev 272497)
+++ PKGBUILD	2016-07-26 22:01:09 UTC (rev 272498)
@@ -5,7 +5,7 @@
 
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
-pkgver=20150811
+pkgver=20160531
 pkgrel=1
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
@@ -13,7 +13,7 @@
 license=('AGPL3')
 makedepends=('git')
 depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=c983ed400dc278dcf20bdff68252fad6d9db7af9")
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
 sha1sums=('SKIP')
 
 install=install
@@ -20,6 +20,8 @@
 
 package() {
 	cd "${srcdir}/${_pkgname}"
-	install -d "${pkgdir}"/usr/share/fonts/Type1
-	install -m644 *.{pfb,pfm,afm} "${pkgdir}"/usr/share/fonts/Type1
+	install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
+	install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
+	install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
 }



More information about the arch-commits mailing list