mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix the cosmic-ext-calculator recipe and update TODOs
This commit is contained in:
parent
d1b5fcf6d1
commit
ba02dd5024
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/acj/krapslog-rs"
|
||||
[build]
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user