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

Alexander Baldeck alexander at archlinux.org
Tue Jun 5 13:47:39 UTC 2007


    Date: Tuesday, June 5, 2007 @ 09:47:39
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libxinerama

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: libxinerama 1.0.2


----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


Index: arch/build/x11-libs/libxinerama/PKGBUILD
diff -u arch/build/x11-libs/libxinerama/PKGBUILD:1.3 arch/build/x11-libs/libxinerama/PKGBUILD:1.4
--- arch/build/x11-libs/libxinerama/PKGBUILD:1.3	Sun May 14 19:29:41 2006
+++ arch/build/x11-libs/libxinerama/PKGBUILD	Tue Jun  5 09:47:39 2007
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD,v 1.3 2006/05/14 23:29:41 uid1015 Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.4 2007/06/05 13:47:39 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxinerama
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="X11 Xinerama extension library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('libxext' 'xineramaproto')
 makedepends=('pkgconfig')
-_xorg=X11R7.0-RC4
-_relname=libXinerama
-source=(${url}/releases/${_xorg}/everything/${_relname}-${pkgver}.tar.bz2)
+options=(!libtool)
+source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
 
 build() {
-  cd ${startdir}/src/${_relname}-${pkgver}
+  cd ${startdir}/src/libXinerama-${pkgver}
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
-  find ${startdir}/pkg -name '*.la' -exec rm {} \;
 }
 
+md5sums=('f6fb08eafd3c2909d515f1a07bfca8fd')




More information about the arch-commits mailing list