Skip to content

Commit

Permalink
gobject-introspection: update to 1.82.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oreo639 committed Sep 29, 2024
1 parent 0d51ef7 commit 263f211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 107 deletions.

This file was deleted.

11 changes: 5 additions & 6 deletions srcpkgs/gobject-introspection/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'gobject-introspection'
# keep in sync with gobject-introspection-bootstrap
pkgname=gobject-introspection
version=1.80.1
revision=2
version=1.82.0
revision=1
build_style=meson
build_helper="qemu"
pycompile_dirs="usr/lib/gobject-introspection/giscanner"
Expand All @@ -17,7 +17,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GObjectIntrospection"
changelog="https://gitlab.gnome.org/GNOME/gobject-introspection/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/gobject-introspection/${version%.*}/gobject-introspection-${version}.tar.xz"
checksum=a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8
checksum=0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09
python_version=3

if [ "$CROSS_BUILD" ]; then
Expand Down Expand Up @@ -50,10 +50,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

Expand Down

0 comments on commit 263f211

Please sign in to comment.