mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Update recipes
This commit is contained in:
parent
343a84bdb5
commit
2c516de4de
@ -1,5 +1,5 @@
|
||||
#TODO probably wrong script, see https://inkscape.org/develop/getting-started/#compile
|
||||
#TODO missing dependencies, see: https://gitlab.com/inkscape/inkscape-ci-docker/-/raw/master/install_dependencies.sh
|
||||
#TODO missing dependencies, see https://gitlab.com/inkscape/inkscape-ci-docker/-/raw/master/install_dependencies.sh
|
||||
[source]
|
||||
tar = "https://inkscape.org/gallery/item/44467/inkscape-1.3.1.tar.xz"
|
||||
[build]
|
||||
@ -11,6 +11,7 @@ dependencies = [
|
||||
"gtk3",
|
||||
"gtk3mm",
|
||||
"gdk-pixbuf",
|
||||
"gtksourceview",
|
||||
"cairo",
|
||||
"cairomm",
|
||||
"pango",
|
||||
@ -24,6 +25,7 @@ dependencies = [
|
||||
"lib2geom",
|
||||
"atkmm",
|
||||
"harfbuzz",
|
||||
"libblas",
|
||||
"libsoup",
|
||||
"libsigc++",
|
||||
"librsvg",
|
||||
@ -38,6 +40,7 @@ dependencies = [
|
||||
"libgspell-gtk3",
|
||||
"libjpeg-turbo",
|
||||
"liblcms",
|
||||
"liblapack",
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO probably wrong script, see https://github.com/keepassxreboot/keepassxc/wiki/Building-KeePassXC#linux
|
||||
#TODO probably missing dependencies, see https://github.com/keepassxreboot/keepassxc/wiki/Building-KeePassXC#required-dependencies
|
||||
#TODO probably missing dependencies, see https://github.com/keepassxreboot/keepassxc/wiki/Set-up-Build-Environment-on-Linux#install-the-required-dependencies
|
||||
[source]
|
||||
tar = "https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz"
|
||||
[build]
|
||||
@ -7,9 +7,13 @@ template = "custom"
|
||||
dependencies = [
|
||||
"qt5-base",
|
||||
"qt5-svg",
|
||||
"qt5-x11extras",
|
||||
"zlib",
|
||||
"libbotan",
|
||||
"libargon2",
|
||||
"libxi",
|
||||
"libxtst",
|
||||
"readline",
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
|
||||
5
recipes/wip/libart/recipe.toml
Normal file
5
recipes/wip/libart/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO probably wrong template
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libaspell/recipe.toml
Normal file
5
recipes/wip/libaspell/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/liblapack/recipe.toml
Normal file
5
recipes/wip/liblapack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://github.com/Reference-LAPACK/lapack#installation
|
||||
[source]
|
||||
tar = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user