From af95e8d0a9e1da60648cad1065e29bfa6adbe764 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 14 Nov 2025 19:46:56 -0700 Subject: [PATCH] Add libmatekbd --- recipes/wip/x11/mate/libmatekbd/recipe.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/wip/x11/mate/libmatekbd/recipe.toml diff --git a/recipes/wip/x11/mate/libmatekbd/recipe.toml b/recipes/wip/x11/mate/libmatekbd/recipe.toml new file mode 100644 index 000000000..92daa69fb --- /dev/null +++ b/recipes/wip/x11/mate/libmatekbd/recipe.toml @@ -0,0 +1,18 @@ +[source] +tar = "https://github.com/mate-desktop/libmatekbd/releases/download/v1.28.0/libmatekbd-1.28.0.tar.xz" +blake3 = "d5dcf7a47522cc586b6c47e9bd731bbd6db43fcb6797b33b52c03e816d9caedd" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "gtk3", + "libxklavier", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""