librsvg: update to 2.37.0.

This commit is contained in:
Juan RP 2013-03-28 19:16:34 +01:00
parent d0d553a18d
commit e5781f55f6
2 changed files with 6 additions and 10 deletions

View file

@ -1,12 +1,8 @@
# Template file for 'librsvg-devel'. # Template file for 'librsvg-devel'.
# #
noarch=yes
depends="gdk-pixbuf-devel cairo-devel libcroco-devel depends="gdk-pixbuf-devel cairo-devel libcroco-devel
${sourcepkg}-${version}_${revision}" ${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} development files" short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,20 +1,20 @@
# Template build file for 'librsvg'. # Template build file for 'librsvg'.
pkgname=librsvg pkgname=librsvg
version=2.36.4 version=2.37.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --enable-introspection" configure_args="--disable-static --enable-introspection"
depends="gdk-pixbuf>=2.26.1_2" depends="gdk-pixbuf>=2.26.1_2"
makedepends="pkg-config intltool python libpng-devel>=1.5.10 libcroco-devel hostmakedepends="pkg-config intltool python gobject-introspection"
gtk+-devel gtk+3-devel gobject-introspection" makedepends="libpng-devel>=1.5.10 libcroco-devel gtk+-devel gtk+3-devel"
triggers="gtk-pixbuf-loaders" triggers="gtk-pixbuf-loaders"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
short_desc="SVG library for GNOME" short_desc="SVG library for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://librsvg.sourceforge.net/" homepage="http://librsvg.sourceforge.net/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/2.37/$pkgname-$version.tar.xz"
checksum=1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2 checksum=06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835
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.