[arch-commits] Commit in xorg-fonts-100dpi/trunk (PKGBUILD xfonts.install)

Andreas Radke andyrtr at archlinux.org
Sat Jan 3 09:51:35 UTC 2015


    Date: Saturday, January 3, 2015 @ 10:51:35
  Author: andyrtr
Revision: 228376

upgpkg: xorg-fonts-100dpi 1.0.3-2

use fc-cache -s to speed up installation

Modified:
  xorg-fonts-100dpi/trunk/PKGBUILD
  xorg-fonts-100dpi/trunk/xfonts.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 09:48:51 UTC (rev 228375)
+++ PKGBUILD	2015-01-03 09:51:35 UTC (rev 228376)
@@ -4,7 +4,7 @@
 
 pkgname=xorg-fonts-100dpi
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org 100dpi fonts"
 arch=('any')
 url="http://xorg.freedesktop.org/"

Modified: xfonts.install
===================================================================
--- xfonts.install	2015-01-03 09:48:51 UTC (rev 228375)
+++ xfonts.install	2015-01-03 09:51:35 UTC (rev 228376)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/100dpi
   mkfontdir /usr/share/fonts/100dpi
   echo "done."



More information about the arch-commits mailing list