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

Alexander Baldeck alexander at archlinux.org
Wed Jun 6 17:27:30 UTC 2007


    Date: Wednesday, June 6, 2007 @ 13:27:30
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libx11

Modified: PKGBUILD (1.17 -> 1.18)

ugly hack to hopefully make force=y work on this


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


Index: arch/build/x11-libs/libx11/PKGBUILD
diff -u arch/build/x11-libs/libx11/PKGBUILD:1.17 arch/build/x11-libs/libx11/PKGBUILD:1.18
--- arch/build/x11-libs/libx11/PKGBUILD:1.17	Tue Jun  5 07:50:09 2007
+++ arch/build/x11-libs/libx11/PKGBUILD	Wed Jun  6 13:27:30 2007
@@ -1,21 +1,26 @@
-# $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>
+# $Id: PKGBUILD,v 1.18 2007/06/06 17:27:30 alexander Exp $
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+force=y
 pkgname=libx11
-pkgver=1.1.2
-pkgrel=1
+pkgver=1.1.1
+pkgrel=4
 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=(!libtool)
+options=('nolibtool')
 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
@@ -24,5 +29,3 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
-md5sums=('710bf38a9477a5a1b235bc94f1d0593c'
-         'c7e38a68b932ed557bc71979eed2a8a1')




More information about the arch-commits mailing list