[arch-commits] Commit in libxcb/trunk (PKGBUILD libxcb-1.1-no-pthread-stubs.patch)

Jan de Groot jgc at archlinux.org
Sat Aug 1 17:07:09 UTC 2009


    Date: Saturday, August 1, 2009 @ 13:07:09
  Author: jgc
Revision: 48386

upgpkg: libxcb 1.4-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-01 17:00:08 UTC (rev 48385)
+++ PKGBUILD	2009-08-01 17:07:09 UTC (rev 48386)
@@ -2,20 +2,20 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxcb
-pkgver=1.2
+pkgver=1.4
 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.5' '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)
+md5sums=('b00fd506c717dea01f595e8da31f6914'
+         '2da07ad25b594457b7396a9155d0e5b6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2009-08-01 17:00:08 UTC (rev 48385)
+++ libxcb-1.1-no-pthread-stubs.patch	2009-08-01 17:07:09 UTC (rev 48386)
@@ -4,7 +4,7 @@
 @@ -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.5)
 -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