mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Try to fix recipes and update TODOs
This commit is contained in:
parent
38ce4b75f3
commit
b5ddafcd63
@ -1,4 +1,4 @@
|
||||
#TODO port to the Orbital clipboard
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ratatui-org/crates-tui"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO port to Orbital
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Rodrigodd/gameroy"
|
||||
[build]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO not compiled or tested yet
|
||||
# build instructions: https://github.com/hrydgard/ppsspp/wiki/Build-instructions
|
||||
#git = "https://github.com/jackpot51/ppsspp" # wip port to orbital
|
||||
#git = "https://github.com/jackpot51/ppsspp" # wip orbital port
|
||||
[source]
|
||||
git = "https://github.com/hrydgard/ppsspp"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/kondrak/vkQuake2#linux
|
||||
#TODO port to orbital
|
||||
#TODO missing script for gnu make
|
||||
# build instructions: https://github.com/kondrak/vkQuake2#linux
|
||||
[source]
|
||||
git = "https://github.com/kondrak/vkQuake2"
|
||||
rev = "bdd39b142fbadf581fd9d904968a83fb9b4a929a"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO port to orbital
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Nurrl/glou"
|
||||
[build]
|
||||
|
||||
@ -1,8 +1,10 @@
|
||||
#TODO needs to be ported to Orbital
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/woelper/oculante"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"libxcb",
|
||||
"libalsa",
|
||||
]
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
#TODO probably missing dependencies
|
||||
#TODO port to orbital
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-2-24/INSTALL.in
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtk%2B/2.24/gtk%2B-2.24.33.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"atk",
|
||||
"glib",
|
||||
"pango",
|
||||
"gdk-pixbuf",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO port to orbital
|
||||
#TODO promote
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.43.tar.xz"
|
||||
blake3 = "5feab2bad81e6b5906895f70ddce6227cf96a6a14b16af0ef72c79991a48ddf4"
|
||||
|
||||
@ -1,12 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://gitlab.freedesktop.org/libdecor/libdecor#build-install
|
||||
#TODO port to orbital
|
||||
# build instructions: https://gitlab.freedesktop.org/libdecor/libdecor#build--install
|
||||
[source]
|
||||
tar = "https://gitlab.freedesktop.org/libdecor/libdecor/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"cairo",
|
||||
"pango",
|
||||
"dbus",
|
||||
"libwayland",
|
||||
]
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#TODO find a tarball link
|
||||
#TODO port to Orbital
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user