Add recipes and update a TODO

This commit is contained in:
Ribbon 2025-07-31 05:20:15 -03:00
parent 6f3db187c2
commit d336b7f476
4 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,15 @@
#TODO not compiled or tested
# dependencies: https://gitlab.gnome.org/GNOME/orca/#dependencies
[source]
tar = "https://download.gnome.org/sources/orca/48/orca-48.6.tar.xz"
[build]
template = "custom"
dependencies = [
"atk",
"at-spi2-core",
"gtk3",
]
script = """
DYNAMIC_INIT
cookbook_meson
"""

View File

@ -1,5 +1,4 @@
#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"

View File

@ -0,0 +1,10 @@
#TODO missing script for SCons, see https://docs.redotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd
#TODO missing dependencies
[source]
tar = "https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3.1-stable/Redot-4.3.1-stable.tar.xz"
[build]
template = "custom"
dependencies = [
"mesa",
"mesa-glu",
]

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/INSTALL?ref_type=heads
[source]
tar = "https://download.gnome.org/sources/at-spi2-core/2.57/at-spi2-core-2.57.0.tar.xz"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson
"""