mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libxcb: update to 1.11.
This commit is contained in:
parent
fd07ef8834
commit
0ea618d001
2 changed files with 9 additions and 23 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- configure.orig 2009-04-16 23:17:47.331762217 +0200
|
|
||||||
+++ configure 2009-04-16 23:18:04.063768486 +0200
|
|
||||||
@@ -21227,7 +21227,7 @@ else
|
|
||||||
echo "${ECHO_T}yes" >&6; }
|
|
||||||
:
|
|
||||||
fi
|
|
||||||
-NEEDED="pthread-stubs xau >= 0.99.2"
|
|
||||||
+NEEDED="xau >= 0.99.2"
|
|
||||||
|
|
||||||
pkg_failed=no
|
|
||||||
{ echo "$as_me:$LINENO: checking for NEEDED" >&5
|
|
|
@ -1,28 +1,25 @@
|
||||||
# Template build file for 'libxcb'.
|
# Template build file for 'libxcb'.
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.10
|
version=1.11
|
||||||
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="automake libtool pkg-config xorg-util-macros xcb-proto>=1.11"
|
||||||
makedepends="xcb-proto>=1.10 libXdmcp-devel libXau-devel"
|
makedepends="xcb-proto>=1.11 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=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
|
checksum=03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" libtool automake xcb-proto>=1.10"
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e "s|pthread-stubs ||" -i configure.ac
|
sed "s|pthread-stubs ||" -i configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
libxcb-devel_package() {
|
libxcb-devel_package() {
|
||||||
depends="libXdmcp-devel libXau-devel libxcb>=${version}_${revision}"
|
depends="${makedepends} libxcb>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue