redox/recipes/wip/dev/gnome-builder/recipe.toml
2024-02-21 23:52:20 +00:00

35 lines
742 B
TOML

#TODO missing script for Meson, see 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 = "custom"
dependencies = [
"cairo",
"cmark",
"dbus",
"dspy",
"enchant",
"llvm",
"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",
]