diff --git a/recipes/wip/emacs/recipe.toml b/recipes/wip/emacs-nox/recipe.toml similarity index 100% rename from recipes/wip/emacs/recipe.toml rename to recipes/wip/emacs-nox/recipe.toml diff --git a/recipes/wip/inkscape/recipe.toml b/recipes/wip/inkscape/recipe.toml index 0f0860dbc73e22b49430d75267e22aa3ba5132e8..6ff6b083ff7c4d8a56c26584c8b5af256b5f05c7 100644 --- a/recipes/wip/inkscape/recipe.toml +++ b/recipes/wip/inkscape/recipe.toml @@ -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" diff --git a/recipes/wip/keepassxc/recipe.toml b/recipes/wip/keepassxc/recipe.toml index 222d23a77e3db6a9c46ac823c3ae282c0938ce2a..3efeb2ee6078b76d5c2d3b8165635f7b0c0ab3b3 100644 --- a/recipes/wip/keepassxc/recipe.toml +++ b/recipes/wip/keepassxc/recipe.toml @@ -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" diff --git a/recipes/wip/libart/recipe.toml b/recipes/wip/libart/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8549d7bf34785e2416f9f9df6a7fcc213e34f473 --- /dev/null +++ b/recipes/wip/libart/recipe.toml @@ -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" diff --git a/recipes/wip/libaspell/recipe.toml b/recipes/wip/libaspell/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0b3dc438afa21d9b10bc189d46b91aa3bf25dbb1 --- /dev/null +++ b/recipes/wip/libaspell/recipe.toml @@ -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" diff --git a/recipes/wip/liblapack/recipe.toml b/recipes/wip/liblapack/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..fa272d81a793e8ffcbd2e4d092ce0c1a47dfb98b --- /dev/null +++ b/recipes/wip/liblapack/recipe.toml @@ -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"