update recipes

This commit is contained in:
Ribbon 2023-12-21 13:20:50 +00:00
parent ea15062cfa
commit 17a1cb9e10
7 changed files with 11 additions and 8 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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"

View File

@ -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]

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO openssl-sys crate error
[source]
git = "https://github.com/hinto-janai/gupax"
rev = "1bfd72a8c2a1fe0a1583933e4d94a0450d0d964c"

View File

@ -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",
]