diff --git a/recipes/wip/backhand/recipe.toml b/recipes/wip/backhand/recipe.toml index 6c201ade8..9d023ed63 100644 --- a/recipes/wip/backhand/recipe.toml +++ b/recipes/wip/backhand/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO missing script to properly move the binary [source] git = "https://github.com/wcampbell0x2a/backhand" [build] diff --git a/recipes/wip/clog-cli/recipe.toml b/recipes/wip/clog-cli/recipe.toml index 6c355c2bc..5ca5e3902 100644 --- a/recipes/wip/clog-cli/recipe.toml +++ b/recipes/wip/clog-cli/recipe.toml @@ -1,4 +1,4 @@ -#TODO rust-serialize crate error (after cargo update) +#TODO rustc-serialize crate error (after cargo update) [source] git = "https://github.com/clog-tool/clog-cli" [build] diff --git a/recipes/wip/dutree/recipe.toml b/recipes/wip/dutree/recipe.toml index a11b54aff..61bbb15e5 100644 --- a/recipes/wip/dutree/recipe.toml +++ b/recipes/wip/dutree/recipe.toml @@ -1,4 +1,4 @@ -#TODO program source code error +#TODO program source code error (after cargo update) [source] git = "https://github.com/nachoparker/dutree" [build] diff --git a/recipes/wip/dysk/recipe.toml b/recipes/wip/dysk/recipe.toml index 697f818e8..60e551ba6 100644 --- a/recipes/wip/dysk/recipe.toml +++ b/recipes/wip/dysk/recipe.toml @@ -1,6 +1,5 @@ -#TODO compiled after cargo update, but not tested +#TODO nix crate error [source] git = "https://github.com/Canop/dysk" -rev = "eecc8cf86a26e840cdf1c97758a7deb3a4852e63" [build] template = "cargo" diff --git a/recipes/wip/elfshaker/recipe.toml b/recipes/wip/elfshaker/recipe.toml index 4a777d8e9..00835dc55 100644 --- a/recipes/wip/elfshaker/recipe.toml +++ b/recipes/wip/elfshaker/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rustc-serialize crate error (after an update on proc-macro2 and patch on ring) [source] git = "https://github.com/elfshaker/elfshaker" [build] diff --git a/recipes/wip/elfutils/recipe.toml b/recipes/wip/elfutils/recipe.toml index 9fa38f4c5..dcc701ab7 100644 --- a/recipes/wip/elfutils/recipe.toml +++ b/recipes/wip/elfutils/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2" [build] diff --git a/recipes/wip/emacs-nox/recipe.toml b/recipes/wip/emacs-nox/recipe.toml index 93030ac68..481a50657 100644 --- a/recipes/wip/emacs-nox/recipe.toml +++ b/recipes/wip/emacs-nox/recipe.toml @@ -1,4 +1,5 @@ #TODO compilation error +#TODO make dependencies work [source] tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz" [build] diff --git a/recipes/wip/emacs-pgtk/recipe.toml b/recipes/wip/emacs-pgtk/recipe.toml index 6c3d09124..976707765 100644 --- a/recipes/wip/emacs-pgtk/recipe.toml +++ b/recipes/wip/emacs-pgtk/recipe.toml @@ -1,4 +1,5 @@ #TODO compilation error +#TODO make dependencies work [source] tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz" [build] diff --git a/recipes/wip/enchant/recipe.toml b/recipes/wip/enchant/recipe.toml index cb49a628a..bb755e749 100644 --- a/recipes/wip/enchant/recipe.toml +++ b/recipes/wip/enchant/recipe.toml @@ -3,3 +3,6 @@ tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz" [build] template = "configure" +dependencies = [ + "glib", +] diff --git a/recipes/wip/vincenzo/recipe.toml b/recipes/wip/vincenzo/recipe.toml index f629fbb93..bc9c01461 100644 --- a/recipes/wip/vincenzo/recipe.toml +++ b/recipes/wip/vincenzo/recipe.toml @@ -1,4 +1,4 @@ -#TODO rust-serialize crate error +#TODO rustc-serialize crate error [source] git = "https://github.com/gabrieldemian/vincenzo" [build]