libxcb: update to 1.9.1.
This commit is contained in:
parent
ab9bbb31fb
commit
8f276a60bb
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libxcb'.
|
# Template build file for 'libxcb'.
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.9
|
version=1.9.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-build-docs --disable-static"
|
configure_args="--disable-build-docs --disable-static"
|
||||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||||
|
@ -11,7 +11,7 @@ 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=8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96
|
checksum=d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool automake xcb-proto>=1.8"
|
hostmakedepends+=" libtool automake xcb-proto>=1.8"
|
||||||
|
@ -23,7 +23,7 @@ fi
|
||||||
|
|
||||||
libxcb-devel_package() {
|
libxcb-devel_package() {
|
||||||
depends="libXdmcp-devel libXau-devel libxcb>=${version}"
|
depends="libXdmcp-devel libXau-devel libxcb>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
|
Loading…
Reference in a new issue