libxcb: update to 1.10.

This commit is contained in:
Juan RP 2013-12-23 10:08:27 +01:00
parent 758653e6b0
commit a4de836b57

View file

@ -1,20 +1,20 @@
# Template build file for 'libxcb'.
pkgname=libxcb
version=1.9.3
version=1.10
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.9 libXdmcp-devel libXau-devel"
makedepends="xcb-proto>=1.10 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=aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
checksum=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xcb-proto>=1.9"
hostmakedepends+=" libtool automake xcb-proto>=1.10"
pre_configure() {
sed -e "s|pthread-stubs ||" -i configure.ac
autoreconf -fi