libxcb: update to 1.9.3.

This commit is contained in:
Juan RP 2013-11-10 07:07:52 +01:00
parent 9dccbf39ce
commit 7005634742

View file

@ -1,20 +1,20 @@
# Template build file for 'libxcb'. # Template build file for 'libxcb'.
pkgname=libxcb pkgname=libxcb
version=1.9.1 version=1.9.3
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb"
hostmakedepends="pkg-config python libxslt docbook-xsl" hostmakedepends="pkg-config python libxslt docbook-xsl"
makedepends="xcb-proto>=1.8 libXdmcp-devel libXau-devel" makedepends="xcb-proto>=1.9 libXdmcp-devel libXau-devel"
short_desc="X protocol C-language Binding" short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://xcb.freedesktop.org" homepage="http://xcb.freedesktop.org"
distfiles="$homepage/dist/$pkgname-$version.tar.bz2" distfiles="$homepage/dist/$pkgname-$version.tar.bz2"
checksum=d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f checksum=aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xcb-proto>=1.8" hostmakedepends+=" libtool automake xcb-proto>=1.9"
pre_configure() { pre_configure() {
sed -e "s|pthread-stubs ||" -i configure.ac sed -e "s|pthread-stubs ||" -i configure.ac
autoreconf -fi autoreconf -fi
@ -28,11 +28,12 @@ libxcb-devel_package() {
vmove usr/include vmove usr/include
vmove usr/share vmove usr/share
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }
libxcb_package() { libxcb_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }