From f93a736f16a3356a80fdd18632410c3f29ad4819 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 14 Nov 2025 19:03:12 -0700 Subject: [PATCH] Add zenity --- recipes/wip/libs/gtk/zenity/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/wip/libs/gtk/zenity/recipe.toml diff --git a/recipes/wip/libs/gtk/zenity/recipe.toml b/recipes/wip/libs/gtk/zenity/recipe.toml new file mode 100644 index 000000000..bc9f40acd --- /dev/null +++ b/recipes/wip/libs/gtk/zenity/recipe.toml @@ -0,0 +1,9 @@ +[source] +tar = "https://download.gnome.org/sources/zenity/3.44/zenity-3.44.5.tar.xz" +blake3 = "de4c662bd33107e9247c23d248e4b1b51a68994b01ecefda77422e1007b11c1e" + +[build] +dependencies = [ + "gtk3", +] +template = "meson"