From 0364d6155b2b765d371412ea0d342ef7151fd5d8 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 14 Nov 2025 19:49:36 -0700 Subject: [PATCH] Add mate-settings-daemon and make marco depend on it --- recipes/wip/x11/mate/marco/recipe.toml | 1 + .../x11/mate/mate-settings-daemon/recipe.toml | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 recipes/wip/x11/mate/mate-settings-daemon/recipe.toml diff --git a/recipes/wip/x11/mate/marco/recipe.toml b/recipes/wip/x11/mate/marco/recipe.toml index d3a1482fa..50f9042ca 100644 --- a/recipes/wip/x11/mate/marco/recipe.toml +++ b/recipes/wip/x11/mate/marco/recipe.toml @@ -20,5 +20,6 @@ template = "meson" [package] dependencies = [ + "mate-settings-daemon", "zenity", ] diff --git a/recipes/wip/x11/mate/mate-settings-daemon/recipe.toml b/recipes/wip/x11/mate/mate-settings-daemon/recipe.toml new file mode 100644 index 000000000..f46376033 --- /dev/null +++ b/recipes/wip/x11/mate/mate-settings-daemon/recipe.toml @@ -0,0 +1,21 @@ +[source] +tar = "https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.28.0/mate-settings-daemon-1.28.0.tar.xz" +blake3 = "396389887d2e79d22e8be28f51df8e6e807ffabb676fbd23888278cf39a65f3d" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "dconf", + "gtk3", + "libcanberra", + "libmate-desktop-2", + "libmatekbd", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --disable-rfkill +"""