From ba02dd50243d4f5e6531c1513d05aab9cc52cc88 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 4 Jul 2025 08:33:39 -0300 Subject: [PATCH] Fix the cosmic-ext-calculator recipe and update TODOs --- recipes/wip/libs/other/libgpm/recipe.toml | 2 +- recipes/wip/libs/other/libgumbo/recipe.toml | 2 +- recipes/wip/libs/other/libplist/recipe.toml | 2 +- recipes/wip/libs/other/libtatsu/recipe.toml | 2 +- recipes/wip/libs/other/liburiparser/recipe.toml | 2 +- recipes/wip/libs/security/libacl/recipe.toml | 2 +- recipes/wip/logging/krapslog/recipe.toml | 2 +- recipes/wip/math/cosmic-ext-calculator/recipe.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes/wip/libs/other/libgpm/recipe.toml b/recipes/wip/libs/other/libgpm/recipe.toml index 95022ac14..9b1f71144 100644 --- a/recipes/wip/libs/other/libgpm/recipe.toml +++ b/recipes/wip/libs/other/libgpm/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO undefined macro: AC_PROG_LIBTOOL [source] tar = "https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2" script = "./autogen.sh" diff --git a/recipes/wip/libs/other/libgumbo/recipe.toml b/recipes/wip/libs/other/libgumbo/recipe.toml index 1f7baa22e..d88542544 100644 --- a/recipes/wip/libs/other/libgumbo/recipe.toml +++ b/recipes/wip/libs/other/libgumbo/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://codeberg.org/gumbo-parser/gumbo-parser" rev = "23af2f7c5a9da7e7ea42fcc2c573df52e4a3a5be" diff --git a/recipes/wip/libs/other/libplist/recipe.toml b/recipes/wip/libs/other/libplist/recipe.toml index 91fd40a56..277784f3c 100644 --- a/recipes/wip/libs/other/libplist/recipe.toml +++ b/recipes/wip/libs/other/libplist/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] tar = "https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2" [build] diff --git a/recipes/wip/libs/other/libtatsu/recipe.toml b/recipes/wip/libs/other/libtatsu/recipe.toml index 64afe14b3..4e14e9756 100644 --- a/recipes/wip/libs/other/libtatsu/recipe.toml +++ b/recipes/wip/libs/other/libtatsu/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] tar = "https://github.com/libimobiledevice/libtatsu/releases/download/1.0.3/libtatsu-1.0.3.tar.bz2" [build] diff --git a/recipes/wip/libs/other/liburiparser/recipe.toml b/recipes/wip/libs/other/liburiparser/recipe.toml index 9b897d395..73f68e7d3 100644 --- a/recipes/wip/libs/other/liburiparser/recipe.toml +++ b/recipes/wip/libs/other/liburiparser/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] tar = "https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.8/uriparser-0.9.8.tar.bz2" [build] diff --git a/recipes/wip/libs/security/libacl/recipe.toml b/recipes/wip/libs/security/libacl/recipe.toml index 2ed502085..247d5ebe9 100644 --- a/recipes/wip/libs/security/libacl/recipe.toml +++ b/recipes/wip/libs/security/libacl/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO can't find the attr/error_context.h file [source] tar = "https://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.xz" [build] diff --git a/recipes/wip/logging/krapslog/recipe.toml b/recipes/wip/logging/krapslog/recipe.toml index 1c7ad81d2..be7996334 100644 --- a/recipes/wip/logging/krapslog/recipe.toml +++ b/recipes/wip/logging/krapslog/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/acj/krapslog-rs" [build] diff --git a/recipes/wip/math/cosmic-ext-calculator/recipe.toml b/recipes/wip/math/cosmic-ext-calculator/recipe.toml index 57f0dd2ab..5dbbcf4c0 100644 --- a/recipes/wip/math/cosmic-ext-calculator/recipe.toml +++ b/recipes/wip/math/cosmic-ext-calculator/recipe.toml @@ -7,7 +7,7 @@ template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo -mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps cp -rv "${COOKBOOK_SOURCE}"/res/app.desktop "${COOKBOOK_STAGE}"/usr/share/applications/dev.edfloreshz.Calculator.desktop cp -rv "${COOKBOOK_SOURCE}"/res/metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo/dev.edfloreshz.Calculator.metainfo.xml cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor/scalable/apps/icon.svg "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps/dev.edfloreshz.Calculator.svg