From 7567afa53d4b18843646f638bda81917341e7bac Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 20:18:04 +0000 Subject: [PATCH] update recipes --- recipes/wip/trippy/recipe.toml | 2 +- recipes/wip/tsuchita/recipe.toml | 2 +- recipes/wip/tts-tui/recipe.toml | 2 +- recipes/wip/ttyper/recipe.toml | 2 +- recipes/wip/tui-journal/recipe.toml | 2 +- recipes/wip/tv/recipe.toml | 1 - 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes/wip/trippy/recipe.toml b/recipes/wip/trippy/recipe.toml index f442edafc..d17e376ed 100644 --- a/recipes/wip/trippy/recipe.toml +++ b/recipes/wip/trippy/recipe.toml @@ -1,4 +1,4 @@ -#TODO source code error (after cargo update) +#TODO source code error [source] git = "https://github.com/fujiapple852/trippy" [build] diff --git a/recipes/wip/tsuchita/recipe.toml b/recipes/wip/tsuchita/recipe.toml index 33a71e0d7..ff2a0534b 100644 --- a/recipes/wip/tsuchita/recipe.toml +++ b/recipes/wip/tsuchita/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update mio to 0.8 (after cargo update) [source] git = "https://github.com/kamiyaa/tsuchita" [build] diff --git a/recipes/wip/tts-tui/recipe.toml b/recipes/wip/tts-tui/recipe.toml index f12250d3d..18e9ba7c0 100644 --- a/recipes/wip/tts-tui/recipe.toml +++ b/recipes/wip/tts-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make speech-dispatcher work [source] git = "https://github.com/lesleyrs/tts-tui" rev = "820689ba21ead76981376b7dfed17bfc59e5b013" diff --git a/recipes/wip/ttyper/recipe.toml b/recipes/wip/ttyper/recipe.toml index cb7464c8d..e1ffc188b 100644 --- a/recipes/wip/ttyper/recipe.toml +++ b/recipes/wip/ttyper/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/max-niederman/ttyper" rev = "662a6682984afa6efca707b693ae68622e52ac24" diff --git a/recipes/wip/tui-journal/recipe.toml b/recipes/wip/tui-journal/recipe.toml index 376b2c3c4..5d54f961f 100644 --- a/recipes/wip/tui-journal/recipe.toml +++ b/recipes/wip/tui-journal/recipe.toml @@ -1,4 +1,4 @@ -#TODO SQLite is not working +#TODO make Wayland work [source] git = "https://github.com/AmmarAbouZor/tui-journal" rev = "40943d8b4081d61cd549398ff68c6f219444167b" diff --git a/recipes/wip/tv/recipe.toml b/recipes/wip/tv/recipe.toml index d14fb0d72..18d07db33 100644 --- a/recipes/wip/tv/recipe.toml +++ b/recipes/wip/tv/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/alexhallam/tv" -rev = "ec8f7cf81f201e0046c0047dc5ed840c4e9f6e3b" [build] template = "cargo" -- GitLab