[arch-commits] CVS update of extra/gnome/libgnomeprint (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Feb 7 20:05:57 UTC 2008
Date: Thursday, February 7, 2008 @ 15:05:57
Author: jgc
Path: /home/cvs-extra/extra/gnome/libgnomeprint
Modified: PKGBUILD (1.3 -> 1.4)
upgpkg: libgnomeprint 2.18.3-1
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: extra/gnome/libgnomeprint/PKGBUILD
diff -u extra/gnome/libgnomeprint/PKGBUILD:1.3 extra/gnome/libgnomeprint/PKGBUILD:1.4
--- extra/gnome/libgnomeprint/PKGBUILD:1.3 Fri Sep 21 17:43:40 2007
+++ extra/gnome/libgnomeprint/PKGBUILD Thu Feb 7 15:05:57 2008
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD,v 1.3 2007/09/21 21:43:40 jgc Exp $
+# $Id: PKGBUILD,v 1.4 2008/02/07 20:05:57 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libgnomeprint
-pkgver=2.18.2
+pkgver=2.18.3
pkgrel=1
pkgdesc="Printing routines for GNOME"
arch=(i686 x86_64)
license=('LGPL' 'GPL')
-depends=('pango>=1.18.2' 'libart-lgpl' 'popt' 'libxml2>=2.6.30' 'libgnomecups')
-makedepends=('perlxml' 'pkgconfig' 'gtk-doc')
+depends=('pango>=1.18.4' 'libart-lgpl' 'libxml2>=2.6.30' 'libgnomecups>=0.2.3')
+makedepends=('perlxml' 'pkgconfig')
replaces=('libgnomeprint-cups')
conflicts=('libgnomeprint-cups')
url="http://www.gnome.org"
options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b1f6c95a8dbb8ce17ab00fc2eea2aa91')
+md5sums=('cfa7dc988ba5f7f360b68edd33685a27')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list