libxcb: update to 1.11.

This commit is contained in:
Juan RP 2014-08-01 17:25:01 +02:00
parent fd07ef8834
commit 0ea618d001
2 changed files with 9 additions and 23 deletions

View file

@ -1,11 +0,0 @@
--- configure.orig 2009-04-16 23:17:47.331762217 +0200
+++ configure 2009-04-16 23:18:04.063768486 +0200
@@ -21227,7 +21227,7 @@ else
echo "${ECHO_T}yes" >&6; }
:
fi
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
pkg_failed=no
{ echo "$as_me:$LINENO: checking for NEEDED" >&5

View file

@ -1,28 +1,25 @@
# Template build file for 'libxcb'.
pkgname=libxcb
version=1.10
version=1.11
revision=1
build_style=gnu-configure
configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb"
hostmakedepends="pkg-config python libxslt docbook-xsl"
makedepends="xcb-proto>=1.10 libXdmcp-devel libXau-devel"
hostmakedepends="automake libtool pkg-config xorg-util-macros xcb-proto>=1.11"
makedepends="xcb-proto>=1.11 libXdmcp-devel libXau-devel"
short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://xcb.freedesktop.org"
distfiles="$homepage/dist/$pkgname-$version.tar.bz2"
checksum=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
checksum=03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xcb-proto>=1.10"
pre_configure() {
sed -e "s|pthread-stubs ||" -i configure.ac
autoreconf -fi
}
fi
pre_configure() {
sed "s|pthread-stubs ||" -i configure.ac
autoreconf -fi
}
libxcb-devel_package() {
depends="libXdmcp-devel libXau-devel libxcb>=${version}_${revision}"
depends="${makedepends} libxcb>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include