mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add recipes and update a TODO
This commit is contained in:
parent
6f3db187c2
commit
d336b7f476
15
recipes/wip/a11y/orca/recipe.toml
Normal file
15
recipes/wip/a11y/orca/recipe.toml
Normal 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
|
||||
"""
|
||||
@ -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"
|
||||
|
||||
10
recipes/wip/dev/game-engine/redot4/recipe.toml
Normal file
10
recipes/wip/dev/game-engine/redot4/recipe.toml
Normal 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",
|
||||
]
|
||||
10
recipes/wip/libs/a11y/at-spi2-core/recipe.toml
Normal file
10
recipes/wip/libs/a11y/at-spi2-core/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user