Add mate-settings-daemon and make marco depend on it

This commit is contained in:
Jeremy Soller 2025-11-14 19:49:36 -07:00
parent af95e8d0a9
commit 0364d6155b
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 22 additions and 0 deletions

View File

@ -20,5 +20,6 @@ template = "meson"
[package]
dependencies = [
"mate-settings-daemon",
"zenity",
]

View File

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