[arch-commits] CVS update of extra/x11-libs/libx11 (PKGBUILD xorg.sh)

Alexander Baldeck alexander at archlinux.org
Tue Nov 6 15:54:30 UTC 2007


    Date: Tuesday, November 6, 2007 @ 10:54:30
  Author: alexander
    Path: /home/cvs-extra/extra/x11-libs/libx11

Modified: PKGBUILD (1.25 -> 1.26) xorg.sh (1.1 -> 1.2)

* fixes FS#8521 by setting  LIBXCB_ALLOW_SLOPPY_LOCK in xorg.sh
* fixed makedepends to include autoconf, automake & libtool for proper regeneration of autotools


----------+
 PKGBUILD |    8 ++++----
 xorg.sh  |    4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)


Index: extra/x11-libs/libx11/PKGBUILD
diff -u extra/x11-libs/libx11/PKGBUILD:1.25 extra/x11-libs/libx11/PKGBUILD:1.26
--- extra/x11-libs/libx11/PKGBUILD:1.25	Mon Nov  5 11:18:07 2007
+++ extra/x11-libs/libx11/PKGBUILD	Tue Nov  6 10:54:30 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.25 2007/11/05 16:18:07 alexander Exp $
+# $Id: PKGBUILD,v 1.26 2007/11/06 15:54:30 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
 pkgver=1.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('libxau' 'libxdmcp' 'libxcb>=1.1' 'kbproto' 'inputproto' 'bigreqsproto')
 makedepends=('pkgconfig' 'xcmiscproto' 'xextproto' 'xf86bigfontproto' 'xtrans' \
-             'bigreqsproto' 'xorg-util-macros')
+             'bigreqsproto' 'xorg-util-macros' 'autoconf' 'automake' 'libtool')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
@@ -39,4 +39,4 @@
 }
 md5sums=('4d43d3e472c552d2f191ecdd4e75112c'
          'c7e38a68b932ed557bc71979eed2a8a1'
-         '942ff006e69e041f0307c1316e0dec5d')
+         'ea3f14c529072c8be061493763479800')
Index: extra/x11-libs/libx11/xorg.sh
diff -u extra/x11-libs/libx11/xorg.sh:1.1 extra/x11-libs/libx11/xorg.sh:1.2
--- extra/x11-libs/libx11/xorg.sh:1.1	Wed Sep  5 06:23:34 2007
+++ extra/x11-libs/libx11/xorg.sh	Tue Nov  6 10:54:30 2007
@@ -13,3 +13,7 @@
 else
 	export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
 fi
+
+# temporarily loosen restrictions in libxcb to get java
+# application involving X to work.
+export  LIBXCB_ALLOW_SLOPPY_LOCK=true




More information about the arch-commits mailing list