[arch-commits] Commit in libgnomeprint/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Feb 14 22:15:29 UTC 2009


    Date: Saturday, February 14, 2009 @ 17:15:28
  Author: jgc
Revision: 26945

Merged revisions 26944 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/libgnomeprint/trunk

........
  r26944 | jgc | 2009-02-14 22:15:18 +0000 (Sat, 14 Feb 2009) | 1 line
  
  upgpkg: libgnomeprint 2.18.5-1
........

Modified:
  libgnomeprint/repos/extra-x86_64/	(properties)
  libgnomeprint/repos/extra-x86_64/PKGBUILD

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


Property changes on: libgnomeprint/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libgnomeprint/trunk:1-21142
   + /libgnomeprint/trunk:1-26944
Deleted: svn:mergeinfo
   - 

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-14 22:15:18 UTC (rev 26944)
+++ extra-x86_64/PKGBUILD	2009-02-14 22:15:28 UTC (rev 26945)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgnomeprint
-pkgver=2.18.3
-pkgrel=4
+pkgver=2.18.5
+pkgrel=1
 pkgdesc="Printing routines for GNOME"
 arch=(i686 x86_64)
 license=('LGPL' 'GPL')
-depends=('pango>=1.20.5' 'libart-lgpl' 'libxml2>=2.6.32' 'libgnomecups>=0.2.3-3' 'heimdal>=1.2' 'gnutls>=2.4.1')
-makedepends=('perlxml' 'pkgconfig')
+depends=('pango>=1.22.4' 'libart-lgpl>=2.3.20' 'libxml2>=2.7.3' 'libgnomecups>=0.2.3-4' 'heimdal>=1.2.1' 'gnutls>=2.6.4')
+makedepends=('intltool' '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=('cfa7dc988ba5f7f360b68edd33685a27')
+md5sums=('c325baf4487335259e050619185787b1')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list