gobject-introspection: install missing installed-tests files

These are required by GJS
This commit is contained in:
Rasmus Thomsen 2018-09-24 16:14:53 +02:00 committed by maxice8
parent 716466f8d8
commit 53521a766d
2 changed files with 14 additions and 2 deletions

View file

@ -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',

View file

@ -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 <gottox@voidlinux.eu>"
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