mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
pop-icon-theme: package cursors in optional package
This commit is contained in:
parent
4f8c1105c0
commit
e3d610c569
@ -1,12 +1,18 @@
|
||||
[source]
|
||||
git = "https://github.com/pop-os/icon-theme.git"
|
||||
shallow_clone = true
|
||||
|
||||
[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"
|
||||
"""
|
||||
|
||||
[[optional-packages]]
|
||||
name = "cursors"
|
||||
files = [
|
||||
"share/icons/Pop/cursors**",
|
||||
"share/icons/Pop/cursor.theme",
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user