gobject-introspection: update and add script, not working yet

This commit is contained in:
Jeremy Soller 2025-05-04 18:55:15 -06:00
parent 593e3acf6e
commit f7710a5701
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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"
"""