mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
17 lines
415 B
TOML
17 lines
415 B
TOML
#TODO missing dependencies, see https://wiki.documentfoundation.org/Development/BuildingOnLinux#Build_dependencies
|
|
[source]
|
|
tar = "https://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-7.6.2.1.tar.xz?idx=1"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"kerberos5",
|
|
"python37",
|
|
"qt5-base",
|
|
"gtk3",
|
|
"nss",
|
|
"fontconfig",
|
|
"xwayland",
|
|
"gstreamer",
|
|
"libcups",
|
|
]
|