Revert "librsvg: update to 2.48.5."
This reverts commit 7ee9e5252e
.
2.48.5 introduced not trivially fixable build breakage on big
endian systems, so revert for now.
https://gitlab.gnome.org/GNOME/librsvg/-/issues/604
There isn't any important fix or feature in 2.48.5 that would make
it urgent right now.
This commit is contained in:
parent
f1b65ca59a
commit
eabf4a763f
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.48.5
|
# https://gitlab.gnome.org/GNOME/librsvg/-/issues/604
|
||||||
revision=1
|
reverts="2.48.5_1"
|
||||||
|
version=2.48.4
|
||||||
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
||||||
|
@ -16,7 +18,7 @@ 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=7a578aa129078dc853e48dbb87c9b2986c0ebbdc985cea4125a05827d0dd99eb
|
checksum=28b63af85ced557383d3d3ece6e1f6938720dee1ecfa40d926bf1de4747c956e
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
|
Loading…
Reference in New Issue