mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
17 lines
385 B
TOML
17 lines
385 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://wiki.scribus.net/canvas/Official:Compile_with_CMake
|
|
[source]
|
|
tar = "https://sourceforge.net/projects/scribus/files/scribus/1.6.4/scribus-1.6.4.tar.xz/download"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt4",
|
|
"cairo",
|
|
"freetype2",
|
|
"libxml2",
|
|
"liblcms",
|
|
"libtiff",
|
|
"libjpeg",
|
|
"fontconfig",
|
|
]
|