summaryrefslogtreecommitdiff
path: root/extra/librsvg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/librsvg/PKGBUILD')
-rw-r--r--extra/librsvg/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/librsvg/PKGBUILD b/extra/librsvg/PKGBUILD
index cc6d9e2dc..dee391f52 100644
--- a/extra/librsvg/PKGBUILD
+++ b/extra/librsvg/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 137295 2011-09-06 22:08:52Z heftig $
+# $Id: PKGBUILD 138210 2011-09-18 16:29:47Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=librsvg
pkgver=2.34.1
-pkgrel=1
+pkgrel=2
pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf"
arch=(i686 x86_64 'mips64el')
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 @@ build() {
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
}