mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
13 lines
386 B
TOML
13 lines
386 B
TOML
[source]
|
|
git = "https://github.com/pop-os/icon-theme.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}"
|
|
env DESTDIR="${COOKBOOK_STAGE}" meson install
|
|
#TODO: reduce cursors folder size: https://github.com/pop-os/icon-theme/issues/136
|
|
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursors"
|
|
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursor.theme"
|
|
"""
|