From ae7ce2d12c6bc4887263876535fe79e188e923ae Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Nov 2025 11:10:16 -0700 Subject: [PATCH] Add dbus-glib --- recipes/wip/x11/mate/dbus-glib/recipe.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/wip/x11/mate/dbus-glib/recipe.toml diff --git a/recipes/wip/x11/mate/dbus-glib/recipe.toml b/recipes/wip/x11/mate/dbus-glib/recipe.toml new file mode 100644 index 000000000..c18fa8074 --- /dev/null +++ b/recipes/wip/x11/mate/dbus-glib/recipe.toml @@ -0,0 +1,19 @@ +[source] +tar = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.114.tar.gz" +blake3 = "a632fb16525a201dd159b9538c6009ec717403d580a3741cbf96fd6f9af2828b" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "dbus", + "expat", + "glib", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --with-dbus-binding-tool="$(which dbus-binding-tool)" +"""