From ed4c34f6dda941ed4fc1fe28a0401036a2a4f031 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Dec 2023 19:24:37 +0000 Subject: [PATCH] update recipes --- recipes/wip/oranda/recipe.toml | 2 +- recipes/wip/osirion/recipe.toml | 2 +- recipes/wip/ouch/recipe.toml | 2 +- recipes/wip/oxc/recipe.toml | 2 +- recipes/wip/oxipng/recipe.toml | 2 +- recipes/wip/oxycards/recipe.toml | 2 +- recipes/wip/pcmg/recipe.toml | 2 +- recipes/wip/pdbview/recipe.toml | 2 +- recipes/wip/php/recipe.toml | 3 +++ 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes/wip/oranda/recipe.toml b/recipes/wip/oranda/recipe.toml index 2dea24003..ec095ebf4 100644 --- a/recipes/wip/oranda/recipe.toml +++ b/recipes/wip/oranda/recipe.toml @@ -1,4 +1,4 @@ -#TODO camino crate error (after a patch on the ring crate) +#TODO camino crate error [source] git = "https://github.com/axodotdev/oranda" [build] diff --git a/recipes/wip/osirion/recipe.toml b/recipes/wip/osirion/recipe.toml index ac2c95c58..5f982c2dd 100644 --- a/recipes/wip/osirion/recipe.toml +++ b/recipes/wip/osirion/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make dependencies work # data files - http://osirion.org/files/osirion-0.2.8-data.zip [source] tar = "http://osirion.org/files/osirion-0.2.8-src.tar.bz2" diff --git a/recipes/wip/ouch/recipe.toml b/recipes/wip/ouch/recipe.toml index 6a39de564..84ca3749e 100644 --- a/recipes/wip/ouch/recipe.toml +++ b/recipes/wip/ouch/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://github.com/ouch-org/ouch" rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8" diff --git a/recipes/wip/oxc/recipe.toml b/recipes/wip/oxc/recipe.toml index d5b2d9669..7d57d15cd 100644 --- a/recipes/wip/oxc/recipe.toml +++ b/recipes/wip/oxc/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't fetch the submodules because they need login [source] git = "https://github.com/oxc-project/oxc" [build] diff --git a/recipes/wip/oxipng/recipe.toml b/recipes/wip/oxipng/recipe.toml index 46de53631..cbf17605c 100644 --- a/recipes/wip/oxipng/recipe.toml +++ b/recipes/wip/oxipng/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/shssoichiro/oxipng" rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6" diff --git a/recipes/wip/oxycards/recipe.toml b/recipes/wip/oxycards/recipe.toml index 596fa61f2..391aa8343 100644 --- a/recipes/wip/oxycards/recipe.toml +++ b/recipes/wip/oxycards/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/BrookJeynes/oxycards" [build] diff --git a/recipes/wip/pcmg/recipe.toml b/recipes/wip/pcmg/recipe.toml index c29d54d8a..c5186fcd5 100644 --- a/recipes/wip/pcmg/recipe.toml +++ b/recipes/wip/pcmg/recipe.toml @@ -1,4 +1,4 @@ -#TODO probably wrong template +#TODO x11rb crate error #TODO require WebAssembly [source] git = "https://github.com/JohnDowson/pcmg" diff --git a/recipes/wip/pdbview/recipe.toml b/recipes/wip/pdbview/recipe.toml index 087edd408..9c7be7521 100644 --- a/recipes/wip/pdbview/recipe.toml +++ b/recipes/wip/pdbview/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/landaire/pdbview" [build] diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml index 7499fe522..fab696029 100644 --- a/recipes/wip/php/recipe.toml +++ b/recipes/wip/php/recipe.toml @@ -4,3 +4,6 @@ tar = "https://www.php.net/distributions/php-8.3.0.tar.xz" [build] template = "configure" +dependencies = [ + "libxml2", +] -- GitLab