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

Andreas Radke andyrtr at archlinux.org
Sat Jan 3 09:48:39 UTC 2015


    Date: Saturday, January 3, 2015 @ 10:48:39
  Author: andyrtr
Revision: 228374

upgpkg: xorg-fonts-75dpi 1.0.3-2

use fc-cache -s to speed up installation

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 08:42:09 UTC (rev 228373)
+++ PKGBUILD	2015-01-03 09:48:39 UTC (rev 228374)
@@ -4,7 +4,7 @@
 
 pkgname=xorg-fonts-75dpi
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org 75dpi fonts"
 arch=(any)
 url="http://xorg.freedesktop.org/"

Modified: xfonts.install
===================================================================
--- xfonts.install	2015-01-03 08:42:09 UTC (rev 228373)
+++ xfonts.install	2015-01-03 09:48:39 UTC (rev 228374)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/75dpi
   mkfontdir /usr/share/fonts/75dpi
   echo "done."



More information about the arch-commits mailing list