From 8ef929014aa10ec801ef751c9ead4005f80e7dd0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 16 Oct 2024 09:01:13 -0600 Subject: [PATCH] Add hicolor-icon-theme --- recipes/icons/hicolor-icon-theme/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/icons/hicolor-icon-theme/recipe.toml diff --git a/recipes/icons/hicolor-icon-theme/recipe.toml b/recipes/icons/hicolor-icon-theme/recipe.toml new file mode 100644 index 000000000..a216df371 --- /dev/null +++ b/recipes/icons/hicolor-icon-theme/recipe.toml @@ -0,0 +1,9 @@ +[source] +git = "https://gitlab.freedesktop.org/xdg/default-icon-theme.git" + +[build] +template = "custom" +script = """ +meson setup -Dprefix=/usr . "${COOKBOOK_SOURCE}" +env DESTDIR="${COOKBOOK_STAGE}" meson install +""" -- GitLab