librsvg: update to 2.40.3.
This commit is contained in:
parent
f6bcac5730
commit
e816c6ab35
1 changed files with 5 additions and 14 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template build file for 'librsvg'.
|
||||
pkgname=librsvg
|
||||
version=2.40.2
|
||||
revision=2
|
||||
version=2.40.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="libtool pkg-config intltool python glib-devel gdk-pixbuf-devel"
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="libtool pkg-config intltool python glib-devel gdk-pixbuf-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libcroco-devel gtk+3-devel>=3.10.7_3"
|
||||
depends="gdk-pixbuf>=2.26.1_2"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
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=48049b643294636df7de1a4b997414d699666f5dc44776945c218a257d2a291c
|
||||
checksum=eb2755fe8bf0aa5b439bcf94edc880f08396b4c79fd54c73147df0607c63c98f
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -23,13 +22,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
|
@ -47,7 +39,6 @@ librsvg-devel_package() {
|
|||
fi
|
||||
}
|
||||
}
|
||||
|
||||
librsvg-utils_package() {
|
||||
short_desc+=" - utilities"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue