mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
update recipes
This commit is contained in:
parent
ea15062cfa
commit
17a1cb9e10
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error - missing sys/poll.h
|
||||
#TODO fix libwebp
|
||||
#TODO more features - http://www.graphicsmagick.org/README.html#add-on-libraries-programs
|
||||
[source]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error - port fseterr.c
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing script for Meson
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.33.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO probably wrong template
|
||||
#TODO configuration problem, can't recognize the Redox target
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtk-engines/2.91/gtk-engines-2.91.1.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO configuration problem, can't recognize the Redox target
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtkglext/1.2/gtkglext-1.2.0.tar.bz2"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO openssl-sys crate error
|
||||
[source]
|
||||
git = "https://github.com/hinto-janai/gupax"
|
||||
rev = "1bfd72a8c2a1fe0a1583933e4d94a0450d0d964c"
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO half 2.3.1 package require rustc 1.70 or newer
|
||||
#TODO (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/squidowl/halloy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user