[arch-commits] Commit in ttf-cheapskate/trunk (PKGBUILD ttf.install)

Eric Bélanger eric at archlinux.org
Wed Jan 7 02:11:27 UTC 2015


    Date: Wednesday, January 7, 2015 @ 03:11:26
  Author: eric
Revision: 228728

upgpkg: ttf-cheapskate 2.0-10

Use fc-cache -s to update font cache

Modified:
  ttf-cheapskate/trunk/PKGBUILD
  ttf-cheapskate/trunk/ttf.install

-------------+
 PKGBUILD    |    2 +-
 ttf.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-07 02:01:51 UTC (rev 228727)
+++ PKGBUILD	2015-01-07 02:11:26 UTC (rev 228728)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-cheapskate
 pkgver=2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="TTFonts collection from dustimo.com"
 arch=('any')
 url="http://dustismo.com/"

Modified: ttf.install
===================================================================
--- ttf.install	2015-01-07 02:01:51 UTC (rev 228727)
+++ ttf.install	2015-01-07 02:11:26 UTC (rev 228728)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s
   mkfontscale usr/share/fonts/TTF
   mkfontdir usr/share/fonts/TTF
   echo "done."



More information about the arch-commits mailing list