librsvg: update to 2.36.0.
This commit is contained in:
parent
ec4d51854e
commit
f8696db06e
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue