libxcb: update to 1.5.

--HG--
extra : convert_revision : de2e55746617b5ee1480b2f11c9b865ccab067a8
This commit is contained in:
Juan RP 2009-12-04 01:07:24 +01:00
parent 0a314160f9
commit 095f133f09
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Template build file for 'libxcb'. # Template build file for 'libxcb'.
pkgname=libxcb pkgname=libxcb
version=1.4 version=1.5
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2" distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-build-docs --disable-doxygen" configure_args="--disable-build-docs"
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>"
checksum=07b6e2d3dde4beb06dc8310daec1c5c82d67022e3c9aec35f3783e63aad3209e checksum=3bf062e4ae585610c3e45b6ffe3035edf8b535b0e34f08068f0532a3d4381133
long_desc=" long_desc="
The libxcb package provides a replacement for the current Xlib interface. The libxcb package provides a replacement for the current Xlib interface.
Some of its advantages include: Some of its advantages include:
@ -23,7 +23,7 @@ subpackages="$pkgname-devel"
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build python Add_dependency build python
Add_dependency build libxslt Add_dependency build libxslt
Add_dependency build xcb-proto ">=1.5" Add_dependency build xcb-proto ">=1.6"
Add_dependency full glibc Add_dependency full glibc
Add_dependency full libXdmcp Add_dependency full libXdmcp
Add_dependency full libXau Add_dependency full libXau