[arch-commits] Commit in ttf-arphic-uming/repos/extra-any (4 files)
Felix Yan
felixonmars at archlinux.org
Thu May 31 04:01:14 UTC 2018
Date: Thursday, May 31, 2018 @ 04:01:13
Author: felixonmars
Revision: 325401
archrelease: copy trunk to extra-any
Added:
ttf-arphic-uming/repos/extra-any/PKGBUILD
(from rev 325400, ttf-arphic-uming/trunk/PKGBUILD)
ttf-arphic-uming/repos/extra-any/install
(from rev 325400, ttf-arphic-uming/trunk/install)
Deleted:
ttf-arphic-uming/repos/extra-any/PKGBUILD
ttf-arphic-uming/repos/extra-any/install
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
install | 26 +++++++++++++-------------
2 files changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 04:00:14 UTC (rev 325400)
+++ PKGBUILD 2018-05-31 04:01:13 UTC (rev 325401)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=ttf-arphic-uming
-pkgver=0.2.20080216.1
-pkgrel=5
-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"
-}
Copied: ttf-arphic-uming/repos/extra-any/PKGBUILD (from rev 325400, ttf-arphic-uming/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 04:01:13 UTC (rev 325401)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=ttf-arphic-uming
+pkgver=0.2.20080216.1
+pkgrel=6
+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://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
+sha512sums=('ef96969d1c5f1bda14aadfbe112a1ba30ae1bc477a89838753287ceaf07804e59c2f3f306399e9d54074be99d0c963abdb33d789f3933fdd98453a1ef7731407')
+
+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 2018-05-31 04:00:14 UTC (rev 325400)
+++ install 2018-05-31 04:01:13 UTC (rev 325401)
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: ttf-arphic-uming/repos/extra-any/install (from rev 325400, ttf-arphic-uming/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2018-05-31 04:01:13 UTC (rev 325401)
@@ -0,0 +1,13 @@
+post_install() {
+ fc-cache -s > /dev/null
+ mkfontscale usr/share/fonts/TTF
+ mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list