[arch-commits] CVS update of arch/build/x11-libs/libx11 (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed Sep 5 09:55:04 UTC 2007


    Date: Wednesday, September 5, 2007 @ 05:55:04
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libx11

Modified: PKGBUILD (1.21 -> 1.22)

* readded libxcb support
* protos don't belong in depends


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: arch/build/x11-libs/libx11/PKGBUILD
diff -u arch/build/x11-libs/libx11/PKGBUILD:1.21 arch/build/x11-libs/libx11/PKGBUILD:1.22
--- arch/build/x11-libs/libx11/PKGBUILD:1.21	Tue Aug  7 11:00:48 2007
+++ arch/build/x11-libs/libx11/PKGBUILD	Wed Sep  5 05:55:03 2007
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD,v 1.21 2007/08/07 15:00:48 alexander Exp $
+# $Id: PKGBUILD,v 1.22 2007/09/05 09:55:03 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libxau' 'libxdmcp' 'kbproto' 'inputproto' 'bigreqsproto')
-makedepends=('pkgconfig' 'xcmiscproto' 'xextproto' 'xf86bigfontproto' 'xtrans' 'xorg-util-macros')
+depends=('libxau' 'libxdmcp' 'libxcb')
+makedepends=('pkgconfig' 'xcmiscproto' 'xextproto' 'xf86bigfontproto' 'xtrans' \
+             'kbproto' 'inputproto' 'bigreqsproto' 'xorg-util-macros')
 options=(!libtool)
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 	012_ru_RU_UTF-8_XLC_LOCALE.diff)
@@ -22,7 +23,8 @@
   automake
 
   ./configure --prefix=/usr \
-              --build=${CHOST} --host=${CHOST} --without-xcb
+              --build=${CHOST} --host=${CHOST} \
+	      --with-xcb
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list