From 4f62ca6eaff67f42ed5fbb4891bfddac34aeba3a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 Oct 2025 12:04:01 -0600 Subject: [PATCH] Add openbox --- recipes/wip/x11/openbox/recipe.toml | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 recipes/wip/x11/openbox/recipe.toml diff --git a/recipes/wip/x11/openbox/recipe.toml b/recipes/wip/x11/openbox/recipe.toml new file mode 100644 index 00000000..ca0668c7 --- /dev/null +++ b/recipes/wip/x11/openbox/recipe.toml @@ -0,0 +1,42 @@ +#TODO: launches but has segfaults at runtime +[source] +tar = "https://openbox.org/dist/openbox/openbox-3.6.1.tar.xz" +blake3 = "6bf434e52e04a9cfcd67c11cb9105b93fe2055dca49f1bed2c105fd117e88ef4" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "cairo", + "expat", + "fontconfig", + "freetype2", + "fribidi", + "gettext", + "glib", + "harfbuzz", + "libffi", + "libiconv", + "libpng", + "libpthread-stubs", + "libx11", + "libxau", + "libxcb", + "libxext", + "libxft", + "libxml2", + "libxrender", + "pango", + "pcre2", + "pixman", + "x11proto", + "xz", + "zlib", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""