[arch-commits] Commit in ttf-cheapskate/repos/extra-any (4 files)
Eric Bélanger
eric at nymeria.archlinux.org
Tue Jul 1 00:15:10 UTC 2014
Date: Tuesday, July 1, 2014 @ 02:15:10
Author: eric
Revision: 215920
archrelease: copy trunk to extra-any
Added:
ttf-cheapskate/repos/extra-any/PKGBUILD
(from rev 215919, ttf-cheapskate/trunk/PKGBUILD)
ttf-cheapskate/repos/extra-any/ttf.install
(from rev 215919, ttf-cheapskate/trunk/ttf.install)
Deleted:
ttf-cheapskate/repos/extra-any/PKGBUILD
ttf-cheapskate/repos/extra-any/ttf.install
-------------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
ttf.install | 30 +++++++++++++++---------------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 00:13:54 UTC (rev 215919)
+++ PKGBUILD 2014-07-01 00:15:10 UTC (rev 215920)
@@ -1,23 +0,0 @@
-# $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/"
-}
Copied: ttf-cheapskate/repos/extra-any/PKGBUILD (from rev 215919, ttf-cheapskate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 00:15:10 UTC (rev 215920)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=ttf-cheapskate
+pkgver=2.0
+pkgrel=9
+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/packages/ttf-cheapskate/ttf-dustin_20030517.orig.tar.gz)
+sha1sums=('66fe8772adf3e3390706c2a34380e380d5533677')
+
+package() {
+ cd 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 2014-07-01 00:13:54 UTC (rev 215919)
+++ ttf.install 2014-07-01 00:15:10 UTC (rev 215920)
@@ -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 215919, ttf-cheapskate/trunk/ttf.install)
===================================================================
--- ttf.install (rev 0)
+++ ttf.install 2014-07-01 00:15:10 UTC (rev 215920)
@@ -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