From 855e47ba3f6c4a15ad107091691f8ebe0c7e71ec Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Nov 2025 11:11:58 -0700 Subject: [PATCH] Add caja --- recipes/wip/x11/mate/caja/recipe.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/wip/x11/mate/caja/recipe.toml diff --git a/recipes/wip/x11/mate/caja/recipe.toml b/recipes/wip/x11/mate/caja/recipe.toml new file mode 100644 index 000000000..79f77db5e --- /dev/null +++ b/recipes/wip/x11/mate/caja/recipe.toml @@ -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 +"""