librsvg: update to 2.48.8.
This commit is contained in:
parent
ed3bce9710
commit
a94768d65c
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
# https://gitlab.gnome.org/GNOME/librsvg/-/issues/604
|
# https://gitlab.gnome.org/GNOME/librsvg/-/issues/604
|
||||||
version=2.48.6
|
version=2.48.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -9,15 +9,14 @@ configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
||||||
$(vopt_enable gir introspection) $(vopt_enable vala)"
|
$(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||||
hostmakedepends="cargo pkg-config python glib-devel
|
hostmakedepends="cargo pkg-config python glib-devel
|
||||||
gdk-pixbuf-devel $(vopt_if vala vala)"
|
gdk-pixbuf-devel $(vopt_if vala vala)"
|
||||||
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel gtk+3-devel
|
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
|
||||||
libcroco-devel libglib-devel libxml2-devel pango-devel rust
|
libglib-devel libxml2-devel pango-devel rust $(vopt_if vala vala)"
|
||||||
$(vopt_if vala vala)"
|
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/LibRsvg"
|
homepage="https://wiki.gnome.org/Projects/LibRsvg"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=84ddd9447d392a307956826b40961790b9340a8e346285542a361dfc1f2e64cf
|
checksum=f480a325bbdf26d1874eb6fb330ebc5920ba64e3e08de61931bb4506dfef2692
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue