[arch-commits] Commit in ttf-freefont/repos/extra-any (6 files)

Felix Yan felixonmars at archlinux.org
Thu May 31 04:04:56 UTC 2018


    Date: Thursday, May 31, 2018 @ 04:04:55
  Author: felixonmars
Revision: 325403

archrelease: copy trunk to extra-any

Added:
  ttf-freefont/repos/extra-any/PKGBUILD
    (from rev 325402, ttf-freefont/trunk/PKGBUILD)
  ttf-freefont/repos/extra-any/conf.avail
    (from rev 325402, ttf-freefont/trunk/conf.avail)
  ttf-freefont/repos/extra-any/install
    (from rev 325402, ttf-freefont/trunk/install)
Deleted:
  ttf-freefont/repos/extra-any/PKGBUILD
  ttf-freefont/repos/extra-any/conf.avail
  ttf-freefont/repos/extra-any/install

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 install  |   26 +++++++++++++-------------
 2 files changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 04:03:25 UTC (rev 325402)
+++ PKGBUILD	2018-05-31 04:04:55 UTC (rev 325403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=ttf-freefont
-pkgver=20120503
-pkgrel=4
-pkgdesc='Set of free outline fonts covering the Unicode character set'
-url='http://www.nongnu.org/freefont/'
-license=('GPL')
-arch=('any')
-depends=('fontconfig' 'xorg-font-utils')
-provides=('ttf-font')
-source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip"
-        'conf.avail')
-sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac'
-          '11bbd7e1be9ce310917642cf7ee589d4433383e0')
-
-install=install
-
-package() {
-	cd "${srcdir}/freefont-${pkgver}"
-	install -d "${pkgdir}"/usr/share/fonts/TTF
-	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
-	install -Dm644 ../conf.avail "${pkgdir}"/etc/fonts/conf.avail/69-freefont.conf
-}

Copied: ttf-freefont/repos/extra-any/PKGBUILD (from rev 325402, ttf-freefont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 04:04:55 UTC (rev 325403)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ttf-freefont
+pkgver=20120503
+pkgrel=5
+pkgdesc='Set of free outline fonts covering the Unicode character set'
+url='https://www.nongnu.org/freefont/'
+license=('GPL')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-font')
+validpgpkeys=('A0156C139D2DAA3B352E42CD506361DBA36FDD52')
+source=("https://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip"{,.sig}
+        'conf.avail')
+sha512sums=('dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e'
+            'SKIP'
+            'f531d93df5e6b9afbd152f53669ee9cfccbb999f2311afd94d94bf1273d9c27381f605fe4791d8c5c9186be27cb3e52a3f36ea58cba2e86479f4a0aea05c9621')
+
+install=install
+
+package() {
+	cd "${srcdir}/freefont-${pkgver}"
+	install -d "${pkgdir}"/usr/share/fonts/TTF
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+	install -Dm644 ../conf.avail "${pkgdir}"/etc/fonts/conf.avail/69-freefont.conf
+}

Deleted: conf.avail
===================================================================
(Binary files differ)

Copied: ttf-freefont/repos/extra-any/conf.avail (from rev 325402, ttf-freefont/trunk/conf.avail)
===================================================================
(Binary files differ)

Deleted: install
===================================================================
--- install	2018-05-31 04:03:25 UTC (rev 325402)
+++ install	2018-05-31 04:04:55 UTC (rev 325403)
@@ -1,13 +0,0 @@
-post_install() {
-	fc-cache -s > /dev/null
-	mkfontscale usr/share/fonts/TTF
-	mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ttf-freefont/repos/extra-any/install (from rev 325402, ttf-freefont/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2018-05-31 04:04:55 UTC (rev 325403)
@@ -0,0 +1,13 @@
+post_install() {
+	fc-cache -s > /dev/null
+	mkfontscale usr/share/fonts/TTF
+	mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list