redox/recipes/wip/dev/ide/gnome-builder/recipe.toml
2025-10-13 11:45:23 -03:00

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",
]