libX11: update to 1.3.99.902 (1.4.0 RC2).

This commit is contained in:
Juan RP
2010-10-25 12:23:39 +02:00
parent 2beec999b4
commit fe4b1699d3
5 changed files with 15 additions and 17 deletions

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run python
Add_dependency run libXdmcp-devel
Add_dependency run libXau-devel
@@ -15,7 +13,7 @@ Add_dependency run libxcb
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/{share,include} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View File

@@ -1,13 +1,12 @@
# Template build file for 'libxcb'.
pkgname=libxcb
version=1.6
revision=1
version=1.7
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-build-docs"
short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1ae6c81774a4637e90879d50db9017a2cc6c3f524e1baedc63ba72d44cad2936
checksum=e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df
long_desc="
The libxcb package provides a replacement for the current Xlib interface.
Some of its advantages include:
@@ -26,7 +25,8 @@ Add_dependency run libXdmcp
Add_dependency run libXau
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build libxslt-devel
Add_dependency build libxslt
Add_dependency build docbook-xsl
Add_dependency build xcb-proto ">=1.6"
Add_dependency build libXdmcp-devel
Add_dependency build libXau-devel