From f7710a570114401f5719c33e735e57df6325083d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 18:55:15 -0600 Subject: [PATCH] gobject-introspection: update and add script, not working yet --- .../libs/other/gobject-introspection/recipe.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/other/gobject-introspection/recipe.toml b/recipes/wip/libs/other/gobject-introspection/recipe.toml index 93a6f31f8..b8aeed6b2 100644 --- a/recipes/wip/libs/other/gobject-introspection/recipe.toml +++ b/recipes/wip/libs/other/gobject-introspection/recipe.toml @@ -1,9 +1,18 @@ -#TODO missing script for Meson, see https://gi.readthedocs.io/en/latest/build_test.html [source] -tar = "https://download.gnome.org/sources/gobject-introspection/1.76/gobject-introspection-1.76.1.tar.xz" +tar = "https://download.gnome.org/sources/gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz" +blake3 = "e01a810629b11b2fa415ba47d2df3ba521286e9933f6c2b364e959c26401eb96" + [build] template = "custom" dependencies = [ "cairo", "glib", + "libffi", + "pcre2", + "python312", + "zlib", ] +script = """ +DYNAMIC_INIT +cookbook_meson -Dpython="${COOKBOOK_SYSROOT}/usr/bin/python3.12" +"""