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

Jan de Groot jgc at archlinux.org
Thu Feb 7 20:03:15 UTC 2008


    Date: Thursday, February 7, 2008 @ 15:03:15
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/libgnomecups

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: libgnomecups 0.2.3-1


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


Index: extra/gnome/libgnomecups/PKGBUILD
diff -u extra/gnome/libgnomecups/PKGBUILD:1.10 extra/gnome/libgnomecups/PKGBUILD:1.11
--- extra/gnome/libgnomecups/PKGBUILD:1.10	Sun Jul 15 06:46:28 2007
+++ extra/gnome/libgnomecups/PKGBUILD	Thu Feb  7 15:03:15 2008
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.10 2007/07/15 10:46:28 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at soulfly.nl>
+# $Id: PKGBUILD,v 1.11 2008/02/07 20:03:15 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Paulius Palevicius <paulius at birzai.com>
 
 pkgname=libgnomecups
-pkgver=0.2.2
-pkgrel=4
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="GNOME cups library"
 arch=(i686 x86_64)
+license=('LGPL' 'GPL')
 url="http://www.gnome.org"
-depends=('libcups' 'glib2>=2.12.0')
-options=(NOLIBTOOL)
+depends=('libcups>=1.3.5' 'glib2>=2.12.5')
+options=(!libtool)
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('959d5524fe9c37efb55ccfa02e3a063b')
+md5sums=('dc4920c15c9f886f73ea74fbff0ae48b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list