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

Alexander Baldeck alexander at archlinux.org
Tue Aug 7 15:00:48 UTC 2007


    Date: Tuesday, August 7, 2007 @ 11:00:48
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libx11

Modified: PKGBUILD (1.20 -> 1.21)

upgpkg: libx11 1.1.3


----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)


Index: arch/build/x11-libs/libx11/PKGBUILD
diff -u arch/build/x11-libs/libx11/PKGBUILD:1.20 arch/build/x11-libs/libx11/PKGBUILD:1.21
--- arch/build/x11-libs/libx11/PKGBUILD:1.20	Thu Jun 14 09:34:23 2007
+++ arch/build/x11-libs/libx11/PKGBUILD	Tue Aug  7 11:00:48 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.20 2007/06/14 13:34:23 alexander Exp $
+# $Id: PKGBUILD,v 1.21 2007/08/07 15:00:48 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -11,17 +11,20 @@
 makedepends=('pkgconfig' 'xcmiscproto' 'xextproto' 'xf86bigfontproto' 'xtrans' 'xorg-util-macros')
 options=(!libtool)
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-        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
+
+  aclocal
+  autoconf
+  automake
+
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST} --without-xcb
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
-md5sums=('710bf38a9477a5a1b235bc94f1d0593c'
-         '7bfd6a4034d549b3d08d85876f51de7d')
+md5sums=('4d43d3e472c552d2f191ecdd4e75112c'
+         'c7e38a68b932ed557bc71979eed2a8a1')




More information about the arch-commits mailing list