[arch-commits] Commit in lib32-libxcb/trunk (2 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Sat Nov 9 21:31:55 UTC 2013


    Date: Saturday, November 9, 2013 @ 22:31:55
  Author: lcarlier
Revision: 100745

upgpkg: lib32-libxcb 1.9.3-1

Sync with testing

Modified:
  lib32-libxcb/trunk/PKGBUILD
  lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

-----------------------------------+
 PKGBUILD                          |    7 +++----
 libxcb-1.1-no-pthread-stubs.patch |    4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-09 19:04:45 UTC (rev 100744)
+++ PKGBUILD	2013-11-09 21:31:55 UTC (rev 100745)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libxcb
 pkgname=lib32-$_pkgbasename
-pkgver=1.9.1
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
@@ -12,12 +12,11 @@
 depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
 makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib'
              'autoconf')
-options=('!libtool')
 license=('custom')
 source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
         libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
-            '1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310')
+sha256sums=('aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b'
+            'e071e9ef4ded0229d19e40ffee229ae6c3171bbebcc3322a2378a84cfb6a8678')
 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"

Modified: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2013-11-09 19:04:45 UTC (rev 100744)
+++ libxcb-1.1-no-pthread-stubs.patch	2013-11-09 21:31:55 UTC (rev 100745)
@@ -1,9 +1,9 @@
 --- libxcb-1.8.1/configure.ac	2012-03-09 15:38:38.000000000 +0100
 +++ libxcb-1.8.1/configure.ac.new	2012-03-09 16:50:40.107109896 +0100
-@@ -35,7 +35,7 @@
+@@ -43,7 +43,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.9)
 -NEEDED="pthread-stubs xau >= 0.99.2"
 +NEEDED="xau >= 0.99.2"
  PKG_CHECK_MODULES(NEEDED, $NEEDED)




More information about the arch-commits mailing list