Date: Monday, January 5, 2015 @ 17:21:38 Author: bisson Revision: 228663
archrelease: copy trunk to extra-any Added: ttf-arphic-uming/repos/extra-any/PKGBUILD (from rev 228662, ttf-arphic-uming/trunk/PKGBUILD) ttf-arphic-uming/repos/extra-any/install (from rev 228662, 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 2015-01-05 16:18:00 UTC (rev 228662) +++ PKGBUILD 2015-01-05 16:21:38 UTC (rev 228663) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Damir Perisa <damir.per...@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 228662, ttf-arphic-uming/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-01-05 16:21:38 UTC (rev 228663) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Damir Perisa <damir.per...@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" +} Deleted: install =================================================================== --- install 2015-01-05 16:18:00 UTC (rev 228662) +++ install 2015-01-05 16:21:38 UTC (rev 228663) @@ -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 228662, ttf-arphic-uming/trunk/install) =================================================================== --- install (rev 0) +++ install 2015-01-05 16:21:38 UTC (rev 228663) @@ -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 +}