Date: Saturday, October 2, 2010 @ 10:11:23
  Author: ibiru
Revision: 92969

upgpkg: librsvg 2.32.0-2
enable svg theme engine

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-10-02 12:45:36 UTC (rev 92968)
+++ PKGBUILD    2010-10-02 14:11:23 UTC (rev 92969)
@@ -3,11 +3,11 @@
 
 pkgname=librsvg
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gdk-pixbuf2>=2.22.0' 'libcroco>=0.6.2' 'pango>=1.28.1')
+depends=('gtk2>=2.22.0' 'libcroco>=0.6.2')
 makedepends=('intltool' 'pkg-config' 'gtk-doc')
 optdepends=('python2: rsvg commandline utility')
 options=('!libtool')
@@ -21,7 +21,7 @@
   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-svgz --enable-gtk-theme
   make
 }
 

Reply via email to