Date: Monday, September 12, 2011 @ 08:32:06 Author: pierre Revision: 137913
upgpkg: ttf-ubraille 001.000-6 rebuild old package; don't try to touch user's home dir Modified: ttf-ubraille/trunk/PKGBUILD ttf-ubraille/trunk/ttf.install -------------+ PKGBUILD | 5 +++-- ttf.install | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-12 12:12:19 UTC (rev 137912) +++ PKGBUILD 2011-09-12 12:32:06 UTC (rev 137913) @@ -1,9 +1,10 @@ # $Id$ # Maintainer: Firmicus <francois.archlinux.org> # Contributor: Damir Perisa <damir.per...@bluewin.ch> + pkgname=ttf-ubraille pkgver=001.000 -pkgrel=5 +pkgrel=6 pkgdesc="Unicode TTFonts for braille" arch=('any') url="http://yudit.org/download/fonts/UBraille/" @@ -13,7 +14,7 @@ source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf") md5sums=('4a8b8d06a4d6955a5c7319ce8440970c') -build() { +package() { cd ${srcdir} install -d ${pkgdir}/usr/share/fonts/TTF install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ Modified: ttf.install =================================================================== --- ttf.install 2011-09-12 12:12:19 UTC (rev 137912) +++ ttf.install 2011-09-12 12:32:06 UTC (rev 137913) @@ -1,6 +1,6 @@ post_install() { echo -n "Updating font cache... " - fc-cache -f > /dev/null + fc-cache -f -s > /dev/null mkfontscale usr/share/fonts/TTF mkfontdir usr/share/fonts/TTF echo "done."