mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add hicolor-icon-theme
This commit is contained in:
parent
28e6361745
commit
8ef929014a
9
recipes/icons/hicolor-icon-theme/recipe.toml
Normal file
9
recipes/icons/hicolor-icon-theme/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user