mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
libxcb: update to 1.10.
This commit is contained in:
parent
758653e6b0
commit
a4de836b57
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template build file for 'libxcb'.
|
# Template build file for 'libxcb'.
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.9.3
|
version=1.10
|
||||||
revision=1
|
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.9 libXdmcp-devel libXau-devel"
|
makedepends="xcb-proto>=1.10 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=aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
|
checksum=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool automake xcb-proto>=1.9"
|
hostmakedepends+=" libtool automake xcb-proto>=1.10"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e "s|pthread-stubs ||" -i configure.ac
|
sed -e "s|pthread-stubs ||" -i configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue