mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
14 lines
236 B
TOML
14 lines
236 B
TOML
[source]
|
|
git = "https://github.com/pop-os/icon-theme.git"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "meson"
|
|
|
|
[[optional-packages]]
|
|
name = "cursors"
|
|
files = [
|
|
"usr/share/icons/Pop/cursors**",
|
|
"usr/share/icons/Pop/cursor.theme",
|
|
]
|