Skip to content
Snippets Groups Projects
Commit dfb24074 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 46e41aa3
No related branches found
No related tags found
No related merge requests found
#TODO probably wrong script, see https://sourceware.org/gdb/wiki/BuildingNatively
[source]
tar = "https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz"
tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz"
[build]
template = "custom"
dependencies = [
......
#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",
"llvm",
"gdk-pixbuf",
"glib",
"gobject-introspection",
"gtk4",
"libadwaita",
"libgit2",
"libpeas",
"libxml2",
"pango",
"webkitgtk4",
]
#TODO missing script for building, see https://kdevelop.org/build-it/
#TODO missing dependencies, see https://packages.debian.org/source/trixie/kdevelop
[source]
tar = "https://invent.kde.org/kdevelop/kdevelop/-/archive/v23.08.3/kdevelop-v23.08.3.tar.bz2"
[build]
template = "custom"
dependencies = [
"boost",
"kf5-archive",
"kf5-config",
"kf5-crash",
"kf5-declarative",
"kf5-guiaddons",
"kf5-iconthemes",
"kf5-io",
"kf5-newstuff",
"kf5-notifications",
"kf5-notifyconfig",
"kf5-purpose",
"kf5-widgetaddons",
"kf5-xmlgui",
"qt5-base",
"qt5-declarative",
"shared-mime-info",
]
#TODO Not compiled or tested
[source]
tar = "https://github.com/ikatson/rqbit/archive/refs/tags/v4.0.0.tar.gz"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment