From 574fea060bb0bda3fe13441d453bb42813a19034 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 09:39:46 -0700 Subject: [PATCH] Add xcb-util-wm and xcb-util-xrm --- recipes/wip/x11/xcb-util-wm/recipe.toml | 17 +++++++++++++++++ recipes/wip/x11/xcb-util-xrm/recipe.toml | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 recipes/wip/x11/xcb-util-wm/recipe.toml create mode 100644 recipes/wip/x11/xcb-util-xrm/recipe.toml diff --git a/recipes/wip/x11/xcb-util-wm/recipe.toml b/recipes/wip/x11/xcb-util-wm/recipe.toml new file mode 100644 index 000000000..c92734b8c --- /dev/null +++ b/recipes/wip/x11/xcb-util-wm/recipe.toml @@ -0,0 +1,17 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/xcb-util-wm-0.4.2.tar.xz" +blake3 = "4cf6b0e204e12eb6b824c939404fc5ad63d61cb94679e8adf5670207802bc738" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libxcb", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +""" diff --git a/recipes/wip/x11/xcb-util-xrm/recipe.toml b/recipes/wip/x11/xcb-util-xrm/recipe.toml new file mode 100644 index 000000000..32b753396 --- /dev/null +++ b/recipes/wip/x11/xcb-util-xrm/recipe.toml @@ -0,0 +1,18 @@ +[source] +tar = "https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xrm-1.3.tar.bz2" +blake3 = "21cd9a005dde4982a452df156a16f4a61bd5299fb1a24dda2c9e8169e0654f38" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libx11", + "xcb-util", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""