Update recipes

This commit is contained in:
Ribbon 2024-06-15 16:43:13 +00:00
parent acd554c965
commit c48f17efc3
17 changed files with 21 additions and 26 deletions

View File

@ -1,11 +1,11 @@
#TODO missing script for SCons, see https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd.html
#TODO port to orbital
#TODO missing dependencies
[source]
tar = "https://github.com/godotengine/godot/releases/download/4.1.3-stable/godot-4.1.3-stable.tar.xz"
[build]
template = "custom"
dependencies = [
"libx11",
"mesa",
"mesa_glu",
"mesa-glu",
]

View File

@ -1,11 +1,11 @@
#TODO missing script for CMake, see https://github.com/HarbourMasters/Shipwright/blob/develop/docs/BUILDING.md#linux
#TODO port to orbital?
[source]
git = "https://github.com/HarbourMasters/Shipwright"
rev = "818addfdda660f6b4b54edd19636d6fd9d839f28"
[build]
template = "custom"
dependencies = [
"libx11",
"sdl2",
"libpng",
"glew",

View File

@ -1,4 +1,5 @@
#TODO missing script for Meson, see https://github.com/Novum/vkQuake#linux-1
#TODO port to orbital?
[source]
git = "https://github.com/Novum/vkQuake"
[build]
@ -7,6 +8,5 @@ dependencies = [
"sdl2",
"libvulkan",
"libvorbis",
"libx11",
"libmad",
]

View File

@ -1,4 +1,5 @@
#TODO missing script for "make", see https://github.com/kondrak/vkQuake2#linux
#TODO port to orbital
[source]
git = "https://github.com/kondrak/vkQuake2"
rev = "bdd39b142fbadf581fd9d904968a83fb9b4a929a"
@ -6,6 +7,4 @@ rev = "bdd39b142fbadf581fd9d904968a83fb9b4a929a"
template = "custom"
dependencies = [
"mesa",
"libx11",
"libxcb",
]

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error
#TODO port to orbital
[source]
git = "https://github.com/Nurrl/glou"
[build]

View File

@ -1,4 +1,5 @@
#TODO probably wrong script, see https://docs.krita.org/en/untranslatable_pages/building_krita.html#building-on-linux
#TODO port to orbital
#TODO maybe missing dependencies
[source]
tar = "https://download.kde.org/stable/krita/5.2.1/krita-5.2.1.tar.gz"
@ -19,7 +20,6 @@ dependencies = [
"libwebp",
"qt5-base",
"qt5-svg",
"qt5-x11extras",
"zlib",
"libmypaint",
"boost",
@ -41,7 +41,6 @@ dependencies = [
"openexr",
"openjpeg",
"sdl2",
"libxcb",
"libxi",
"zlib",
"libeigen",

View File

@ -1,4 +1,5 @@
#TODO probably wrong script, see https://github.com/fltk/fltk/blob/master/README.Unix.txt
#TODO port to orbital
[source]
tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2"
[build]
@ -6,12 +7,11 @@ template = "configure"
dependencies = [
"mesa-glu",
"freeglut",
"cairo"
"cairo",
"fontconfig",
"glew",
"libjpeg",
"libpng",
"pango",
"zlib",
"libx11",
]

View File

@ -1,11 +1,8 @@
#TODO make dependencies work
#TODO port to orbital
[source]
git = "https://github.com/replydev/cotp"
[build]
template = "cargo"
dependencies = [
"libxcb",
"libx11",
"libxfixes",
"libxkbcommon",
]

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error
#TODO port to orbital
[source]
git = "https://github.com/oleiade/motus"
[build]

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error
#TODO port to orbital
#TODO require WebAssembly
[source]
git = "https://github.com/JohnDowson/pcmg"

View File

@ -1,5 +1,5 @@
#TODO missing script for "make", see https://github.com/yaa110/cb#build-manually
#TODO add the X11 libraries
#TODO figure out how to build this, see https://github.com/yaa110/cb#build-manually
#TODO port to orbital
[source]
git = "https://github.com/yaa110/cb"
[build]

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error
#TODO port to orbital
[source]
git = "https://github.com/PThorpe92/CuTE"
[build]

View File

@ -1,5 +1,5 @@
#TODO missing script for CMake, see https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-linux#3-compile
#TODO determine the X11 libraries
#TODO missing script for cmake, see https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-linux#3-compile
#TODO port to orbital
[source]
git = "https://github.com/patriciogonzalezvivo/glslViewer"
rev = "7eb6254cb4cedf03f1c78653f90905fe0c3b48fb"

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error (after a patch on ring)
#TODO port to orbital (after a patch on ring)
[source]
git = "https://github.com/ulyssa/iamb"
[build]

View File

@ -1,4 +1,5 @@
#TODO probably wrong script, see https://github.com/keepassxreboot/keepassxc/wiki/Building-KeePassXC#linux
#TODO port to orbital
#TODO probably missing dependencies, see https://github.com/keepassxreboot/keepassxc/wiki/Set-up-Build-Environment-on-Linux#install-the-required-dependencies
[source]
tar = "https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz"
@ -7,7 +8,6 @@ template = "custom"
dependencies = [
"qt5-base",
"qt5-svg",
"qt5-x11extras",
"zlib",
"libbotan",
"libargon2",

View File

@ -1,9 +1,9 @@
#TODO missing script for Meson, see https://github.com/flightlessmango/MangoHud#installation---build-from-source
#TODO port to orbital
[source]
tar = "https://github.com/flightlessmango/MangoHud/releases/download/v0.7.0/MangoHud-v0.7.0-Source.tar.xz"
[build]
template = "custom"
dependencies = [
"mesa",
"libx11",
]

View File

@ -1,4 +1,5 @@
#TODO missing script for CMake, see https://github.com/TheWaveWarden/odin2#all-platforms
#TODO port to orbital
[source]
git = "https://github.com/TheWaveWarden/odin2"
[build]
@ -6,6 +7,5 @@ template = "custom"
dependencies = [
"mesa",
"curl",
"libx11",
"webkitgtk3",
]