mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
15 lines
292 B
TOML
15 lines
292 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gnome-text-editor/49/gnome-text-editor-49.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Deditorconfig=false"
|
|
]
|
|
dependencies = [
|
|
"gtk4",
|
|
"gtksourceview",
|
|
"libadwaita",
|
|
"libspelling",
|
|
]
|