Add hicolor-icon-theme

This commit is contained in:
Jeremy Soller 2024-10-16 09:01:13 -06:00
parent 28e6361745
commit 8ef929014a
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -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
"""