[arch-commits] CVS update of extra/lib/librsvg (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 12 22:34:31 UTC 2008


    Date: Wednesday, March 12, 2008 @ 18:34:31
  Author: jgc
    Path: /home/cvs-extra/extra/lib/librsvg

Modified: PKGBUILD (1.48 -> 1.49)

upgpkg: librsvg 2.22.2-1
    GNOME 2.22


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


Index: extra/lib/librsvg/PKGBUILD
diff -u extra/lib/librsvg/PKGBUILD:1.48 extra/lib/librsvg/PKGBUILD:1.49
--- extra/lib/librsvg/PKGBUILD:1.48	Mon Feb  4 17:17:25 2008
+++ extra/lib/librsvg/PKGBUILD	Wed Mar 12 18:34:31 2008
@@ -1,31 +1,28 @@
-# $Id: PKGBUILD,v 1.48 2008/02/04 22:17:25 jgc Exp $
+# $Id: PKGBUILD,v 1.49 2008/03/12 22:34:31 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=librsvg
-pkgver=2.20.0
+pkgver=2.22.2
 pkgrel=1
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.12.7' 'libcroco>=0.6.1' 'libgsf>=1.14.7')
+depends=('gtk2>=2.12.9' 'libcroco>=0.6.1' 'libgsf>=1.14.8')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool')
 url="http://librsvg.sourceforge.net/"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
 install=librsvg.install
-md5sums=('14cc098b68e72ee6a8cdd55edc1ea1b4')
+md5sums=('aae602677ce201b1a0ed6a0c18c207f2')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \
-              --with-croco --disable-gnome-vfs \
+              --with-croco \
 	      --disable-mozilla-plugin --with-svgz
   make || return 1
   make DESTDIR=${startdir}/pkg install
   rm -rf ${startdir}/pkg/usr/share/gtk-doc
   rm -rf ${startdir}/pkg/usr/lib/mozilla
-  # it is useless and pulls in another dep
-  rm -rf ${startdir}/pkg/usr/bin/rsvg-view
-  
   rm ${startdir}/pkg/usr/lib/gtk-2.0/*/{engines,loaders}/*.a
 }




More information about the arch-commits mailing list