librsvg: update to 2.37.0.
This commit is contained in:
parent
d0d553a18d
commit
e5781f55f6
|
@ -1,12 +1,8 @@
|
|||
# Template file for 'librsvg-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel
|
||||
${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template build file for 'librsvg'.
|
||||
pkgname=librsvg
|
||||
version=2.36.4
|
||||
version=2.37.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-introspection"
|
||||
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"
|
||||
hostmakedepends="pkg-config intltool python gobject-introspection"
|
||||
makedepends="libpng-devel>=1.5.10 libcroco-devel gtk+-devel gtk+3-devel"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="SVG library for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://librsvg.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
||||
checksum=1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.37/$pkgname-$version.tar.xz"
|
||||
checksum=06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835
|
||||
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 New Issue