Add mate-session-manager

This commit is contained in:
Jeremy Soller 2025-11-15 11:10:25 -07:00
parent ae7ce2d12c
commit 8b2f3f5bb7
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

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