mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
36 lines
759 B
TOML
36 lines
759 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://builder.readthedocs.io/installation.html#via-release-tarball
|
|
#TODO missing dependencies, see: https://packages.debian.org/source/trixie/gnome-builder
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gnome-builder/45/gnome-builder-45.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"cairo",
|
|
"cmark",
|
|
"dbus",
|
|
"dspy",
|
|
"enchant",
|
|
"llvm18",
|
|
"gdk-pixbuf",
|
|
"glib",
|
|
"gobject-introspection",
|
|
"gtk4",
|
|
"gtk4mm",
|
|
"gtksourceview",
|
|
"libadwaita",
|
|
"libdex",
|
|
"libgit2",
|
|
"libgspell-gtk4",
|
|
"libpanel",
|
|
"libpeas",
|
|
"libsoup",
|
|
"vala",
|
|
"libvte",
|
|
"libxml2",
|
|
"json-glib",
|
|
"jsonrpc-glib",
|
|
"pango",
|
|
"webkitgtk4",
|
|
]
|