diff --git a/srcpkgs/librsvg/librsvg-devel.template b/srcpkgs/librsvg/librsvg-devel.template index 792bcc39610..6b38d098f80 100644 --- a/srcpkgs/librsvg/librsvg-devel.template +++ b/srcpkgs/librsvg/librsvg-devel.template @@ -8,7 +8,9 @@ long_desc="${long_desc} Add_dependency run gdk-pixbuf-devel Add_dependency run cairo-devel Add_dependency run libcroco-devel -Add_dependency run librsvg +Add_dependency run librsvg ">=${version}" + +noarch=yes do_install() { vmove usr/include usr diff --git a/srcpkgs/librsvg/librsvg.rshlibs b/srcpkgs/librsvg/librsvg.rshlibs index d70a508c514..71a6aa61586 100644 --- a/srcpkgs/librsvg/librsvg.rshlibs +++ b/srcpkgs/librsvg/librsvg.rshlibs @@ -12,8 +12,6 @@ libgio-2.0.so.0 libpangoft2-1.0.so.0 libpangocairo-1.0.so.0 libpango-1.0.so.0 -libgmodule-2.0.so.0 -librt.so.1 libpng14.so.14 libfontconfig.so.1 libfreetype.so.6 diff --git a/srcpkgs/librsvg/template b/srcpkgs/librsvg/template index fb9980b4e7e..1e091fe9edb 100644 --- a/srcpkgs/librsvg/template +++ b/srcpkgs/librsvg/template @@ -1,13 +1,12 @@ # Template build file for 'librsvg'. pkgname=librsvg -version=2.35.2 -distfiles="${GNOME_SITE}/$pkgname/2.35/$pkgname-$version.tar.xz" +version=2.36.0 +distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz" build_style=gnu-configure -configure_args="--with-croco --with-svgz --disable-static ---enable-introspection" +configure_args="--disable-static --enable-introspection" short_desc="SVG library for GNOME" maintainer="Juan RP " -checksum=84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c +checksum=e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a long_desc=" librsvg is Raph's scalable vector graphics library. It provides support for SVG graphics, and is used by the GNOME desktop.