From 476e584b2f78cbdea1319ab9bb2597716086270c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Nov 2025 07:59:38 -0700 Subject: [PATCH] Add mate-icon-theme --- recipes/wip/x11/mate/mate-icon-theme/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/wip/x11/mate/mate-icon-theme/recipe.toml diff --git a/recipes/wip/x11/mate/mate-icon-theme/recipe.toml b/recipes/wip/x11/mate/mate-icon-theme/recipe.toml new file mode 100644 index 000000000..83d073fd3 --- /dev/null +++ b/recipes/wip/x11/mate/mate-icon-theme/recipe.toml @@ -0,0 +1,9 @@ +[source] +tar = "https://github.com/mate-desktop/mate-icon-theme/releases/download/v1.28.0/mate-icon-theme-1.28.0.tar.xz" +blake3 = "7269335000874df593ac06d991f4f19cdda984cd2199166987acb3f3cbd474bc" + +[build] +template = "configure" +configureflags = [ + "--disable-icon-mapping", +]