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

Jan de Groot jgc at archlinux.org
Sun Aug 3 15:56:02 UTC 2008


    Date: Sunday, August 3, 2008 @ 11:56:02
  Author: jgc
Revision: 7644

upgpkg: libgnomecups 0.2.3-3
    Rebuild for GNUTLS

Modified:
  libgnomecups/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-03 15:55:47 UTC (rev 7643)
+++ PKGBUILD	2008-08-03 15:56:02 UTC (rev 7644)
@@ -4,12 +4,12 @@
 
 pkgname=libgnomecups
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME cups library"
 arch=(i686 x86_64)
 license=('LGPL' 'GPL')
 url="http://www.gnome.org"
-depends=('libcups>=1.3.5' 'glib2>=2.12.5' 'heimdal>=1.2')
+depends=('libcups>=1.3.8-2' 'glib2>=2.16.4' 'heimdal>=1.2' 'gnutls>=2.4.1')
 makedepends=('perlxml')
 options=(!libtool)
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
@@ -17,7 +17,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list