[arch-commits] Commit in libxxf86vm/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 11 11:43:26 UTC 2009


    Date: Sunday, October 11, 2009 @ 07:43:26
  Author: andyrtr
Revision: 54608

upgpkg: libxxf86vm 1.1.0-1
    new version 1.1.0

Modified:
  libxxf86vm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 11:41:53 UTC (rev 54607)
+++ PKGBUILD	2009-10-11 11:43:26 UTC (rev 54608)
@@ -2,21 +2,21 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libxxf86vm
-pkgver=1.0.99.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="X11 XFree86 video mode extension library"
 arch=('x86_64' 'i686')
 license=('custom')
 url="http://xorg.freedesktop.org/"
-depends=('libxext' 'xf86vidmodeproto>=2.2.99.1')
+depends=('libxext>=1.1' 'xf86vidmodeproto>=2.3')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha1sums=('aa3f2f39a5b3d508d607e6b7d09a7651ab29c373')
+md5sums=('b431ad7084e1055fef99a9115237edd8')
 
 build() {
   cd "${srcdir}/libXxf86vm-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list