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

Alexander Baldeck alexander at archlinux.org
Thu Jun 14 13:34:23 UTC 2007


    Date: Thursday, June 14, 2007 @ 09:34:23
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libx11

Modified: PKGBUILD (1.19 -> 1.20)

* mistakenly removed russian locale patch -> readded


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: arch/build/x11-libs/libx11/PKGBUILD
diff -u arch/build/x11-libs/libx11/PKGBUILD:1.19 arch/build/x11-libs/libx11/PKGBUILD:1.20
--- arch/build/x11-libs/libx11/PKGBUILD:1.19	Thu Jun 14 07:52:11 2007
+++ arch/build/x11-libs/libx11/PKGBUILD	Thu Jun 14 09:34:23 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.19 2007/06/14 11:52:11 alexander Exp $
+# $Id: PKGBUILD,v 1.20 2007/06/14 13:34:23 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
 pkgver=1.1.2
-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')
-options=('nolibtool')
+options=(!libtool)
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-        libX11-1.1.2-fix-XGetMotionEvents.patch)
+        libX11-1.1.2-fix-XGetMotionEvents.patch
+	012_ru_RU_UTF-8_XLC_LOCALE.diff)
 
 build() {
   cd ${startdir}/src/libX11-${pkgver}
   patch -Np1 -i ${startdir}/src/libX11-1.1.2-fix-XGetMotionEvents.patch || return 1
+  patch -Np1 -i ${startdir}/src/012_ru_RU_UTF-8_XLC_LOCALE.diff || return 1
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST} --without-xcb
   make || return 1




More information about the arch-commits mailing list