From e655379a392610af9f8cefdb3778bc8031264865 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 23 Feb 2026 08:41:39 -0700 Subject: [PATCH] WIP: cosmic-panel --- recipes/wip/wayland/cosmic-panel/recipe.toml | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/wip/wayland/cosmic-panel/recipe.toml diff --git a/recipes/wip/wayland/cosmic-panel/recipe.toml b/recipes/wip/wayland/cosmic-panel/recipe.toml new file mode 100644 index 000000000..c7a78f4bc --- /dev/null +++ b/recipes/wip/wayland/cosmic-panel/recipe.toml @@ -0,0 +1,22 @@ +[source] +git = "https://github.com/jackpot51/cosmic-panel" +branch = "redox" + +[build] +template = "custom" +dependencies = [ + "gettext", + #"libffi", + #TODO: requires evdev and some udev implementation: "libinput", + "libwayland", + "libxkbcommon", + #"mesa", + #"pixman", + #"seatd", +] +script = """ +DYNAMIC_INIT +export GETTEXT_DIR="${COOKBOOK_SYSROOT}/usr" +COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/cosmic-panel-bin" +cookbook_cargo --no-default-features +"""