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

Gaetan Bisson bisson at archlinux.org
Mon Feb 6 07:49:05 UTC 2012


    Date: Monday, February 6, 2012 @ 02:49:05
  Author: bisson
Revision: 149189

archrelease: copy trunk to extra-any

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

----------------------+
 PKGBUILD             |   44 +++++++++++++++++++++++---------------------
 install              |   16 ++++++++++++++++
 ttf-freefont.install |   16 ----------------
 3 files changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 07:48:52 UTC (rev 149188)
+++ PKGBUILD	2012-02-06 07:49:05 UTC (rev 149189)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ttf-freefont
-pkgver=20100919
-pkgrel=1
-pkgdesc="A set of free high-quality TrueType fonts covering the UCS character set"
-arch=('any')
-url="http://www.nongnu.org/freefont/"
-license=('GPL')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf-freefont.install
-source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz")
-sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
-
-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 149188, ttf-freefont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-06 07:49:05 UTC (rev 149189)
@@ -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=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/install (from rev 149188, ttf-freefont/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2012-02-06 07:49:05 UTC (rev 149189)
@@ -0,0 +1,16 @@
+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
+}
+

Deleted: ttf-freefont.install
===================================================================
--- ttf-freefont.install	2012-02-06 07:48:52 UTC (rev 149188)
+++ ttf-freefont.install	2012-02-06 07:49:05 UTC (rev 149189)
@@ -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
-}
-




More information about the arch-commits mailing list