mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix the libgpm recipe and update TODOs
This commit is contained in:
parent
8b1d6031a8
commit
d1b5fcf6d1
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/cloudhead/rx"
|
||||
script = "rm Cargo.lock"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/xomvio/watermarker"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/imazen/imageflow"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO atools crate error
|
||||
[source]
|
||||
git = "https://github.com/Colonial-Dev/satpaper"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/foresterre/sic"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO can't find the sys/xattr.h file
|
||||
[source]
|
||||
tar = "https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/qknight/libnoise"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compilation error
|
||||
# cmake information: https://github.com/ocornut/imgui/pull/3027
|
||||
[source]
|
||||
git = "https://github.com/Qix-/imgui"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO fix libunistring
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.7.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2"
|
||||
script = "./autogen.sh"
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO compilation error
|
||||
#TODO port the fseterr function
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.gz"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user