[arch-commits] Commit in ttf-arphic-uming/repos/extra-any (4 files)
Gaetan Bisson
bisson at archlinux.org
Mon Feb 6 07:08:09 UTC 2012
Date: Monday, February 6, 2012 @ 02:08:09
Author: bisson
Revision: 149181
archrelease: copy trunk to extra-any
Added:
ttf-arphic-uming/repos/extra-any/PKGBUILD
(from rev 149180, ttf-arphic-uming/trunk/PKGBUILD)
ttf-arphic-uming/repos/extra-any/install
(from rev 149180, ttf-arphic-uming/trunk/install)
Deleted:
ttf-arphic-uming/repos/extra-any/PKGBUILD
ttf-arphic-uming/repos/extra-any/ttf.install
-------------+
PKGBUILD | 45 +++++++++++++++++++++++----------------------
install | 15 +++++++++++++++
ttf.install | 15 ---------------
3 files changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-06 07:07:47 UTC (rev 149180)
+++ PKGBUILD 2012-02-06 07:08:09 UTC (rev 149181)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Maintainer: Firmicus <francois.archlinux.org>
-
-
-pkgname=ttf-arphic-uming
-pkgver=0.2.20080216.1
-pkgrel=2
-pkgdesc="Mingti (printed) unicode TTFonts"
-arch=('any')
-url="http://www.freedesktop.org/wiki/Software/CJKUnifonts"
-license=('custom: Arphic Public_License')
-depends=(fontconfig xorg-font-utils)
-install=ttf.install
-source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz)
-md5sums=('d219fcaf953f3eb1889399955a00379f')
-
-build() {
- cd ${srcdir}
- install -D -m644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
- install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
-}
Copied: ttf-arphic-uming/repos/extra-any/PKGBUILD (from rev 149180, ttf-arphic-uming/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-06 07:08:09 UTC (rev 149181)
@@ -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
+
+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/install (from rev 149180, ttf-arphic-uming/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2012-02-06 07:08:09 UTC (rev 149181)
@@ -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
+}
Deleted: ttf.install
===================================================================
--- ttf.install 2012-02-06 07:07:47 UTC (rev 149180)
+++ ttf.install 2012-02-06 07:08:09 UTC (rev 149181)
@@ -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
-}
More information about the arch-commits
mailing list