From d599525b5526d19f610dc80bc71c33c6ab15250e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 17:17:09 +0000 Subject: [PATCH] update recipes --- recipes/wip/cute/recipe.toml | 2 +- recipes/wip/czkawka/recipe.toml | 2 +- recipes/wip/daktilo/recipe.toml | 2 +- recipes/wip/dbus/recipe.toml | 1 + recipes/wip/debugedit/recipe.toml | 2 +- recipes/wip/delta/recipe.toml | 2 +- recipes/wip/deps-rs/recipe.toml | 2 +- recipes/wip/desed/recipe.toml | 2 +- recipes/wip/difftastic/recipe.toml | 2 +- recipes/wip/{diplomat-tool => diplomat}/recipe.toml | 5 +---- 10 files changed, 10 insertions(+), 12 deletions(-) rename recipes/wip/{diplomat-tool => diplomat}/recipe.toml (68%) diff --git a/recipes/wip/cute/recipe.toml b/recipes/wip/cute/recipe.toml index 76834cfc1..ce07247e5 100644 --- a/recipes/wip/cute/recipe.toml +++ b/recipes/wip/cute/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO x11rb crate error [source] git = "https://github.com/PThorpe92/CuTE" [build] diff --git a/recipes/wip/czkawka/recipe.toml b/recipes/wip/czkawka/recipe.toml index f092f1a08..7286668b1 100644 --- a/recipes/wip/czkawka/recipe.toml +++ b/recipes/wip/czkawka/recipe.toml @@ -1,4 +1,4 @@ -#TODO Compiled but not tested yet +#TODO Compiled but not tested [source] git = "https://github.com/qarmin/czkawka" rev = "44400e08af3c8f030493b8ec6fa965c7d42e560e" diff --git a/recipes/wip/daktilo/recipe.toml b/recipes/wip/daktilo/recipe.toml index dacc7160c..f26e0e91e 100644 --- a/recipes/wip/daktilo/recipe.toml +++ b/recipes/wip/daktilo/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rdev crate error [source] git = "https://github.com/orhun/daktilo" rev = "f51dde4e1b83fb18018ebb25ff246613a136817f" diff --git a/recipes/wip/dbus/recipe.toml b/recipes/wip/dbus/recipe.toml index c1c6b1f54..faea5d4ab 100644 --- a/recipes/wip/dbus/recipe.toml +++ b/recipes/wip/dbus/recipe.toml @@ -1,4 +1,5 @@ #TODO missing Unix domain sockets support +#TODO compilation error [source] tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz" [build] diff --git a/recipes/wip/debugedit/recipe.toml b/recipes/wip/debugedit/recipe.toml index 16ef19f07..c7c0b40d0 100644 --- a/recipes/wip/debugedit/recipe.toml +++ b/recipes/wip/debugedit/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make elfutils work [source] tar = "https://sourceware.org/ftp/debugedit/5.0/debugedit-5.0.tar.xz" [build] diff --git a/recipes/wip/delta/recipe.toml b/recipes/wip/delta/recipe.toml index 1ec9298b7..55d9306ac 100644 --- a/recipes/wip/delta/recipe.toml +++ b/recipes/wip/delta/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO make the "less" dependency work [source] git = "https://github.com/dandavison/delta" rev = "03f1569a9aff964e9291371d9928d0584327eae2" diff --git a/recipes/wip/deps-rs/recipe.toml b/recipes/wip/deps-rs/recipe.toml index d6408ba8f..6409f7885 100644 --- a/recipes/wip/deps-rs/recipe.toml +++ b/recipes/wip/deps-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO weird libssh2 error (using cargo update) +#TODO camino crate error [source] git = "https://github.com/deps-rs/deps.rs" [build] diff --git a/recipes/wip/desed/recipe.toml b/recipes/wip/desed/recipe.toml index d131398c4..55224c7e1 100644 --- a/recipes/wip/desed/recipe.toml +++ b/recipes/wip/desed/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/SoptikHa2/desed" [build] diff --git a/recipes/wip/difftastic/recipe.toml b/recipes/wip/difftastic/recipe.toml index 71817fa96..9278735b5 100644 --- a/recipes/wip/difftastic/recipe.toml +++ b/recipes/wip/difftastic/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled/tested yet +#TODO make mimalloc work [source] git = "https://github.com/Wilfred/difftastic" rev = "a67ad5b9afe31e577540f27280885652c792b103" diff --git a/recipes/wip/diplomat-tool/recipe.toml b/recipes/wip/diplomat/recipe.toml similarity index 68% rename from recipes/wip/diplomat-tool/recipe.toml rename to recipes/wip/diplomat/recipe.toml index d81a37c5f..c58b01d0d 100644 --- a/recipes/wip/diplomat-tool/recipe.toml +++ b/recipes/wip/diplomat/recipe.toml @@ -3,7 +3,4 @@ git = "https://github.com/rust-diplomat/diplomat" rev = "01bfb4bc53211e1c2a5ea58f64205c3a06727f7d" [build] -template = "custom" -script = """ -cookbook_cargo_packages tool -""" +template = "cargo"