From 17a1cb9e106ae679d0dd990a123af85f226d0d6d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 13:20:50 +0000 Subject: [PATCH] update recipes --- recipes/wip/graphicsmagick/recipe.toml | 2 +- recipes/wip/groff/recipe.toml | 2 +- recipes/wip/gtk-doc/recipe.toml | 4 ++-- recipes/wip/gtk-engines/recipe.toml | 2 +- recipes/wip/gtkglext/recipe.toml | 2 +- recipes/wip/gupax/recipe.toml | 2 +- recipes/wip/halloy/recipe.toml | 5 ++++- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes/wip/graphicsmagick/recipe.toml b/recipes/wip/graphicsmagick/recipe.toml index 81e62d436..9711bca14 100644 --- a/recipes/wip/graphicsmagick/recipe.toml +++ b/recipes/wip/graphicsmagick/recipe.toml @@ -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] diff --git a/recipes/wip/groff/recipe.toml b/recipes/wip/groff/recipe.toml index fea305dfb..b851b18d3 100644 --- a/recipes/wip/groff/recipe.toml +++ b/recipes/wip/groff/recipe.toml @@ -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] diff --git a/recipes/wip/gtk-doc/recipe.toml b/recipes/wip/gtk-doc/recipe.toml index 83e46e615..423615c09 100644 --- a/recipes/wip/gtk-doc/recipe.toml +++ b/recipes/wip/gtk-doc/recipe.toml @@ -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" diff --git a/recipes/wip/gtk-engines/recipe.toml b/recipes/wip/gtk-engines/recipe.toml index f8ef8be24..6366c8cee 100644 --- a/recipes/wip/gtk-engines/recipe.toml +++ b/recipes/wip/gtk-engines/recipe.toml @@ -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] diff --git a/recipes/wip/gtkglext/recipe.toml b/recipes/wip/gtkglext/recipe.toml index a23c52c36..479bdf199 100644 --- a/recipes/wip/gtkglext/recipe.toml +++ b/recipes/wip/gtkglext/recipe.toml @@ -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] diff --git a/recipes/wip/gupax/recipe.toml b/recipes/wip/gupax/recipe.toml index 465354b23..df5aa8022 100644 --- a/recipes/wip/gupax/recipe.toml +++ b/recipes/wip/gupax/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO openssl-sys crate error [source] git = "https://github.com/hinto-janai/gupax" rev = "1bfd72a8c2a1fe0a1583933e4d94a0450d0d964c" diff --git a/recipes/wip/halloy/recipe.toml b/recipes/wip/halloy/recipe.toml index 373982388..ab783038e 100644 --- a/recipes/wip/halloy/recipe.toml +++ b/recipes/wip/halloy/recipe.toml @@ -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", +]