[arch-commits] Commit in gsfonts/repos/extra-any (PKGBUILD PKGBUILD install)

Gaëtan Bisson bisson at archlinux.org
Mon Jul 17 07:44:34 UTC 2017


    Date: Monday, July 17, 2017 @ 07:44:33
  Author: bisson
Revision: 300676

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
    (from rev 300675, gsfonts/trunk/PKGBUILD)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD
  gsfonts/repos/extra-any/install

----------+
 PKGBUILD |   48 +++++++++++++++++++++++-------------------------
 install  |   13 -------------
 2 files changed, 23 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-17 07:44:18 UTC (rev 300675)
+++ PKGBUILD	2017-07-17 07:44:33 UTC (rev 300676)
@@ -1,25 +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=3
-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
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 300675, gsfonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-17 07:44:33 UTC (rev 300676)
@@ -0,0 +1,23 @@
+# $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=20170501
+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=e3c665a8a3df36a54b22ad0b6176283db5310f97")
+sha256sums=('SKIP')
+
+package() {
+	cd "${srcdir}/${_pkgname}"
+	install -d "${pkgdir}"/usr/share/fonts/OTF
+	install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: install
===================================================================
--- install	2017-07-17 07:44:18 UTC (rev 300675)
+++ install	2017-07-17 07:44:33 UTC (rev 300676)
@@ -1,13 +0,0 @@
-post_install() {
-	fc-cache -s &> /dev/null
-	mkfontscale /usr/share/fonts/OTF &>/dev/null
-	mkfontdir /usr/share/fonts/OTF &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list