diff --git a/srcpkgs/librsvg/template b/srcpkgs/librsvg/template index 474b524c6f5..52ef1362fbc 100644 --- a/srcpkgs/librsvg/template +++ b/srcpkgs/librsvg/template @@ -1,12 +1,12 @@ # Template build file for 'librsvg'. pkgname=librsvg version=2.40.20 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static $(vopt_enable gir introspection)" hostmakedepends="automake libtool pkg-config intltool python glib-devel gdk-pixbuf-devel gobject-introspection" -makedepends="libcroco-devel gtk+3-devel" +makedepends="libcroco-devel pango-devel" triggers="gtk-pixbuf-loaders" short_desc="SVG library for GNOME" maintainer="Juan RP " @@ -48,7 +48,6 @@ librsvg-devel_package() { librsvg-utils_package() { short_desc+=" - utilities" pkg_install() { - vmove usr/bin/rsvg-view-3 vmove usr/bin/rsvg-convert vmove usr/share/man/man1/rsvg-convert.1 }