Date: Friday, January 11, 2013 @ 19:10:28
  Author: foutrelis
Revision: 175025

archrelease: copy trunk to testing-any

Added:
  ttf-freefont/repos/testing-any/
  ttf-freefont/repos/testing-any/PKGBUILD
    (from rev 175024, ttf-freefont/trunk/PKGBUILD)
  ttf-freefont/repos/testing-any/conf.avail
    (from rev 175024, ttf-freefont/trunk/conf.avail)
  ttf-freefont/repos/testing-any/install
    (from rev 175024, ttf-freefont/trunk/install)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 install  |   14 ++++++++++++++
 2 files changed, 41 insertions(+)

Copied: ttf-freefont/repos/testing-any/PKGBUILD (from rev 175024, 
ttf-freefont/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2013-01-12 00:10:28 UTC (rev 175025)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=ttf-freefont
+pkgver=20120503
+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')
+provides=('ttf-font')
+source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip";
+        'conf.avail')
+sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac'
+          '11bbd7e1be9ce310917642cf7ee589d4433383e0')
+
+install=install
+
+build() {
+       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/testing-any/conf.avail (from rev 175024, 
ttf-freefont/trunk/conf.avail)
===================================================================
(Binary files differ)

Copied: ttf-freefont/repos/testing-any/install (from rev 175024, 
ttf-freefont/trunk/install)
===================================================================
--- testing-any/install                         (rev 0)
+++ testing-any/install 2013-01-12 00:10:28 UTC (rev 175025)
@@ -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
+}
+

Reply via email to