diff --git a/srcpkgs/gobject-introspection/patches/install-missing-installed-tests.patch b/srcpkgs/gobject-introspection/patches/install-missing-installed-tests.patch new file mode 100644 index 0000000000..76036684b7 --- /dev/null +++ b/srcpkgs/gobject-introspection/patches/install-missing-installed-tests.patch @@ -0,0 +1,12 @@ +Reason: These are required for GJS +--- tests/meson.build ++++ tests/meson.build +@@ -8,6 +8,8 @@ test_regress_incdirs = include_directories(['.', 'scanner']) + installed_sources = [ + 'scanner/regress.c', + 'scanner/regress.h', ++ 'scanner/warnlib.c', ++ 'scanner/warnlib.h', + 'gimarshallingtests.c', + 'gimarshallingtests.h', + 'gitestmacros.h', diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 4a17c8b336..f76b43612a 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.58.0 -revision=2 +revision=3 build_style=meson pycompile_version="$py3_ver" pycompile_dirs="usr/lib/${pkgname}/giscanner" @@ -11,7 +11,7 @@ depends="libgirepository-devel" short_desc="Introspection system for GObject-based libraries" maintainer="Enno Boland " license="GPL-2.0-or-later, LGPL-2.1-or-later" -homepage="http://live.gnome.org/GObjectInstrospection" +homepage="https://wiki.gnome.org/Projects/GObjectIntrospection" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=27c1590a32749de0a5481ce897772547043e94bccba4bc0a7edb3d8513e401ec nocross=yes