[arch-commits] Commit in libxfontcache/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:05:23 UTC 2009


    Date: Monday, October 12, 2009 @ 12:05:23
  Author: andyrtr
Revision: 55250

upgpkg: libxfontcache 1.0.5-1
    new version 1.0.5

Modified:
  libxfontcache/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 16:03:34 UTC (rev 55249)
+++ PKGBUILD	2009-10-12 16:05:23 UTC (rev 55250)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=libxfontcache
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="X11 font cache library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,11 +12,12 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXfontcache-${pkgver}.tar.bz2 LICENSE)
-md5sums=('1adca018aa7bf2d215f20a69c10828ad' '152d5429e5292e8098c667e0d0d22f01')
+md5sums=('bbd37768c87f63cf2eb845b2c0f56515'
+         '152d5429e5292e8098c667e0d0d22f01')
 
 build() {
   cd ${srcdir}/libXfontcache-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list