From 0071e080524209f91184d27e11a7c3e7fb57e764 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 Oct 2025 17:18:34 -0600 Subject: [PATCH] Add xfwm4 --- recipes/wip/x11/xfce4/xfwm4/recipe.toml | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 recipes/wip/x11/xfce4/xfwm4/recipe.toml diff --git a/recipes/wip/x11/xfce4/xfwm4/recipe.toml b/recipes/wip/x11/xfce4/xfwm4/recipe.toml new file mode 100644 index 000000000..d83c3990b --- /dev/null +++ b/recipes/wip/x11/xfce4/xfwm4/recipe.toml @@ -0,0 +1,53 @@ +[source] +tar = "https://archive.xfce.org/src/xfce/xfwm4/4.20/xfwm4-4.20.0.tar.bz2" +blake3 = "1c48e0fd80ef674a1d6cd8b3ab2452e87ab1597693f99c3217d271070b5ba8c2" + +[build] +dependencies = [ + "atk", + "cairo", + "expat", + "fontconfig", + "freetype2", + "fribidi", + "gdk-pixbuf", + "gettext", + "glib", + "gtk3", + "harfbuzz", + "libepoxy", + "libffi", + "libice", + "libiconv", + "libjpeg", + "libpng", + "libpthread-stubs", + "libwnck3", + "libx11", + "libxau", + "libxcb", + "libxext", + "libxfce4ui", + "libxfce4util", + "libxfixes", + "libxft", + "libxi", + "libxinerama", + "libxrandr", + "libxrender", + "libxxf86vm", + "mesa-x11", + "pango", + "pcre2", + "pixman", + "shared-mime-info", + "x11proto", + "xfconf", + "zlib", +] +template = "custom" +script = """ +DYNAMIC_INIT +export LIBS="$("${PKG_CONFIG}" --libs libxfce4util-1.0 x11)" +cookbook_configure --disable-silent-rules +"""