diff options
author | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
commit | df65be2b18070d63ffd056e8563279e4646bee9a (patch) | |
tree | db83bf14cc793eaa739a4c65f7af96583cc56576 /extra/librsvg | |
parent | f57b139ded4e8c4b10555985513b3f9a70a70e12 (diff) |
Mon Sep 19 23:14:46 UTC 2011
Diffstat (limited to 'extra/librsvg')
-rw-r--r-- | extra/librsvg/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/librsvg/PKGBUILD b/extra/librsvg/PKGBUILD index d11672b26..75ca002cd 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) 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 } |