Date: Saturday, March 30, 2019 @ 09:04:13
  Author: yan12125
Revision: 446251

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-30 09:03:54 UTC (rev 446250)
+++ PKGBUILD    2019-03-30 09:04:13 UTC (rev 446251)
@@ -1,22 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Damir Perisa <[email protected]>
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=ttf-arphic-ukai
-pkgver=0.2.20080216.1
-pkgrel=6
-pkgdesc='CJK Unicode font Kaiti 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=('8c96d36f5e36eb73ec3e415cba7ee5f02a0b85c334af7362facb2dd9a7650ed3329cfadb21fe0fe7273f52c87f1bd1aeb039c40499ca32925db4cd96ebd03c21')
-
-install=install
-
-package() {
-       cd "${srcdir}"
-       install -D -m644 ukai.ttc "${pkgdir}"/usr/share/fonts/TTF/ukai.ttc
-       install -D -m644 license/english/ARPHICPL.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: ttf-arphic-ukai/repos/community-any/PKGBUILD (from rev 446250, 
ttf-arphic-ukai/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-30 09:04:13 UTC (rev 446251)
@@ -0,0 +1,21 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Damir Perisa <[email protected]>
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=ttf-arphic-ukai
+pkgver=0.2.20080216.1
+pkgrel=7
+pkgdesc='CJK Unicode font Kaiti 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=('8c96d36f5e36eb73ec3e415cba7ee5f02a0b85c334af7362facb2dd9a7650ed3329cfadb21fe0fe7273f52c87f1bd1aeb039c40499ca32925db4cd96ebd03c21')
+
+package() {
+       cd "${srcdir}"
+       install -D -m644 ukai.ttc "${pkgdir}"/usr/share/fonts/TTF/ukai.ttc
+       install -D -m644 license/english/ARPHICPL.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: install
===================================================================
--- install     2019-03-30 09:03:54 UTC (rev 446250)
+++ install     2019-03-30 09:04:13 UTC (rev 446251)
@@ -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
-}

Reply via email to