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

Alexander Baldeck alexander at archlinux.org
Tue Jun 5 11:50:10 UTC 2007


    Date: Tuesday, June 5, 2007 @ 07:50:10
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libx11

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: libx11 1.1.2


----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


Index: arch/build/x11-libs/libx11/PKGBUILD
diff -u arch/build/x11-libs/libx11/PKGBUILD:1.16 arch/build/x11-libs/libx11/PKGBUILD:1.17
--- arch/build/x11-libs/libx11/PKGBUILD:1.16	Wed Apr  4 13:03:04 2007
+++ arch/build/x11-libs/libx11/PKGBUILD	Tue Jun  5 07:50:09 2007
@@ -1,26 +1,21 @@
-# $Id: PKGBUILD,v 1.16 2007/04/04 17:03:04 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.17 2007/06/05 11:50:09 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
-pkgver=1.1.1
-pkgrel=4
+pkgver=1.1.2
+pkgrel=1
 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
-	${url}/archive/X11R7.2/patches/xorg-libX11-1.1.1-xinitimage.diff
 	012_ru_RU_UTF-8_XLC_LOCALE.diff)
-md5sums=('848b80f77b20ae1fa5c882bbfa531ebc'
-	 'd52da02163cd401b99b6e3a08d7ff068'
-	 'c7e38a68b932ed557bc71979eed2a8a1')
 
 build() {
   cd ${startdir}/src/libX11-${pkgver}
   patch -Np1 -i ${startdir}/src/012_ru_RU_UTF-8_XLC_LOCALE.diff
-  patch -Np1 -i ${startdir}/src/xorg-libX11-1.1.1-xinitimage.diff
   aclocal
   autoconf
   automake
@@ -29,3 +24,5 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('710bf38a9477a5a1b235bc94f1d0593c'
+         'c7e38a68b932ed557bc71979eed2a8a1')




More information about the arch-commits mailing list