From 0ea618d001ab1d059eede64327620d842067eb4b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Aug 2014 17:25:01 +0200 Subject: [PATCH] libxcb: update to 1.11. --- .../patches/configure_no_pthread_stubs.diff | 11 ---------- srcpkgs/libxcb/template | 21 ++++++++----------- 2 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 srcpkgs/libxcb/patches/configure_no_pthread_stubs.diff diff --git a/srcpkgs/libxcb/patches/configure_no_pthread_stubs.diff b/srcpkgs/libxcb/patches/configure_no_pthread_stubs.diff deleted file mode 100644 index da35dfc0864..00000000000 --- a/srcpkgs/libxcb/patches/configure_no_pthread_stubs.diff +++ /dev/null @@ -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 diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index e58143fd4d8..4e7a2dc5fc9 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,28 +1,25 @@ # Template build file for 'libxcb'. pkgname=libxcb -version=1.10 +version=1.11 revision=1 build_style=gnu-configure configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" -hostmakedepends="pkg-config python libxslt docbook-xsl" -makedepends="xcb-proto>=1.10 libXdmcp-devel libXau-devel" +hostmakedepends="automake libtool pkg-config xorg-util-macros xcb-proto>=1.11" +makedepends="xcb-proto>=1.11 libXdmcp-devel libXau-devel" short_desc="X protocol C-language Binding" maintainer="Juan RP " license="GPL-2" homepage="http://xcb.freedesktop.org" distfiles="$homepage/dist/$pkgname-$version.tar.bz2" -checksum=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5 +checksum=03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7 -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" libtool automake xcb-proto>=1.10" - pre_configure() { - sed -e "s|pthread-stubs ||" -i configure.ac - autoreconf -fi - } -fi +pre_configure() { + sed "s|pthread-stubs ||" -i configure.ac + autoreconf -fi +} libxcb-devel_package() { - depends="libXdmcp-devel libXau-devel libxcb>=${version}_${revision}" + depends="${makedepends} libxcb>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include