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

Ionut Biru ibiru at archlinux.org
Sun Sep 18 16:28:15 UTC 2011


    Date: Sunday, September 18, 2011 @ 12:28:14
  Author: ibiru
Revision: 138209

add rsvg support

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-18 16:26:36 UTC (rev 138208)
+++ PKGBUILD	2011-09-18 16:28:14 UTC (rev 138209)
@@ -3,12 +3,13 @@
 
 pkgname=librsvg
 pkgver=2.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool')
+makedepends=('intltool' 'gtk2')
+optdepends=('gtk2: for rsvg-view support')
 options=('!libtool' '!emptydirs')
 url="http://librsvg.sourceforge.net/"
 install=librsvg.install
@@ -20,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
   make
 }
 




More information about the arch-commits mailing list