librsvg: update to 2.44.7.
This commit is contained in:
parent
1689f1cc95
commit
04e858dedd
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.40.20
|
version=2.44.7
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection) $(vopt_enable vala)"
|
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
||||||
hostmakedepends="automake libtool pkg-config intltool python glib-devel
|
$(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||||
gdk-pixbuf-devel gobject-introspection $(vopt_if vala vala-devel)"
|
hostmakedepends="cargo pkg-config python glib-devel
|
||||||
makedepends="libcroco-devel pango-devel gdk-pixbuf-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"
|
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"
|
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"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b
|
checksum=aafd1c651b293bc09305ec9ae558e4fbcd4b9be6e7e27a003d48324af993b23e
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
@ -22,13 +25,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="vala gir"
|
build_options_default="vala gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
do_check() {
|
||||||
autoreconf -fi
|
# cargo refuses to test librsvg due to
|
||||||
}
|
# config.guess' checksum changing during
|
||||||
|
# do_configure
|
||||||
pre_check() {
|
:
|
||||||
# This test is know to fail
|
|
||||||
rm -f tests/fixtures/reftests/bugs/777834-*
|
|
||||||
}
|
}
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue