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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:08:54 UTC 2009


    Date: Monday, October 12, 2009 @ 12:08:54
  Author: andyrtr
Revision: 55255

upgpkg: libxcomposite 0.4.1-1
    new version 0.4.1

Modified:
  libxcomposite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 16:07:18 UTC (rev 55254)
+++ PKGBUILD	2009-10-12 16:08:54 UTC (rev 55255)
@@ -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=libxcomposite
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="X11 Composite extension library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,11 +12,11 @@
 makedepends=('pkgconfig')
 options=(!libtool)
 source=(${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2)
-md5sums=('7e95395dea89be21bae929b9b7f16641')
+md5sums=('0f1367f57fdf5df17a8dd71d0fa68248')
 
 build() {
   cd ${srcdir}/libXcomposite-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE




More information about the arch-commits mailing list