mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
update recipes
This commit is contained in:
parent
6649a2d18b
commit
88728b8ebe
@ -1,5 +1,6 @@
|
||||
#TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
|
||||
#TODO probably missing dependencies
|
||||
#TODO port to Orbital
|
||||
#TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
|
||||
[source]
|
||||
tar = "https://download.blender.org/source/blender-3.6.5.tar.xz"
|
||||
@ -21,8 +22,6 @@ dependencies = [
|
||||
"libxml2",
|
||||
"libharu",
|
||||
"mesa",
|
||||
"libx11",
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
]
|
||||
script = """
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
#TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
|
||||
#TODO probably missing dependencies
|
||||
#TODO port to Orbital
|
||||
#TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
|
||||
[source]
|
||||
tar = "https://download.blender.org/source/blender-4.0.0.tar.xz"
|
||||
tar = "https://download.blender.org/source/blender-4.1.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
@ -21,8 +22,6 @@ dependencies = [
|
||||
"libxml2",
|
||||
"libharu",
|
||||
"mesa",
|
||||
"libx11",
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
]
|
||||
script = """
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#TODO missing script for Meson, see https://github.com/xkbcommon/libxkbcommon#building
|
||||
#TODO port to Orbital
|
||||
[source]
|
||||
tar = "https://xkbcommon.org/download/libxkbcommon-1.5.0.tar.xz"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user