[arch-commits] Commit in gsfonts/repos/testing-any (PKGBUILD PKGBUILD install install)
Gaëtan Bisson
bisson at archlinux.org
Wed Jul 27 18:18:40 UTC 2016
Date: Wednesday, July 27, 2016 @ 18:18:40
Author: bisson
Revision: 272519
archrelease: copy trunk to testing-any
Added:
gsfonts/repos/testing-any/PKGBUILD
(from rev 272518, gsfonts/trunk/PKGBUILD)
gsfonts/repos/testing-any/install
(from rev 272518, gsfonts/trunk/install)
Deleted:
gsfonts/repos/testing-any/PKGBUILD
gsfonts/repos/testing-any/install
----------+
PKGBUILD | 52 +++++++++++++++++++++++++---------------------------
install | 26 +++++++++++++-------------
2 files changed, 38 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-27 18:18:12 UTC (rev 272518)
+++ PKGBUILD 2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20160531
-pkgrel=1
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
- cd "${srcdir}/${_pkgname}"
- 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
-}
Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272518, gsfonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=2
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+ cd "${srcdir}/${_pkgname}"
+ install -d "${pkgdir}"/usr/share/fonts/OTF
+ install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}
Deleted: install
===================================================================
--- install 2016-07-27 18:18:12 UTC (rev 272518)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s > /dev/null
- mkfontscale /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/Type1
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gsfonts/repos/testing-any/install (from rev 272518, gsfonts/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s &> /dev/null
+ mkfontscale /usr/share/fonts/Type1 &>/dev/null
+ mkfontdir /usr/share/fonts/Type1 &>/dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list