mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add mate-settings-daemon and make marco depend on it
This commit is contained in:
parent
af95e8d0a9
commit
0364d6155b
@ -20,5 +20,6 @@ template = "meson"
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"mate-settings-daemon",
|
||||
"zenity",
|
||||
]
|
||||
|
||||
21
recipes/wip/x11/mate/mate-settings-daemon/recipe.toml
Normal file
21
recipes/wip/x11/mate/mate-settings-daemon/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user