From 29e79c24407a6fa16a6f0657772ee5712af62acb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 13:58:08 +0000 Subject: [PATCH] update recipes --- recipes/wip/mprocs/recipe.toml | 2 +- recipes/wip/mrbayes/recipe.toml | 2 +- recipes/wip/musepack/recipe.toml | 4 ++-- recipes/wip/naev/recipe.toml | 2 +- recipes/wip/ncspot/recipe.toml | 2 +- recipes/wip/neovide/recipe.toml | 2 +- recipes/wip/nestur/recipe.toml | 2 +- recipes/wip/netop/recipe.toml | 2 +- recipes/wip/news-rs/recipe.toml | 1 - 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/recipes/wip/mprocs/recipe.toml b/recipes/wip/mprocs/recipe.toml index adf78fec0..374be7afe 100644 --- a/recipes/wip/mprocs/recipe.toml +++ b/recipes/wip/mprocs/recipe.toml @@ -1,4 +1,4 @@ -#TODO termios and ioctl-rs crates error +#TODO termios crates error (after cargo update) [source] git = "https://github.com/pvolok/mprocs" [build] diff --git a/recipes/wip/mrbayes/recipe.toml b/recipes/wip/mrbayes/recipe.toml index e145f054d..64cbe7987 100644 --- a/recipes/wip/mrbayes/recipe.toml +++ b/recipes/wip/mrbayes/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO don't recognize the redox target [source] git = "https://github.com/NBISweden/MrBayes" [build] diff --git a/recipes/wip/musepack/recipe.toml b/recipes/wip/musepack/recipe.toml index 63069b4dc..713b1ba09 100644 --- a/recipes/wip/musepack/recipe.toml +++ b/recipes/wip/musepack/recipe.toml @@ -1,5 +1,5 @@ -#TODO probably wrong template, check inside the tarball +#TODO missing script for building, verify the tarball [source] tar = "https://files.musepack.net/source/musepack_src_r475.tar.gz" [build] -template = "configure" +template = "custom" diff --git a/recipes/wip/naev/recipe.toml b/recipes/wip/naev/recipe.toml index 441bcf71a..87fc343b7 100644 --- a/recipes/wip/naev/recipe.toml +++ b/recipes/wip/naev/recipe.toml @@ -5,7 +5,7 @@ tar = "https://github.com/naev/naev/releases/download/v0.10.6/naev-0.10.6-source template = "custom" dependencies = [ "sdl2", - "sdl2_image", + "sdl2-image", "libpng", "libxml2", "libwebp", diff --git a/recipes/wip/ncspot/recipe.toml b/recipes/wip/ncspot/recipe.toml index 3e08ba47c..37e72505d 100644 --- a/recipes/wip/ncspot/recipe.toml +++ b/recipes/wip/ncspot/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO ncurses crate error [source] git = "https://github.com/hrkfdn/ncspot" rev = "92e0852b3796601f406ebfdd697635ea63566a31" diff --git a/recipes/wip/neovide/recipe.toml b/recipes/wip/neovide/recipe.toml index 34ae4a2a6..a9e376501 100644 --- a/recipes/wip/neovide/recipe.toml +++ b/recipes/wip/neovide/recipe.toml @@ -1,4 +1,4 @@ -#TODO Make neovim work +#TODO Make neovim and freeglut work [source] git = "https://github.com/neovide/neovide" rev = "113955bb68bf6715c784ea0b7ee75011c55471c9" diff --git a/recipes/wip/nestur/recipe.toml b/recipes/wip/nestur/recipe.toml index da00c43b8..33a86d503 100644 --- a/recipes/wip/nestur/recipe.toml +++ b/recipes/wip/nestur/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/spieglt/nestur" [build] diff --git a/recipes/wip/netop/recipe.toml b/recipes/wip/netop/recipe.toml index cdeca28af..c298bc7be 100644 --- a/recipes/wip/netop/recipe.toml +++ b/recipes/wip/netop/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libpcap work [source] git = "https://github.com/ZingerLittleBee/netop" [build] diff --git a/recipes/wip/news-rs/recipe.toml b/recipes/wip/news-rs/recipe.toml index 890913480..b54da26cd 100644 --- a/recipes/wip/news-rs/recipe.toml +++ b/recipes/wip/news-rs/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/Atticus64/news" -rev = "84d7598c6ec44fa9c1ee2a42d0c73163e3c7e407" [build] template = "cargo"