librsvg: update to 2.40.0.
This commit is contained in:
parent
fbfde72e00
commit
a7809c57d9
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'librsvg'.
|
||||
pkgname=librsvg
|
||||
version=2.39.0
|
||||
version=2.40.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-introspection"
|
||||
hostmakedepends="pkg-config intltool python gobject-introspection"
|
||||
makedepends="libcroco-devel gtk+-devel gtk+3-devel"
|
||||
makedepends="libcroco-devel gtk+3-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/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=aa47dcde0128eee6e3595d203bc673d9c27389588842f401bf585f31fc65095f
|
||||
checksum=8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9
|
||||
long_desc="
|
||||
librsvg is Raph's scalable vector graphics library. It provides support for
|
||||
SVG graphics, and is used by the GNOME desktop.
|
||||
|
@ -20,7 +20,7 @@ long_desc="
|
|||
loader and a theme engine for the GTK+ toolkit."
|
||||
|
||||
librsvg-devel_package() {
|
||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}-${version}_${revision}"
|
||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue