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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Mar 30 09:08:16 UTC 2019


    Date: Saturday, March 30, 2019 @ 09:08:15
  Author: yan12125
Revision: 446253

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   43 +++++++++++++++++++++----------------------
 install  |   13 -------------
 2 files changed, 21 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 09:08:00 UTC (rev 446252)
+++ PKGBUILD	2019-03-30 09:08:15 UTC (rev 446253)
@@ -1,22 +0,0 @@
-# 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"
-}

Copied: ttf-arphic-uming/repos/community-any/PKGBUILD (from rev 446252, ttf-arphic-uming/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 09:08:15 UTC (rev 446253)
@@ -0,0 +1,21 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: 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=7
+pkgdesc='CJK Unicode font Ming style'
+url='https://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+source=("https://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
+sha512sums=('ef96969d1c5f1bda14aadfbe112a1ba30ae1bc477a89838753287ceaf07804e59c2f3f306399e9d54074be99d0c963abdb33d789f3933fdd98453a1ef7731407')
+
+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	2019-03-30 09:08:00 UTC (rev 446252)
+++ install	2019-03-30 09:08:15 UTC (rev 446253)
@@ -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
-}



More information about the arch-commits mailing list