mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gobject-introspection-bootstrap: update to 1.82.0.
This commit is contained in:
parent
2a13c38d3f
commit
377160e35e
1 changed files with 5 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
||||||
# This aloing with glib-bootstrap is unfortunately necessary as a part of the
|
# This aloing with glib-bootstrap is unfortunately necessary as a part of the
|
||||||
# libgirepository-1.0 to libgirepository-2.0 migration.
|
# libgirepository-1.0 to libgirepository-2.0 migration.
|
||||||
pkgname=gobject-introspection-bootstrap
|
pkgname=gobject-introspection-bootstrap
|
||||||
version=1.80.1
|
version=1.82.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="-Dbuild_introspection_data=false"
|
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"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/GObjectIntrospection"
|
homepage="https://wiki.gnome.org/Projects/GObjectIntrospection"
|
||||||
distfiles="${GNOME_SITE}/gobject-introspection/${version%.*}/gobject-introspection-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gobject-introspection/${version%.*}/gobject-introspection-${version}.tar.xz"
|
||||||
checksum=a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8
|
checksum=0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
@ -57,10 +57,9 @@ post_install() {
|
||||||
# For cross builds copy the not installed tests subdirectory
|
# For cross builds copy the not installed tests subdirectory
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vmkdir usr/share/gobject-introspection-1.0/tests
|
vmkdir usr/share/gobject-introspection-1.0/tests
|
||||||
for f in scanner/annotation.? scanner/drawable.? scanner/foo.? \
|
for f in annotation.? drawable.? foo.? regress.? utility.? warnlib.? \
|
||||||
scanner/regress.? scanner/utility.? scanner/warnlib.? \
|
|
||||||
gimarshallingtests.? gitestmacros.h; do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue