Fix the cosmic-ext-calculator recipe and update TODOs

This commit is contained in:
Ribbon 2025-07-04 08:33:39 -03:00
parent d1b5fcf6d1
commit ba02dd5024
8 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/acj/krapslog-rs"
[build]

View File

@ -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