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

Gaetan Bisson bisson at archlinux.org
Thu May 3 23:42:05 UTC 2012


    Date: Thursday, May 3, 2012 @ 19:42:05
  Author: bisson
Revision: 158526

archrelease: copy trunk to extra-any

Added:
  ttf-freefont/repos/extra-any/PKGBUILD
    (from rev 158525, ttf-freefont/trunk/PKGBUILD)
  ttf-freefont/repos/extra-any/install
    (from rev 158525, ttf-freefont/trunk/install)
Deleted:
  ttf-freefont/repos/extra-any/PKGBUILD
  ttf-freefont/repos/extra-any/install

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 install  |   30 ++++++++++++++----------------
 2 files changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-03 23:41:52 UTC (rev 158525)
+++ PKGBUILD	2012-05-03 23:42:05 UTC (rev 158526)
@@ -1,23 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=ttf-freefont
-pkgver=20100919
-pkgrel=2
-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')
-source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.tar.gz")
-sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
-
-install=install
-
-build() {
-	cd "${srcdir}/freefont-${pkgver}"
-	install -d "${pkgdir}/usr/share/fonts/TTF"
-	install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
-}

Copied: ttf-freefont/repos/extra-any/PKGBUILD (from rev 158525, ttf-freefont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-05-03 23:42:05 UTC (rev 158526)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-freefont
+pkgver=20120503
+pkgrel=1
+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')
+source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip")
+sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac')
+
+install=install
+
+build() {
+	cd "${srcdir}/freefont-${pkgver}"
+	install -d "${pkgdir}"/usr/share/fonts/TTF
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+}

Deleted: install
===================================================================
--- install	2012-05-03 23:41:52 UTC (rev 158525)
+++ install	2012-05-03 23:42:05 UTC (rev 158526)
@@ -1,16 +0,0 @@
-post_install() {
-	echo -n "Updating font cache... "
-	fc-cache -f > /dev/null
-	mkfontscale /usr/share/fonts/TTF
-	mkfontdir /usr/share/fonts/TTF
-	echo "done."
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-

Copied: ttf-freefont/repos/extra-any/install (from rev 158525, ttf-freefont/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2012-05-03 23:42:05 UTC (rev 158526)
@@ -0,0 +1,14 @@
+post_install() {
+	fc-cache -f > /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