From 53521a766db1a7b854f6c24cdb8a748e8cb99dc0 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 24 Sep 2018 16:14:53 +0200 Subject: [PATCH] gobject-introspection: install missing installed-tests files These are required by GJS --- .../patches/install-missing-installed-tests.patch | 12 ++++++++++++ srcpkgs/gobject-introspection/template | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/gobject-introspection/patches/install-missing-installed-tests.patch 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 00000000000..76036684b7a --- /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 4a17c8b3363..f76b43612a9 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