gobject-introspection-bootstrap: update to 1.82.0.

This commit is contained in:
oreo639 2024-09-15 03:34:43 -07:00 committed by oreo639
parent 2a13c38d3f
commit 377160e35e
1 changed files with 5 additions and 6 deletions

View File

@ -4,8 +4,8 @@
# This aloing with glib-bootstrap is unfortunately necessary as a part of the
# libgirepository-1.0 to libgirepository-2.0 migration.
pkgname=gobject-introspection-bootstrap
version=1.80.1
revision=2
version=1.82.0
revision=1
build_style=meson
build_helper="qemu"
configure_args="-Dbuild_introspection_data=false"
@ -20,7 +20,7 @@ maintainer="oreo639 <oreo6391@gmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GObjectIntrospection"
distfiles="${GNOME_SITE}/gobject-introspection/${version%.*}/gobject-introspection-${version}.tar.xz"
checksum=a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8
checksum=0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09
python_version=3
repository=bootstrap
@ -57,10 +57,9 @@ post_install() {
# For cross builds copy the not installed tests subdirectory
if [ "$CROSS_BUILD" ]; then
vmkdir usr/share/gobject-introspection-1.0/tests
for f in scanner/annotation.? scanner/drawable.? scanner/foo.? \
scanner/regress.? scanner/utility.? scanner/warnlib.? \
for f in annotation.? drawable.? foo.? regress.? utility.? warnlib.? \
gimarshallingtests.? gitestmacros.h; do
vcopy tests/$f usr/share/gobject-introspection-1.0/tests
vcopy gobject-introspection-tests/$f usr/share/gobject-introspection-1.0/tests
done
fi