Date: Sunday, September 19, 2010 @ 12:09:39 Author: ibiru Revision: 90965
update to 2.31.0 Modified: librsvg/trunk/PKGBUILD librsvg/trunk/librsvg.install -----------------+ PKGBUILD | 12 ++++++------ librsvg.install | 8 +++----- 2 files changed, 9 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-19 11:59:24 UTC (rev 90964) +++ PKGBUILD 2010-09-19 16:09:39 UTC (rev 90965) @@ -2,26 +2,26 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=librsvg -pkgver=2.26.3 -pkgrel=2 +pkgver=2.31.0 +pkgrel=1 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf" arch=(i686 x86_64) license=('LGPL') -depends=('gtk2>=2.20.0' 'libcroco>=0.6.2' 'libgsf>=1.14.16') +depends=('gdk-pixbuf2>=2.21.7' 'libcroco>=0.6.2' 'pango>=1.28.1' 'libgsf>=1.14.16') 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.26/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('c0005f9471b4bd3ba4873d165d8e481ee6b1d124dda4efc6bdc24b7da024b7e5') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('320b61ef5e6d65624f3733a83134df012a4156ed7f7ae38a6ed19febe1bfa732') 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 + --with-svgz --disable-gtk-theme make } Modified: librsvg.install =================================================================== --- librsvg.install 2010-09-19 11:59:24 UTC (rev 90964) +++ librsvg.install 2010-09-19 16:09:39 UTC (rev 90965) @@ -1,13 +1,11 @@ post_install() { - #We need to update the pixbuf loaders to let GTK support SVG images - usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules - usr/bin/gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders + usr/bin/gdk-pixbuf-query-loaders --update-cache } post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install }
