gjs: remove meson compatibility patch that now seems to be harmful ...

This commit is contained in:
nia 2022-03-10 20:53:35 +00:00
parent 2c48ce0dc4
commit f664dec8a6
2 changed files with 1 additions and 18 deletions

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.9 2021/12/17 00:03:51 gutteridge Exp $
$NetBSD: distinfo,v 1.10 2022/03/10 20:53:35 nia Exp $
BLAKE2s (gjs-1.68.4.tar.xz) = 470e00cbf97a18ce78f572c44202163bc3497cbc0570cc7bd8dbf6d2f30cef31
SHA512 (gjs-1.68.4.tar.xz) = c610abfa701c0a61ffa6916ec5ebcd07b1dcb04607d74ab0b6d30583da27d60f9993e037fab73e66e1580d644d3a57f0a479f55a09e3bf56fea7f17367c787b3
Size (gjs-1.68.4.tar.xz) = 559768 bytes
SHA1 (patch-gjs_jsapi-util.cpp) = 91b267616071bde63afb835d82859bd44a364da1
SHA1 (patch-meson.build) = 19091cf43cf5ddc2e096d628dfca7deca5b76b5f

View file

@ -1,16 +0,0 @@
$NetBSD: patch-meson.build,v 1.1 2021/12/17 00:03:51 gutteridge Exp $
Fix build with meson >= 0.60.2.
https://gitlab.gnome.org/GNOME/gjs/-/commit/59bbb5e4795d2b6e41ce27ae3b18257e75b71a19
--- meson.build.orig 2021-09-18 16:47:22.772439700 +0000
+++ meson.build
@@ -534,7 +534,7 @@ gjs_private_gir = gnome.generate_gir(lib
includes: ['GObject-2.0', 'Gio-2.0'], sources: libgjs_private_sources,
namespace: 'GjsPrivate', nsversion: '1.0', identifier_prefix: 'Gjs',
symbol_prefix: 'gjs_', extra_args: '--warn-error', install: true,
- install_dir_gir: false, install_dir_typelib: pkglibdir / 'girepository-1.0')
+ install_dir_gir: [false], install_dir_typelib: pkglibdir / 'girepository-1.0')
gjs_private_typelib = gjs_private_gir[1]
### Build gjs-console interpreter ##############################################