From 98f558ec4c7ea41a72a2565ee0ba37032b9c4d4e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 9 Jun 2024 22:59:01 +0000 Subject: [PATCH] Update recipes --- recipes/wip/libs/cairomm-1.16+/recipe.toml | 6 +++++- recipes/wip/tools/humphrey/recipe.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml index ede1e97c..860a4c04 100644 --- a/recipes/wip/libs/cairomm-1.16+/recipe.toml +++ b/recipes/wip/libs/cairomm-1.16+/recipe.toml @@ -2,7 +2,11 @@ [source] tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz" [build] -template = "configure" +template = "custom" dependencies = [ "cairo", ] +script = """ +./autogen.sh +cookbook_configure +""" diff --git a/recipes/wip/tools/humphrey/recipe.toml b/recipes/wip/tools/humphrey/recipe.toml index 05a08b66..a0943689 100644 --- a/recipes/wip/tools/humphrey/recipe.toml +++ b/recipes/wip/tools/humphrey/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO Bash can't detect the "--all-features" flag on the script [source] git = "https://github.com/w-henderson/Humphrey" [build]