diff --git a/srcpkgs/librsvg/librsvg-devel.template b/srcpkgs/librsvg/librsvg-devel.template index 14d0f3952c7..0b139680ffa 100644 --- a/srcpkgs/librsvg/librsvg-devel.template +++ b/srcpkgs/librsvg/librsvg-devel.template @@ -1,14 +1,12 @@ # Template file for 'librsvg-devel'. # -depends="gdk-pixbuf-devel cairo-devel libcroco-devel librsvg>=2.36.1" +noarch=yes +depends="gdk-pixbuf-devel cairo-devel libcroco-devel librsvg>=$version" short_desc="${sourcepkg} development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - -noarch=yes - do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib diff --git a/srcpkgs/librsvg/librsvg.rshlibs b/srcpkgs/librsvg/librsvg.rshlibs index ff51a4ee3a1..6528f9874cb 100644 --- a/srcpkgs/librsvg/librsvg.rshlibs +++ b/srcpkgs/librsvg/librsvg.rshlibs @@ -12,7 +12,6 @@ libgio-2.0.so.0 libpangoft2-1.0.so.0 libpangocairo-1.0.so.0 libpango-1.0.so.0 -libpng14.so.14 libfontconfig.so.1 libfreetype.so.6 libcroco-0.6.so.3 @@ -21,3 +20,4 @@ libm.so.6 libatk-1.0.so.0 libgmodule-2.0.so.0 librt.so.1 +libpng15.so.15 diff --git a/srcpkgs/librsvg/template b/srcpkgs/librsvg/template index ad940c20819..ac52aa7e952 100644 --- a/srcpkgs/librsvg/template +++ b/srcpkgs/librsvg/template @@ -1,13 +1,18 @@ # Template build file for 'librsvg'. pkgname=librsvg version=2.36.1 -distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz" +revision=2 build_style=gnu-configure configure_args="--disable-static --enable-introspection" -makedepends="pkg-config intltool python>=0 libcroco-devel gtk+-devel gtk+3-devel gobject-introspection" -revision=1 +depends="gdk-pixbuf>=2.26.1_2" +makedepends="pkg-config intltool python libpng-devel>=1.5.10 libcroco-devel gtk+-devel gtk+3-devel gobject-introspection" +triggers="gtk-pixbuf-loaders" +subpackages="$pkgname-devel" short_desc="SVG library for GNOME" maintainer="Juan RP " +homepage="http://librsvg.sourceforge.net/" +license="LGPL-2.1" +distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz" checksum=786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5 long_desc=" librsvg is Raph's scalable vector graphics library. It provides support for @@ -15,7 +20,3 @@ long_desc=" This package provides the librsvg library as well as some addons: a pixbuf loader and a theme engine for the GTK+ toolkit." - -triggers="gtk-pixbuf-loaders" -subpackages="$pkgname-devel" -