[arch-commits] Commit in otf-ipafont/trunk (PKGBUILD otf.install)

Felix Yan fyan at archlinux.org
Wed Jan 7 02:21:04 UTC 2015


    Date: Wednesday, January 7, 2015 @ 03:21:03
  Author: fyan
Revision: 125548

upgpkg: otf-ipafont 003.03-4

- don't use fc-cache -f
- fix download url

Modified:
  otf-ipafont/trunk/PKGBUILD	(contents, properties)
  otf-ipafont/trunk/otf.install

-------------+
 PKGBUILD    |    5 +++--
 otf.install |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-07 01:45:54 UTC (rev 125547)
+++ PKGBUILD	2015-01-07 02:21:03 UTC (rev 125548)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
 
@@ -4,7 +5,7 @@
 pkgname=otf-ipafont
 pkgver=003.03
 _pkgver=${pkgver/./}
-pkgrel=3
+pkgrel=4
 pkgdesc="Japanese outline fonts by Information-technology Promotion Agency, Japan (IPA)"
 arch=('any')
 url="http://ipafont.ipa.go.jp/"
@@ -11,7 +12,7 @@
 license=('custom')
 depends=('fontconfig' 'xorg-font-utils')
 install=otf.install
-source=(http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAfont${_pkgver}.zip)
+source=(http://dl.ipafont.ipa.go.jp/IPAfont/IPAfont${_pkgver}.zip)
 md5sums=('39a828acf27790adbe4944dfb4d94bb1')
 
 package() {


Property changes on: otf-ipafont/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: otf.install
===================================================================
--- otf.install	2015-01-07 01:45:54 UTC (rev 125547)
+++ otf.install	2015-01-07 02:21:03 UTC (rev 125548)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f >/dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/OTF
   mkfontdir /usr/share/fonts/OTF
   echo "done."



More information about the arch-commits mailing list