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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 11 11:34:07 UTC 2009


    Date: Sunday, October 11, 2009 @ 07:34:07
  Author: andyrtr
Revision: 54603

upgpkg: libxpm 3.5.8-1
    new version 3.5.8

Modified:
  libxpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 11:32:53 UTC (rev 54602)
+++ PKGBUILD	2009-10-11 11:34:07 UTC (rev 54603)
@@ -1,21 +1,21 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=libxpm
-pkgver=3.5.7
-pkgrel=2
+pkgver=3.5.8
+pkgrel=1
 pkgdesc="X11 pixmap library"
 arch=(i686 x86_64)
 license=('custom:BELL')
 url="http://xorg.freedesktop.org/"
-depends=('libxt' 'libxext')
+depends=('libxt>=1.0.7' 'libxext>=1.1')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-md5sums=('cd15ee542d9f515538b4462a6f79d977')
+md5sums=('38e58e72d476a74298a59052fde185a3')
 
 build() {
   cd "${srcdir}/libXpm-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list