From d1cac9981469f767b61a24ba42138dfb106c9b89 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Aug 2014 10:14:18 +0200 Subject: [PATCH] lib{X11,Xfixes,xcb}: revbump to build 32bit devel pkgs with correct rdeps. --- srcpkgs/libX11/template | 2 +- srcpkgs/libXfixes/template | 2 +- srcpkgs/libxcb/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index e2ee43f7fe..2d14d5d3a0 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,7 +1,7 @@ # Template build file for 'libX11'. pkgname=libX11 version=1.6.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto --disable-secure-rpc --disable-static --enable-malloc0returnsnull" diff --git a/srcpkgs/libXfixes/template b/srcpkgs/libXfixes/template index 4e0648c612..cb9930e774 100644 --- a/srcpkgs/libXfixes/template +++ b/srcpkgs/libXfixes/template @@ -1,7 +1,7 @@ # Template build file for 'libXfixes'. pkgname=libXfixes version=5.0.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="xproto xextproto fixesproto libX11-devel" diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 4e7a2dc5fc..b622345043 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,7 +1,7 @@ # Template build file for 'libxcb'. pkgname=libxcb version=1.11 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" hostmakedepends="automake libtool pkg-config xorg-util-macros xcb-proto>=1.11"