[arch-commits] CVS update of extra/gnome/gnome-pilot-conduits (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 12 23:42:42 UTC 2008


    Date: Wednesday, March 12, 2008 @ 19:42:42
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-pilot-conduits

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: gnome-pilot-conduits 2.0.16-1


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/gnome/gnome-pilot-conduits/PKGBUILD
diff -u extra/gnome/gnome-pilot-conduits/PKGBUILD:1.7 extra/gnome/gnome-pilot-conduits/PKGBUILD:1.8
--- extra/gnome/gnome-pilot-conduits/PKGBUILD:1.7	Sun Apr 22 13:35:20 2007
+++ extra/gnome/gnome-pilot-conduits/PKGBUILD	Wed Mar 12 19:42:42 2008
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.7 2007/04/22 17:35:20 jgc Exp $
+# $Id: PKGBUILD,v 1.8 2008/03/12 23:42:42 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-pilot-conduits
-pkgver=2.0.15
+pkgver=2.0.16
 pkgrel=1
 pkgdesc="Conduits for gnome-pilot"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-pilot>=2.0.15-2')
+depends=('gnome-pilot>=2.0.16')
 makedepends=('perlxml' 'pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('19abe4219da30479018c245ec1160d33')
+md5sums=('c66944dcf035e4d334350728bec41ead')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static
+              --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list