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

Eric Bélanger eric at archlinux.org
Tue Feb 7 02:38:57 UTC 2012


    Date: Monday, February 6, 2012 @ 21:38:56
  Author: eric
Revision: 149350

archrelease: copy trunk to extra-any

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

-------------+
 PKGBUILD    |   48 +++++++++++++++++++++++-------------------------
 ttf.install |   30 +++++++++++++++---------------
 2 files changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-07 02:38:46 UTC (rev 149349)
+++ PKGBUILD	2012-02-07 02:38:56 UTC (rev 149350)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=ttf-cheapskate
-pkgver=2.0
-pkgrel=7
-pkgdesc="TTFonts collection from dustimo.com"
-arch=('any')
-url="http://dustismo.com/"
-license=('GPL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-makedepends=('unzip')
-install=ttf.install
-source=(ftp://ftp.archlinux.org/other/ttf-cheapskate/ttf-dustin_20030517.orig.tar.gz)
-md5sums=('cb130e89d7cf0723550ccb432de3d0ef')
-
-build() {
-  cd $srcdir/ttf-dustin-20030517
-  for file in *.zip; do
-    unzip -o $file
-  done
-  install -d $pkgdir/usr/share/fonts/TTF
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
-}

Copied: ttf-cheapskate/repos/extra-any/PKGBUILD (from rev 149349, ttf-cheapskate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-07 02:38:56 UTC (rev 149350)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=ttf-cheapskate
+pkgver=2.0
+pkgrel=8
+pkgdesc="TTFonts collection from dustimo.com"
+arch=('any')
+url="http://dustismo.com/"
+license=('GPL')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+install=ttf.install
+source=(ftp://ftp.archlinux.org/other/ttf-cheapskate/ttf-dustin_20030517.orig.tar.gz)
+md5sums=('cb130e89d7cf0723550ccb432de3d0ef')
+
+package() {
+  cd "${srcdir}/ttf-dustin-20030517"
+  for file in *.zip; do
+    bsdtar -xf $file
+  done
+  install -d "${pkgdir}/usr/share/fonts/TTF"
+  install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
+}

Deleted: ttf.install
===================================================================
--- ttf.install	2012-02-07 02:38:46 UTC (rev 149349)
+++ ttf.install	2012-02-07 02:38:56 UTC (rev 149350)
@@ -1,15 +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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-cheapskate/repos/extra-any/ttf.install (from rev 149349, ttf-cheapskate/trunk/ttf.install)
===================================================================
--- ttf.install	                        (rev 0)
+++ ttf.install	2012-02-07 02:38:56 UTC (rev 149350)
@@ -0,0 +1,15 @@
+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 $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list