From fdbd3d89a00b60d9bb981235214dd454342c9964 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 11:39:44 +0000 Subject: [PATCH] Update recipes --- recipes/wip/science/scidataflow/recipe.toml | 2 +- recipes/wip/security/airgorah/recipe.toml | 2 +- recipes/wip/security/nitrocli/recipe.toml | 2 +- recipes/wip/services/coppwr/recipe.toml | 2 +- recipes/wip/sound/soundboard/recipe.toml | 9 +++++---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml index 5ac5f0ff9..7cca43095 100644 --- a/recipes/wip/science/scidataflow/recipe.toml +++ b/recipes/wip/science/scidataflow/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO faccess crate error [source] git = "https://github.com/vsbuffalo/scidataflow" [build] diff --git a/recipes/wip/security/airgorah/recipe.toml b/recipes/wip/security/airgorah/recipe.toml index 3ed7994ef..11040022c 100644 --- a/recipes/wip/security/airgorah/recipe.toml +++ b/recipes/wip/security/airgorah/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make gtk4 work [source] git = "https://github.com/martin-olivier/airgorah" [build] diff --git a/recipes/wip/security/nitrocli/recipe.toml b/recipes/wip/security/nitrocli/recipe.toml index d900ea32d..8be60424f 100644 --- a/recipes/wip/security/nitrocli/recipe.toml +++ b/recipes/wip/security/nitrocli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libhidapi work [source] git = "https://github.com/d-e-s-o/nitrocli" [build] diff --git a/recipes/wip/services/coppwr/recipe.toml b/recipes/wip/services/coppwr/recipe.toml index 332d267be..815d3894e 100644 --- a/recipes/wip/services/coppwr/recipe.toml +++ b/recipes/wip/services/coppwr/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make pipewire work [source] git = "https://github.com/dimtpap/coppwr" rev = "f4e664b860b89801ec60eee479802f00af3cfdfc" diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml index 74c1e05c6..21f1a5a13 100644 --- a/recipes/wip/sound/soundboard/recipe.toml +++ b/recipes/wip/sound/soundboard/recipe.toml @@ -1,11 +1,12 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/gamebooster/soundboard" [build] template = "custom" -script = """ -cookbook_cargo --features full -""" dependencies = [ "glib", + "openssl1", ] +script = """ +cookbook_cargo --features full +""" -- GitLab