From f08bdf7eb18aacc827e900520fc85a9184a29d81 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 18:13:08 +0000 Subject: [PATCH] update recipes --- recipes/wip/tenere/recipe.toml | 2 +- recipes/wip/termchat/recipe.toml | 2 +- recipes/wip/termscp/recipe.toml | 2 +- recipes/wip/tetanes/recipe.toml | 8 ++++---- recipes/wip/texel/recipe.toml | 2 +- recipes/wip/thesaurust/recipe.toml | 3 +++ 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes/wip/tenere/recipe.toml b/recipes/wip/tenere/recipe.toml index 68f5cb234..5bb99003f 100644 --- a/recipes/wip/tenere/recipe.toml +++ b/recipes/wip/tenere/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO sys-info crate error [source] git = "https://github.com/pythops/tenere" [build] diff --git a/recipes/wip/termchat/recipe.toml b/recipes/wip/termchat/recipe.toml index 5bad56042..9e5675c9a 100644 --- a/recipes/wip/termchat/recipe.toml +++ b/recipes/wip/termchat/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update the mio crate to 0.8.x [source] git = "https://github.com/lemunozm/termchat" [build] diff --git a/recipes/wip/termscp/recipe.toml b/recipes/wip/termscp/recipe.toml index 52c75cfff..d47fd2d0f 100644 --- a/recipes/wip/termscp/recipe.toml +++ b/recipes/wip/termscp/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make dbus work [source] git = "https://github.com/veeso/termscp" rev = "ef8dbb6305fd1573446a254b9be759a1f13724af" diff --git a/recipes/wip/tetanes/recipe.toml b/recipes/wip/tetanes/recipe.toml index 15b140176..e374365f0 100644 --- a/recipes/wip/tetanes/recipe.toml +++ b/recipes/wip/tetanes/recipe.toml @@ -5,8 +5,8 @@ git = "https://github.com/lukexor/tetanes" template = "cargo" dependencies = [ "sdl2", - "sdl2_image", - "sdl2_mixer", - "sdl2_ttf", - "sdl2_gfx", + "sdl2-image", + "sdl2-mixer", + "sdl2-ttf", + "sdl2-gfx", ] diff --git a/recipes/wip/texel/recipe.toml b/recipes/wip/texel/recipe.toml index b92b4a959..3e9cbfb37 100644 --- a/recipes/wip/texel/recipe.toml +++ b/recipes/wip/texel/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/almindor/texel" [build] diff --git a/recipes/wip/thesaurust/recipe.toml b/recipes/wip/thesaurust/recipe.toml index d53a58710..357b20b9e 100644 --- a/recipes/wip/thesaurust/recipe.toml +++ b/recipes/wip/thesaurust/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/QuietPigeon2001/thesaurust" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab