This commit is contained in:
Jeremy Soller 2025-11-15 11:11:58 -07:00
parent 8b2f3f5bb7
commit 855e47ba3f
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/caja/releases/download/v1.26.4/caja-1.26.4.tar.xz"
blake3 = "a70f5ce8dcb038d78346b385b2abd4d29a3e13c99b368a617c38107a9e725617"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"libmate-desktop-2",
"libnotify",
"libsm",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""