From fe435b6cf07e9a9320f3d63d7db705a9481911d1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 09:51:08 -0700 Subject: [PATCH] Add i3 (WIP) --- recipes/wip/x11/i3/i3/recipe.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/wip/x11/i3/i3/recipe.toml diff --git a/recipes/wip/x11/i3/i3/recipe.toml b/recipes/wip/x11/i3/i3/recipe.toml new file mode 100644 index 000000000..067587886 --- /dev/null +++ b/recipes/wip/x11/i3/i3/recipe.toml @@ -0,0 +1,20 @@ +#TODO: GLOB_TILDE and wordexp.h +[source] +tar = "https://i3wm.org/downloads/i3-4.24.tar.xz" +blake3 = "3b54ed52759339e545a7a5f602946abc0164c37eb801e79c0cb40f93dbae53d2" + +[build] +dependencies = [ + "cairo", + "libev", + "libxkbcommon-x11", + "pango", + "pcre2", + "startup-notification", + "xcb-util-cursor", + "xcb-util-keysyms", + "xcb-util-wm", + "xcb-util-xrm", + "yajl", +] +template = "meson"