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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:45:45 UTC 2009


    Date: Monday, October 12, 2009 @ 12:45:45
  Author: andyrtr
Revision: 55289

upgpkg: libxtst 1.1.0-1
    new version 1.1.0

Modified:
  libxtst/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 16:45:16 UTC (rev 55288)
+++ PKGBUILD	2009-10-12 16:45:45 UTC (rev 55289)
@@ -2,22 +2,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libxtst
-pkgver=1.0.99.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="X11 Testing -- Resource extension library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('libxext>=1.0.99.4' 'libxi>=1.2.1' 'recordproto>=1.13.2' 'inputproto>=1.5.1')
+depends=('libxext>=1.1' 'libxi>=1.3' 'recordproto>=1.14' 'inputproto>=2.0')
 makedepends=('pkgconfig' 'xmlto')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
-md5sums=('c41044b5c3af20e7abcfb874ea743b52')
-sha1sums=('25a163d6e91a0e51b62459fc48079d02b8c42559')
+md5sums=('dd6f3e20b87310187121539f9605d977')
 
 build() {
   cd "${srcdir}/libXtst-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1




More information about the arch-commits mailing list