summaryrefslogtreecommitdiffstats
path: root/abs/core/libxcb
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-02 18:53:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-02 18:53:09 (GMT)
commit078049c0edc80c33e90b0f42711b8e3e705a0d50 (patch)
tree1aee2672fbaf99e39a9953d80f7d938971bb6f4b /abs/core/libxcb
parent533953469331461276c3e14605fc252c028142f0 (diff)
downloadlinhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.zip
linhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.tar.gz
linhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.tar.bz2
libxcb: update to 1.11
Diffstat (limited to 'abs/core/libxcb')
-rw-r--r--abs/core/libxcb/PKGBUILD10
-rw-r--r--abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch2
2 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/libxcb/PKGBUILD b/abs/core/libxcb/PKGBUILD
index 990dbe8..126d0a8 100644
--- a/abs/core/libxcb/PKGBUILD
+++ b/abs/core/libxcb/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=libxcb
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc="X11 client-side library"
arch=('i686' 'x86_64')
url="http://xcb.freedesktop.org/"
-depends=('xcb-proto>=1.10' 'libxdmcp' 'libxau')
-makedepends=('pkgconfig' 'libxslt' 'python2')
+depends=('xcb-proto>=1.11' 'libxdmcp' 'libxau')
+makedepends=('libxslt' 'python2' 'xorg-util-macros')
license=('custom')
source=($url/dist/$pkgname-$pkgver.tar.bz2
libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5'
- '748ed83af60468a0eb6785222e4a5ca589d28f20b9bfc60d5936ec93b8eef356')
+sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
+ '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch b/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
index 52c22ab..84c7f8e 100644
--- a/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
+++ b/abs/core/libxcb/libxcb-1.1-no-pthread-stubs.patch
@@ -3,7 +3,7 @@
@@ -43,7 +43,7 @@
# Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)