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

Gaëtan Bisson bisson at archlinux.org
Tue Sep 4 05:53:58 UTC 2018


    Date: Tuesday, September 4, 2018 @ 05:53:58
  Author: bisson
Revision: 333243

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 05:53:20 UTC (rev 333242)
+++ PKGBUILD	2018-09-04 05:53:58 UTC (rev 333243)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=gsfonts
-pkgver=20170829
-pkgrel=1
-pkgdesc='(URW)++ Core Font Set [Level 2]'
-url='https://github.com/ArtifexSoftware/urw-base35-fonts'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-_commit=b1605de3323b42ca3fae7aea3bf2dd72aa2cd490  # master
-source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-	cd urw-base35-fonts
-	echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)
-}
-
-package() {
-	cd urw-base35-fonts
-	install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 fonts/*.otf
-	install -Dt "${pkgdir}/usr/share/appdata" -m644 appstream/*.xml
-
-	install -d "${pkgdir}"/etc/fonts/conf.{avail,d}
-	for _f in fontconfig/*.conf; do
-		_fn="${pkgdir}/etc/fonts/conf.avail/69-${_f##*/}"
-		install -m644 ${_f} "${_fn}"
-		ln -srt "${pkgdir}/etc/fonts/conf.d" "${_fn}"
-	done
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 333242, gsfonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-04 05:53:58 UTC (rev 333243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=gsfonts
+pkgver=20180524
+pkgrel=1
+pkgdesc='(URW)++ Core Font Set [Level 2]'
+url='https://github.com/ArtifexSoftware/urw-base35-fonts'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+_commit=b758567463df532414c520cf008e27d9448b55a4  # master
+source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+	cd urw-base35-fonts
+	echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)
+}
+
+package() {
+	cd urw-base35-fonts
+	install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 fonts/*.otf
+	install -Dt "${pkgdir}/usr/share/appdata" -m644 appstream/*.xml
+
+	install -d "${pkgdir}"/etc/fonts/conf.{avail,d}
+	for _f in fontconfig/*.conf; do
+		_fn="${pkgdir}/etc/fonts/conf.avail/69-${_f##*/}"
+		install -m644 ${_f} "${_fn}"
+		ln -srt "${pkgdir}/etc/fonts/conf.d" "${_fn}"
+	done
+}



More information about the arch-commits mailing list