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

Jan de Groot jgc at archlinux.org
Mon Sep 27 08:22:12 UTC 2010


    Date: Monday, September 27, 2010 @ 04:22:12
  Author: jgc
Revision: 91413

upgpkg: librsvg 2.32.0-1
Update to 2.32.0, remove libgsf dependency due to new enough GIO

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 08:08:11 UTC (rev 91412)
+++ PKGBUILD	2010-09-27 08:22:12 UTC (rev 91413)
@@ -2,26 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=librsvg
-pkgver=2.31.0
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gdk-pixbuf2>=2.21.7' 'libcroco>=0.6.2' 'pango>=1.28.1' 'libgsf>=1.14.16')
+depends=('gdk-pixbuf2>=2.22.0' 'libcroco>=0.6.2' 'pango>=1.28.1')
 makedepends=('intltool' 'pkg-config' 'gtk-doc')
 optdepends=('python2: rsvg commandline utility')
 options=('!libtool')
 url="http://librsvg.sourceforge.net/"
 install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('320b61ef5e6d65624f3733a83134df012a4156ed7f7ae38a6ed19febe1bfa732')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e0f6f936dab583de317cc0c36a48f80bdb9c93775225ee84140c7e5e3f841068')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' rsvg.in
   ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \
-              --with-croco --disable-static \
-	      --with-svgz --disable-gtk-theme
+      --with-croco --disable-static \
+      --with-svgz --disable-gtk-theme
   make
 }
 




More information about the arch-commits mailing list