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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 5 16:54:54 UTC 2012


    Date: Friday, October 5, 2012 @ 12:54:54
  Author: andyrtr
Revision: 168069

upgpkg: libxcb 1.9-1

upstream update 1.9 - disable static libs

Modified:
  libxcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-05 16:24:42 UTC (rev 168068)
+++ PKGBUILD	2012-10-05 16:54:54 UTC (rev 168069)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=libxcb
-pkgver=1.8.1
+pkgver=1.9
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,13 +14,16 @@
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
         libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('98199b6054750a06cddd4e77baa4354af547ce6f'
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
           'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   patch -Np1 -i "$srcdir/libxcb-1.1-no-pthread-stubs.patch"
-  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+    --enable-xinput \
+    --disable-static
   make
 }
 




More information about the arch-commits mailing list