From 8a258055a7cf7e7ead51e17062e1a8afddec5d6d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 16:05:19 +0000 Subject: [PATCH] update recipes --- recipes/wip/iamb/recipe.toml | 2 +- recipes/wip/igrep/recipe.toml | 2 +- recipes/wip/imlib2/recipe.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/iamb/recipe.toml b/recipes/wip/iamb/recipe.toml index 68a5583e7..92a67f278 100644 --- a/recipes/wip/iamb/recipe.toml +++ b/recipes/wip/iamb/recipe.toml @@ -1,4 +1,4 @@ -#TODO Rust version error (after cargo update) +#TODO x11rb crate error (after a patch on ring) [source] git = "https://github.com/ulyssa/iamb" [build] diff --git a/recipes/wip/igrep/recipe.toml b/recipes/wip/igrep/recipe.toml index b6c617ce3..e55b7b3aa 100644 --- a/recipes/wip/igrep/recipe.toml +++ b/recipes/wip/igrep/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/konradsz/igrep" rev = "8588755641e64cd40e569893e03628cf83cfc59f" diff --git a/recipes/wip/imlib2/recipe.toml b/recipes/wip/imlib2/recipe.toml index 8f80cc322..e4efb22b8 100644 --- a/recipes/wip/imlib2/recipe.toml +++ b/recipes/wip/imlib2/recipe.toml @@ -7,4 +7,5 @@ dependencies = [ "libjpeg", "libpng", "freetype2", + "zlib", ]