librsvg: update to 2.52.2, adopt.
Credit to biopsin for spotting the workaround with .cargo/config. Upstream issue: https://gitlab.gnome.org/GNOME/librsvg/-/issues/810
This commit is contained in:
parent
ef0b1ffbc5
commit
720281efbb
1 changed files with 16 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.50.7
|
version=2.52.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -9,18 +9,27 @@ hostmakedepends="cargo pkg-config python glib-devel gdk-pixbuf-devel vala"
|
||||||
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
|
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
|
||||||
libglib-devel libxml2-devel pango-devel rust vala"
|
libglib-devel libxml2-devel pango-devel rust vala"
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.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"
|
||||||
# update changelog when release series changes
|
# update changelog when release series changes
|
||||||
changelog="https://gitlab.gnome.org/GNOME/librsvg/-/raw/librsvg-2.50/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/librsvg/-/raw/librsvg-2.50/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=fffb61b08cd5282aaae147a02b305166a7426fad22a8b9427708f0f2fc426ebc
|
checksum=03d2887c18ffb906e1a60f97fe46a7169f69aa28d6db5d285748f3618b093427
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# reference files are for specific pango and harfbuzz versions
|
# reference files are for specific pango and harfbuzz versions
|
||||||
# the test suite isn't designed to be run by distros
|
# the test suite isn't designed to be run by distros
|
||||||
:
|
make_check=no
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
# otherwise the final linking step uses "cc" instead of $CC
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
cat >> .cargo/config <<- EOF
|
||||||
|
|
||||||
|
[target.${RUST_TARGET}]
|
||||||
|
linker = "${CC}"
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue