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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Feb 2 04:30:10 UTC 2013


    Date: Saturday, February 2, 2013 @ 05:30:10
  Author: bisson
Revision: 176874

archrelease: copy trunk to extra-any

Added:
  ttf-arphic-uming/repos/extra-any/PKGBUILD
    (from rev 176873, ttf-arphic-uming/trunk/PKGBUILD)
  ttf-arphic-uming/repos/extra-any/install
    (from rev 176873, ttf-arphic-uming/trunk/install)
Deleted:
  ttf-arphic-uming/repos/extra-any/PKGBUILD
  ttf-arphic-uming/repos/extra-any/install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 04:29:34 UTC (rev 176873)
+++ PKGBUILD	2013-02-02 04:30:10 UTC (rev 176874)
@@ -1,23 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Contributor: Firmicus <francois.archlinux.org> 
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=ttf-arphic-uming
-pkgver=0.2.20080216.1
-pkgrel=3
-pkgdesc='CJK Unicode font Ming style'
-url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
-license=('custom:Arphic_Public_License')
-arch=('any')
-depends=('fontconfig' 'xorg-font-utils')
-source=("http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz")
-sha1sums=('d6b11cc84142364c66d17a0f02fdffbc1b98cedf')
-
-install=install
-
-build() {
-	cd "${srcdir}"
-	install -Dm644 uming.ttc "${pkgdir}"/usr/share/fonts/TTF/uming.ttc
-	install -Dm644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: ttf-arphic-uming/repos/extra-any/PKGBUILD (from rev 176873, ttf-arphic-uming/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-02 04:30:10 UTC (rev 176874)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+# Contributor: Firmicus <francois.archlinux.org> 
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-arphic-uming
+pkgver=0.2.20080216.1
+pkgrel=3
+pkgdesc='CJK Unicode font Ming style'
+url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+source=("http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz")
+sha1sums=('d6b11cc84142364c66d17a0f02fdffbc1b98cedf')
+
+install=install
+
+package() {
+	cd "${srcdir}"
+	install -Dm644 uming.ttc "${pkgdir}"/usr/share/fonts/TTF/uming.ttc
+	install -Dm644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: install
===================================================================
--- install	2013-02-02 04:29:34 UTC (rev 176873)
+++ install	2013-02-02 04:30:10 UTC (rev 176874)
@@ -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-arphic-uming/repos/extra-any/install (from rev 176873, ttf-arphic-uming/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2013-02-02 04:30:10 UTC (rev 176874)
@@ -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