[arch-commits] Commit in xorg-font-utils/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Oct 31 18:24:46 UTC 2009


    Date: Saturday, October 31, 2009 @ 14:24:46
  Author: jgc
Revision: 57484

upgpkg: xorg-font-utils 7.5-2
    Change fontrootdir, we will stay with the old location for now

Modified:
  xorg-font-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 18:16:13 UTC (rev 57483)
+++ PKGBUILD	2009-10-31 18:24:46 UTC (rev 57484)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-font-utils
 pkgver=7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org font utilities"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -47,7 +47,7 @@
         echo "Unknown license" > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.ttmkfdir2" || return 1
 	    else
         ./configure --prefix=/usr --mandir=/usr/share/man \
-            --with-mapdir=/usr/share/fonts/util || return 1
+            --with-mapdir=/usr/share/fonts/util --with-fontrootdir=/usr/share/fonts || return 1
         make || return 1
         make DESTDIR="${pkgdir}" install || return 1
         install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.${i%-*} || return 1




More information about the arch-commits mailing list