librsvg: update to 2.44.7.
This commit is contained in:
parent
1689f1cc95
commit
04e858dedd
|
@ -1,18 +1,21 @@
|
|||
# Template file for 'librsvg'
|
||||
pkgname=librsvg
|
||||
version=2.40.20
|
||||
revision=5
|
||||
version=2.44.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||
hostmakedepends="automake libtool pkg-config intltool python glib-devel
|
||||
gdk-pixbuf-devel gobject-introspection $(vopt_if vala vala-devel)"
|
||||
makedepends="libcroco-devel pango-devel gdk-pixbuf-devel"
|
||||
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
||||
$(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||
hostmakedepends="cargo pkg-config python glib-devel
|
||||
gdk-pixbuf-devel $(vopt_if gir gobject-introspection) $(vopt_if vala vala-devel)"
|
||||
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel gtk+3-devel
|
||||
libcroco-devel libglib-devel libxml2-devel pango-devel rust
|
||||
$(vopt_if gir libgirepository-devel)"
|
||||
short_desc="SVG library for GNOME"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
homepage="https://wiki.gnome.org/Projects/LibRsvg"
|
||||
license="LGPL-2.1"
|
||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b
|
||||
checksum=aafd1c651b293bc09305ec9ae558e4fbcd4b9be6e7e27a003d48324af993b23e
|
||||
|
||||
# Package build options
|
||||
build_options="gir vala"
|
||||
|
@ -22,13 +25,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="vala gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
# This test is know to fail
|
||||
rm -f tests/fixtures/reftests/bugs/777834-*
|
||||
do_check() {
|
||||
# cargo refuses to test librsvg due to
|
||||
# config.guess' checksum changing during
|
||||
# do_configure
|
||||
:
|
||||
}
|
||||
|
||||
librsvg-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue