librsvg: remove rsvg command, thus python is avoided.

Bump revision.

--HG--
extra : convert_revision : 3c77bcd93f96c41d6b78a7a5a3f15aaed504fe7f
This commit is contained in:
Juan RP 2009-10-08 21:31:32 +02:00
parent 11ac59fee9
commit 2d945d0b00
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Template build file for 'librsvg'.
pkgname=librsvg
version=2.26.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-gimp=no --with-tags= --disable-mozilla-plugin"
@ -19,13 +20,16 @@ triggers="gtk-immodules gtk-pixbuf-loaders"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build python
Add_dependency full glibc
Add_dependency full gtk+
Add_dependency full libcroco
Add_dependency full libgsf
Add_dependency full python
post_install()
{
# Remove obsolete rsvg python script that is a wrapper that
# calls rsvg-convert internally!
rm -f ${DESTDIR}/usr/bin/rsvg
rm -rf ${DESTDIR}/usr/lib/mozilla
}