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 gdk-pixbuf-devel
|
||||||
Add_dependency run cairo-devel
|
Add_dependency run cairo-devel
|
||||||
Add_dependency run libcroco-devel
|
Add_dependency run libcroco-devel
|
||||||
Add_dependency run librsvg
|
Add_dependency run librsvg ">=${version}"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -12,8 +12,6 @@ libgio-2.0.so.0
|
||||||
libpangoft2-1.0.so.0
|
libpangoft2-1.0.so.0
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libgmodule-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libpng14.so.14
|
libpng14.so.14
|
||||||
libfontconfig.so.1
|
libfontconfig.so.1
|
||||||
libfreetype.so.6
|
libfreetype.so.6
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.35.2
|
version=2.36.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.35/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-croco --with-svgz --disable-static
|
configure_args="--disable-static --enable-introspection"
|
||||||
--enable-introspection"
|
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c
|
checksum=e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a
|
||||||
long_desc="
|
long_desc="
|
||||||
librsvg is Raph's scalable vector graphics library. It provides support for
|
librsvg is Raph's scalable vector graphics library. It provides support for
|
||||||
SVG graphics, and is used by the GNOME desktop.
|
SVG graphics, and is used by the GNOME desktop.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue