From 6cd16805e1f139cf4c0f0c804aedf5f601dd8d39 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 12:09:38 +0000 Subject: [PATCH] Update recipes --- recipes/wip/sound/soundboard/recipe.toml | 3 ++- recipes/wip/sound/speech-dispatcher/recipe.toml | 2 +- recipes/wip/tools/cava/recipe.toml | 2 +- recipes/wip/tools/clipshare-desktop/recipe.toml | 2 +- recipes/wip/tools/qalculate-gtk/recipe.toml | 2 +- recipes/wip/tools/uget/recipe.toml | 2 +- recipes/wip/tui/nyaa-rs/recipe.toml | 2 +- recipes/wip/tui/otree/recipe.toml | 2 +- recipes/wip/tui/radicle-tui/recipe.toml | 2 +- recipes/wip/tui/terminusdm/recipe.toml | 1 - 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml index 21f1a5a13..efa6a199a 100644 --- a/recipes/wip/sound/soundboard/recipe.toml +++ b/recipes/wip/sound/soundboard/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested (after cargo update) +#TODO can't find the glib dependency (after cargo update) +#TODO update the ring crate version [source] git = "https://github.com/gamebooster/soundboard" [build] diff --git a/recipes/wip/sound/speech-dispatcher/recipe.toml b/recipes/wip/sound/speech-dispatcher/recipe.toml index d33df461d..0806539d6 100644 --- a/recipes/wip/sound/speech-dispatcher/recipe.toml +++ b/recipes/wip/sound/speech-dispatcher/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make all dependencies work [source] tar = "https://github.com/brailcom/speechd/releases/download/0.11.5/speech-dispatcher-0.11.5.tar.gz" [build] diff --git a/recipes/wip/tools/cava/recipe.toml b/recipes/wip/tools/cava/recipe.toml index ec0f1555c..8dbe726f0 100644 --- a/recipes/wip/tools/cava/recipe.toml +++ b/recipes/wip/tools/cava/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make the fftw dependency work [source] git = "https://github.com/karlstav/cava" rev = "81211e9e16302312ee4322a99840c110bce0e13d" diff --git a/recipes/wip/tools/clipshare-desktop/recipe.toml b/recipes/wip/tools/clipshare-desktop/recipe.toml index 708eb838a..b303d13a1 100644 --- a/recipes/wip/tools/clipshare-desktop/recipe.toml +++ b/recipes/wip/tools/clipshare-desktop/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make the xdotool dependency work [source] git = "https://github.com/RastislavKish/clipshare" rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3" diff --git a/recipes/wip/tools/qalculate-gtk/recipe.toml b/recipes/wip/tools/qalculate-gtk/recipe.toml index 68a89d36b..b46413b9a 100644 --- a/recipes/wip/tools/qalculate-gtk/recipe.toml +++ b/recipes/wip/tools/qalculate-gtk/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make gtk3 work [source] tar = "https://github.com/Qalculate/qalculate-gtk/releases/download/v4.9.0/qalculate-gtk-4.9.0.tar.gz" [build] diff --git a/recipes/wip/tools/uget/recipe.toml b/recipes/wip/tools/uget/recipe.toml index ec55bee04..bf9dcce90 100644 --- a/recipes/wip/tools/uget/recipe.toml +++ b/recipes/wip/tools/uget/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make gtk3 work [source] tar = "https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz/download" [build] diff --git a/recipes/wip/tui/nyaa-rs/recipe.toml b/recipes/wip/tui/nyaa-rs/recipe.toml index 00f7d662f..367a628b6 100644 --- a/recipes/wip/tui/nyaa-rs/recipe.toml +++ b/recipes/wip/tui/nyaa-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to orbital [source] git = "https://github.com/Beastwick18/nyaa" [build] diff --git a/recipes/wip/tui/otree/recipe.toml b/recipes/wip/tui/otree/recipe.toml index a0bc14f56..189f36749 100644 --- a/recipes/wip/tui/otree/recipe.toml +++ b/recipes/wip/tui/otree/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/fioncat/otree" [build] diff --git a/recipes/wip/tui/radicle-tui/recipe.toml b/recipes/wip/tui/radicle-tui/recipe.toml index da31915c8..b2b04d66e 100644 --- a/recipes/wip/tui/radicle-tui/recipe.toml +++ b/recipes/wip/tui/radicle-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update the redox_syscall crate version [source] git = "https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git" [build] diff --git a/recipes/wip/tui/terminusdm/recipe.toml b/recipes/wip/tui/terminusdm/recipe.toml index 7eb159d7d..5e7c70db0 100644 --- a/recipes/wip/tui/terminusdm/recipe.toml +++ b/recipes/wip/tui/terminusdm/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/sumoduduk/terminusdm" -rev = "ed95a51bec282238e73d4215f4d97e6c7356e415" [build] template = "cargo" -- GitLab