diff options
| -rw-r--r-- | abs/core-testing/libxcb/PKGBUILD | 12 | ||||
| -rw-r--r-- | abs/core-testing/libxcb/libxcb-1.1-no-pthread-stubs.patch | 2 | 
2 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/libxcb/PKGBUILD b/abs/core-testing/libxcb/PKGBUILD index 59982e9..cbe31bd 100644 --- a/abs/core-testing/libxcb/PKGBUILD +++ b/abs/core-testing/libxcb/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 27498 2009-02-22 09:23:59Z andyrtr $ +# $Id: PKGBUILD 79958 2010-05-09 18:41:21Z jgc $  # Maintainer: Alexander Baldeck <alexander@archlinux.org>  # Contributor: Jan de Groot <jgc@archlinux.org>  pkgname=libxcb -pkgver=1.2 +pkgver=1.6  pkgrel=1  pkgdesc="X11 client-side library"  arch=(i686 x86_64)  url="http://xcb.freedesktop.org/" -depends=('xcb-proto>=1.4' 'libxdmcp' 'libxau') +depends=('xcb-proto>=1.6' 'libxdmcp' 'libxau')  makedepends=('pkgconfig' 'libxslt' 'python')  conflicts=('libx11<1.1.99.2')  options=('!libtool')  license=('custom')  source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2 -	libxcb-1.1-no-pthread-stubs.patch) -md5sums=('ae32b7846a7d83f5ec542a5431117564' -         'a53f09ab3ec5cbfc1b0848bd137c535a') +        libxcb-1.1-no-pthread-stubs.patch) +sha1sums=('b0a6fec4c02ec876f32bbd4b64ffe8a25f0da518' +         '3455e84642283bc91c8313af319002a20bbcbdf4')  build() {    cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/abs/core-testing/libxcb/libxcb-1.1-no-pthread-stubs.patch b/abs/core-testing/libxcb/libxcb-1.1-no-pthread-stubs.patch index 67a09f2..f17de1b 100644 --- a/abs/core-testing/libxcb/libxcb-1.1-no-pthread-stubs.patch +++ b/abs/core-testing/libxcb/libxcb-1.1-no-pthread-stubs.patch @@ -4,7 +4,7 @@ diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac  @@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)   # Checks for pkg-config packages - PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1) + PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6)  -NEEDED="pthread-stubs xau >= 0.99.2"  +NEEDED="xau >= 0.99.2"   PKG_CHECK_MODULES(NEEDED, $NEEDED)  | 
