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

Ionut Biru ibiru at archlinux.org
Thu Feb 24 15:09:20 UTC 2011


    Date: Thursday, February 24, 2011 @ 10:09:19
  Author: ibiru
Revision: 111164

upgpkg: librsvg 2.32.1-2
disable gtk engine

Modified:
  librsvg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-24 15:07:59 UTC (rev 111163)
+++ PKGBUILD	2011-02-24 15:09:19 UTC (rev 111164)
@@ -3,14 +3,14 @@
 
 pkgname=librsvg
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.22.0' 'libcroco>=0.6.2')
-makedepends=('intltool' 'gtk-doc')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool')
 optdepends=('python2: rsvg commandline utility')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 url="http://librsvg.sourceforge.net/"
 install=librsvg.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
@@ -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 --enable-gtk-theme
+      --with-svgz --disable-gtk-theme
   make
 }
 




More information about the arch-commits mailing list