diff --git a/templates/librsvg/template b/templates/librsvg/template index 91f74c3f247..f460c6e2069 100644 --- a/templates/librsvg/template +++ b/templates/librsvg/template @@ -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 }