Skip to content
Snippets Groups Projects
Commit 2c516de4 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent 343a84bd
No related branches found
No related tags found
No related merge requests found
File moved
#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"
......
#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"
......
#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"
#TODO Not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz"
[build]
template = "configure"
#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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment