From 33dd1f469518f76fca8df78c81d60d251f2a7ec1 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 21 Dec 2023 01:32:01 +0000 Subject: [PATCH] update recipes --- recipes/wip/flex/recipe.toml | 2 +- recipes/wip/fltk/recipe.toml | 2 +- recipes/wip/fontfor/recipe.toml | 2 +- recipes/wip/freeglut/recipe.toml | 6 +++--- recipes/wip/{fyrox => fyrox-template}/recipe.toml | 5 ++++- 5 files changed, 10 insertions(+), 7 deletions(-) rename recipes/wip/{fyrox => fyrox-template}/recipe.toml (65%) diff --git a/recipes/wip/flex/recipe.toml b/recipes/wip/flex/recipe.toml index 8591dd04c..da86f6818 100644 --- a/recipes/wip/flex/recipe.toml +++ b/recipes/wip/flex/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO configuration error [source] tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz" [build] diff --git a/recipes/wip/fltk/recipe.toml b/recipes/wip/fltk/recipe.toml index ec8ec37ae..c2e062dcf 100644 --- a/recipes/wip/fltk/recipe.toml +++ b/recipes/wip/fltk/recipe.toml @@ -4,7 +4,7 @@ tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2" [build] template = "configure" dependencies = [ - "mesa_glu", + "mesa-glu", "freeglut", "cairo" "fontconfig", diff --git a/recipes/wip/fontfor/recipe.toml b/recipes/wip/fontfor/recipe.toml index 43d0d391c..fe9e020f5 100644 --- a/recipes/wip/fontfor/recipe.toml +++ b/recipes/wip/fontfor/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/7sDream/fontfor" rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b" diff --git a/recipes/wip/freeglut/recipe.toml b/recipes/wip/freeglut/recipe.toml index cda382521..59b8e5fc2 100644 --- a/recipes/wip/freeglut/recipe.toml +++ b/recipes/wip/freeglut/recipe.toml @@ -1,7 +1,7 @@ +#TODO make Wayland work [source] -tar = "https://cytranet.dl.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz" -blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" - +tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz" +#blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" [build] dependencies = [ "mesa", diff --git a/recipes/wip/fyrox/recipe.toml b/recipes/wip/fyrox-template/recipe.toml similarity index 65% rename from recipes/wip/fyrox/recipe.toml rename to recipes/wip/fyrox-template/recipe.toml index a40f5b932..b886068ee 100644 --- a/recipes/wip/fyrox/recipe.toml +++ b/recipes/wip/fyrox-template/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/FyroxEngine/Fyrox" rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" [buiild] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages fyrox-template +""" -- GitLab