mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Add mate-session-manager
This commit is contained in:
parent
ae7ce2d12c
commit
8b2f3f5bb7
20
recipes/wip/x11/mate/mate-session-manager/recipe.toml
Normal file
20
recipes/wip/x11/mate/mate-session-manager/recipe.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[source]
|
||||
tar = "https://github.com/mate-desktop/mate-session-manager/releases/download/v1.28.0/mate-session-manager-1.28.0.tar.xz"
|
||||
blake3 = "c76fd3064f4697180006cc2562a0ac55ddfa40b4029047f58c8dcc790606a9a6"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"dbus-glib",
|
||||
"gtk3",
|
||||
"libsm",
|
||||
"libxcomposite",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user