From 6b5e28618f1bdf62cf9c15d485a316e9b75ce3d6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 03:45:30 +0000 Subject: [PATCH] update recipes --- recipes/wip/git-ignore-generator/recipe.toml | 2 +- recipes/wip/glicol-cli/recipe.toml | 2 +- recipes/wip/glou/recipe.toml | 2 +- recipes/wip/gobang/recipe.toml | 2 +- recipes/wip/gphoto2/recipe.toml | 5 ++++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/wip/git-ignore-generator/recipe.toml b/recipes/wip/git-ignore-generator/recipe.toml index 9b0c9e257..320e0d616 100644 --- a/recipes/wip/git-ignore-generator/recipe.toml +++ b/recipes/wip/git-ignore-generator/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled but not tested (after a patch on the ring crate) +#TODO compiled but not tested (after a cargo update and a patch on the ring crate) [source] git = "https://github.com/sondr3/git-ignore" [build] diff --git a/recipes/wip/glicol-cli/recipe.toml b/recipes/wip/glicol-cli/recipe.toml index d07c182a3..7b6ae4250 100644 --- a/recipes/wip/glicol-cli/recipe.toml +++ b/recipes/wip/glicol-cli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/glicol/glicol-cli" [build] diff --git a/recipes/wip/glou/recipe.toml b/recipes/wip/glou/recipe.toml index 0a7b69f9a..646f237e0 100644 --- a/recipes/wip/glou/recipe.toml +++ b/recipes/wip/glou/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO x11rb crate error [source] git = "https://github.com/Nurrl/glou" [build] diff --git a/recipes/wip/gobang/recipe.toml b/recipes/wip/gobang/recipe.toml index 772274f96..6a20b6d0f 100644 --- a/recipes/wip/gobang/recipe.toml +++ b/recipes/wip/gobang/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO mio crate error (after cargo update and patch on ring) [source] git = "https://github.com/TaKO8Ki/gobang" [build] diff --git a/recipes/wip/gphoto2/recipe.toml b/recipes/wip/gphoto2/recipe.toml index 333456746..f05f10124 100644 --- a/recipes/wip/gphoto2/recipe.toml +++ b/recipes/wip/gphoto2/recipe.toml @@ -1,5 +1,8 @@ -#TODO probably wrong template, lacking build instructions +#TODO [source] tar = "https://sourceforge.net/projects/gphoto/files/gphoto/2.5.28/gphoto2-2.5.28.tar.xz/download" [build] template = "configure" +dependencies = [ + "libgphoto2", +]