[arch-commits] Commit in ttf-dejavu/trunk (PKGBUILD ttf-dejavu.install)
Jan de Groot
jgc at archlinux.org
Tue Feb 17 09:19:44 UTC 2015
Date: Tuesday, February 17, 2015 @ 10:19:44
Author: jgc
Revision: 231651
upgpkg: ttf-dejavu 2.34-2
Do not force fc-cache update
Modified:
ttf-dejavu/trunk/PKGBUILD
ttf-dejavu/trunk/ttf-dejavu.install
--------------------+
PKGBUILD | 2 +-
ttf-dejavu.install | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-17 09:16:01 UTC (rev 231650)
+++ PKGBUILD 2015-02-17 09:19:44 UTC (rev 231651)
@@ -5,7 +5,7 @@
pkgname=ttf-dejavu
pkgver=2.34
-pkgrel=1
+pkgrel=2
pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of characters"
arch=('any')
url="http://dejavu-fonts.org/wiki/Main_Page"
Modified: ttf-dejavu.install
===================================================================
--- ttf-dejavu.install 2015-02-17 09:16:01 UTC (rev 231650)
+++ ttf-dejavu.install 2015-02-17 09:19:44 UTC (rev 231651)
@@ -11,7 +11,7 @@
ln -sf ../conf.avail/${config} .
done
popd > /dev/null
- fc-cache -fs
+ fc-cache -s
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
}
@@ -29,7 +29,7 @@
rm -f ${config}
fi
done
- fc-cache -fs
+ fc-cache -s
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
}
@@ -51,7 +51,7 @@
rm -f ${config}
done
popd > /dev/null
- fc-cache -fs
+ fc-cache -s
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
}
More information about the arch-commits
mailing list