From a4c3c5aac2f099483b7093e66edf9073c3b2e4d1 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 8 Dec 2023 21:39:19 +0000 Subject: [PATCH] Add recipes --- recipes/wip/apr-util/recipe.toml | 5 ++++ recipes/wip/apr/recipe.toml | 5 ++++ recipes/wip/astyle/recipe.toml | 5 ++++ recipes/wip/cairomm-1.0+/recipe.toml | 8 ++++++ recipes/wip/cairomm-1.16+/recipe.toml | 8 ++++++ recipes/wip/cairomm/recipe.toml | 5 ---- recipes/wip/cmark/recipe.toml | 5 ++++ recipes/wip/dspy/recipe.toml | 5 ++++ recipes/wip/enchant/recipe.toml | 5 ++++ recipes/wip/exuberant-ctags/recipe.toml | 5 ++++ recipes/wip/{glib2mm => glibmm}/recipe.toml | 5 +++- recipes/wip/gnome-builder/recipe.toml | 14 ++++++++++ recipes/wip/go/recipe.toml | 6 +++++ recipes/wip/gtk2mm/recipe.toml | 7 +++-- recipes/wip/gtk3mm/recipe.toml | 12 +++++++++ recipes/wip/gtk4mm/recipe.toml | 12 ++++++--- recipes/wip/gtksourceview/recipe.toml | 12 +++++++++ recipes/wip/json-glib/recipe.toml | 8 ++++++ recipes/wip/jsonrpc-glib/recipe.toml | 8 ++++++ recipes/wip/kdevelop/recipe.toml | 26 +++++++++++++++++- recipes/wip/kf5-parts/recipe.toml | 5 ++++ recipes/wip/kf5-sysguard/recipe.toml | 5 ++++ recipes/wip/libdex/recipe.toml | 8 ++++++ recipes/wip/libgrantlee/recipe.toml | 8 ++++++ recipes/wip/libgspell-gtk3/recipe.toml | 10 +++++++ recipes/wip/libgspell-gtk4/recipe.toml | 14 ++++++++++ recipes/wip/libhyphen/recipe.toml | 5 ++++ recipes/wip/libicu/recipe.toml | 5 ++++ recipes/wip/libkomparediff2/recipe.toml | 5 ++++ recipes/wip/libpanel/recipe.toml | 5 ++++ recipes/wip/libsoup/recipe.toml | 5 ++++ recipes/wip/libvte/recipe.toml | 5 ++++ recipes/wip/okteta/recipe.toml | 5 ++++ recipes/wip/{pango2mm => pangomm}/recipe.toml | 3 +++ recipes/wip/qt5-webkit/recipe.toml | 27 +++++++++++++++++++ recipes/wip/vala/recipe.toml | 8 ++++++ 36 files changed, 277 insertions(+), 12 deletions(-) create mode 100644 recipes/wip/apr-util/recipe.toml create mode 100644 recipes/wip/apr/recipe.toml create mode 100644 recipes/wip/astyle/recipe.toml create mode 100644 recipes/wip/cairomm-1.0+/recipe.toml create mode 100644 recipes/wip/cairomm-1.16+/recipe.toml delete mode 100644 recipes/wip/cairomm/recipe.toml create mode 100644 recipes/wip/cmark/recipe.toml create mode 100644 recipes/wip/dspy/recipe.toml create mode 100644 recipes/wip/enchant/recipe.toml create mode 100644 recipes/wip/exuberant-ctags/recipe.toml rename recipes/wip/{glib2mm => glibmm}/recipe.toml (53%) create mode 100644 recipes/wip/go/recipe.toml create mode 100644 recipes/wip/gtk3mm/recipe.toml create mode 100644 recipes/wip/gtksourceview/recipe.toml create mode 100644 recipes/wip/json-glib/recipe.toml create mode 100644 recipes/wip/jsonrpc-glib/recipe.toml create mode 100644 recipes/wip/kf5-parts/recipe.toml create mode 100644 recipes/wip/kf5-sysguard/recipe.toml create mode 100644 recipes/wip/libdex/recipe.toml create mode 100644 recipes/wip/libgrantlee/recipe.toml create mode 100644 recipes/wip/libgspell-gtk3/recipe.toml create mode 100644 recipes/wip/libgspell-gtk4/recipe.toml create mode 100644 recipes/wip/libhyphen/recipe.toml create mode 100644 recipes/wip/libicu/recipe.toml create mode 100644 recipes/wip/libkomparediff2/recipe.toml create mode 100644 recipes/wip/libpanel/recipe.toml create mode 100644 recipes/wip/libsoup/recipe.toml create mode 100644 recipes/wip/libvte/recipe.toml create mode 100644 recipes/wip/okteta/recipe.toml rename recipes/wip/{pango2mm => pangomm}/recipe.toml (82%) create mode 100644 recipes/wip/qt5-webkit/recipe.toml create mode 100644 recipes/wip/vala/recipe.toml diff --git a/recipes/wip/apr-util/recipe.toml b/recipes/wip/apr-util/recipe.toml new file mode 100644 index 000000000..a9ec54198 --- /dev/null +++ b/recipes/wip/apr-util/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://dlcdn.apache.org//apr/apr-util-1.6.3.tar.bz2" +[build] +template = "configure" diff --git a/recipes/wip/apr/recipe.toml b/recipes/wip/apr/recipe.toml new file mode 100644 index 000000000..d062a9efa --- /dev/null +++ b/recipes/wip/apr/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://dlcdn.apache.org//apr/apr-1.7.4.tar.bz2" +[build] +template = "configure" diff --git a/recipes/wip/astyle/recipe.toml b/recipes/wip/astyle/recipe.toml new file mode 100644 index 000000000..8b8db7187 --- /dev/null +++ b/recipes/wip/astyle/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for CMake, see https://astyle.sourceforge.net/install.html +[source] +tar = "https://sourceforge.net/projects/astyle/files/astyle/astyle%203.4/astyle-3.4.10.tar.bz2/download" +[build] +template = "custom" diff --git a/recipes/wip/cairomm-1.0+/recipe.toml b/recipes/wip/cairomm-1.0+/recipe.toml new file mode 100644 index 000000000..f370b5b5c --- /dev/null +++ b/recipes/wip/cairomm-1.0+/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +tar = "https://www.cairographics.org/releases/cairomm-1.15.5.tar.gz" +[build] +template = "configure" +dependencies = [ + "cairo", +] diff --git a/recipes/wip/cairomm-1.16+/recipe.toml b/recipes/wip/cairomm-1.16+/recipe.toml new file mode 100644 index 000000000..ede1e97cd --- /dev/null +++ b/recipes/wip/cairomm-1.16+/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz" +[build] +template = "configure" +dependencies = [ + "cairo", +] diff --git a/recipes/wip/cairomm/recipe.toml b/recipes/wip/cairomm/recipe.toml deleted file mode 100644 index e1b468459..000000000 --- a/recipes/wip/cairomm/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO missing script for Meson, see https://cgit.freedesktop.org/cairo/tree/INSTALL -[source] -tar = "https://www.cairographics.org/releases/cairomm-1.16.2.tar.xz" -[build] -template = "custom" diff --git a/recipes/wip/cmark/recipe.toml b/recipes/wip/cmark/recipe.toml new file mode 100644 index 000000000..177f3d131 --- /dev/null +++ b/recipes/wip/cmark/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for CMake, see https://github.com/commonmark/cmark#installing +[source] +tar = "https://github.com/commonmark/cmark/archive/refs/tags/0.30.3.tar.gz" +[build] +template = "custom" diff --git a/recipes/wip/dspy/recipe.toml b/recipes/wip/dspy/recipe.toml new file mode 100644 index 000000000..5b7fb7535 --- /dev/null +++ b/recipes/wip/dspy/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for Meson, lacking build instructions +[source] +tar = "https://download.gnome.org/sources/dspy/1.2/dspy-1.2.1.tar.xz" +[build] +template = "custom" diff --git a/recipes/wip/enchant/recipe.toml b/recipes/wip/enchant/recipe.toml new file mode 100644 index 000000000..cb49a628a --- /dev/null +++ b/recipes/wip/enchant/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz" +[build] +template = "configure" diff --git a/recipes/wip/exuberant-ctags/recipe.toml b/recipes/wip/exuberant-ctags/recipe.toml new file mode 100644 index 000000000..6f9a1240c --- /dev/null +++ b/recipes/wip/exuberant-ctags/recipe.toml @@ -0,0 +1,5 @@ +#TODO probably wrong template, lacking build instructions +[source] +tar = "https://sourceforge.net/projects/ctags/files/ctags/5.8/ctags-5.8.tar.gz/download" +[build] +template = "configure" diff --git a/recipes/wip/glib2mm/recipe.toml b/recipes/wip/glibmm/recipe.toml similarity index 53% rename from recipes/wip/glib2mm/recipe.toml rename to recipes/wip/glibmm/recipe.toml index 199a56011..4ed01f0cb 100644 --- a/recipes/wip/glib2mm/recipe.toml +++ b/recipes/wip/glibmm/recipe.toml @@ -1,5 +1,8 @@ #TODO probably wrong template, see https://gitlab.gnome.org/GNOME/glibmm#building [source] -tar = "https://download.gnome.org/sources/glibmm/2.76/glibmm-2.76.0.tar.xz" +tar = "https://download.gnome.org/sources/glibmm/2.78/glibmm-2.78.0.tar.xz" [build] template = "configure" +dependencies = [ + "glib", +] diff --git a/recipes/wip/gnome-builder/recipe.toml b/recipes/wip/gnome-builder/recipe.toml index 76712c05f..719f3e914 100644 --- a/recipes/wip/gnome-builder/recipe.toml +++ b/recipes/wip/gnome-builder/recipe.toml @@ -6,15 +6,29 @@ tar = "https://download.gnome.org/sources/gnome-builder/45/gnome-builder-45.0.ta template = "custom" dependencies = [ "cairo", + "cmark", + "dbus", + "dspy", + "enchant", "llvm", "gdk-pixbuf", "glib", "gobject-introspection", "gtk4", + "gtk4mm", + "gtksourceview", "libadwaita", + "libdex", "libgit2", + "libgspell-gtk4", + "libpanel", "libpeas", + "libsoup", + "vala", + "libvte", "libxml2", + "json-glib", + "jsonrpc-glib", "pango", "webkitgtk4", ] diff --git a/recipes/wip/go/recipe.toml b/recipes/wip/go/recipe.toml new file mode 100644 index 000000000..3ba9cabb9 --- /dev/null +++ b/recipes/wip/go/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing script for building, see https://go.dev/doc/install/source +#TODO use the Go frontend from GCC or build the official compiler? +[source] +tar = "https://go.dev/dl/go1.21.5.src.tar.gz" +[build] +template = "custom" diff --git a/recipes/wip/gtk2mm/recipe.toml b/recipes/wip/gtk2mm/recipe.toml index bb2dd93b2..86f6f83d3 100644 --- a/recipes/wip/gtk2mm/recipe.toml +++ b/recipes/wip/gtk2mm/recipe.toml @@ -1,5 +1,8 @@ -#TODO probably missing dependencies +#TODO determine dependencies [source] -tar = "https://download.gnome.org/sources/gtkmm/2.91/gtkmm-2.91.7.tar.gz" +tar = "https://download.gnome.org/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz" [build] template = "configure" +dependencies = [ + "gtk2", +] diff --git a/recipes/wip/gtk3mm/recipe.toml b/recipes/wip/gtk3mm/recipe.toml new file mode 100644 index 000000000..dfcbbda76 --- /dev/null +++ b/recipes/wip/gtk3mm/recipe.toml @@ -0,0 +1,12 @@ +#TODO missing script for Meson, see https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/sec-install-unix-and-linux.html +[source] +tar = "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.8.tar.xz" +[build] +template = "custom" +dependencies = [ + "libsigc++", + "gtk3", + "glibmm", + "cairomm-1.0+", + "pangomm", +] diff --git a/recipes/wip/gtk4mm/recipe.toml b/recipes/wip/gtk4mm/recipe.toml index 1637773fc..22acdfece 100644 --- a/recipes/wip/gtk4mm/recipe.toml +++ b/recipes/wip/gtk4mm/recipe.toml @@ -1,6 +1,12 @@ -#TODO missing script for Meson (probably) -#TODO probably missing dependencies +#TODO missing script for Meson, see https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/sec-install-unix-and-linux.html [source] -tar = "https://download.gnome.org/sources/gtkmm/4.11/gtkmm-4.11.2.tar.xz" +tar = "https://download.gnome.org/sources/gtkmm/4.13/gtkmm-4.13.2.tar.xz" [build] template = "custom" +dependencies = [ + "libsigc++", + "gtk4", + "glibmm", + "cairomm-1.16+", + "pangomm", +] diff --git a/recipes/wip/gtksourceview/recipe.toml b/recipes/wip/gtksourceview/recipe.toml new file mode 100644 index 000000000..7f96899fd --- /dev/null +++ b/recipes/wip/gtksourceview/recipe.toml @@ -0,0 +1,12 @@ +#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/gtksourceview#installation +[source] +tar = "https://download.gnome.org/sources/gtksourceview/5.10/gtksourceview-5.10.0.tar.xz" +[build] +template = "custom" +dependencies = [ + "glib", + "gtk4", + "libxml2", + "fribidi", + "pcre", +] diff --git a/recipes/wip/json-glib/recipe.toml b/recipes/wip/json-glib/recipe.toml new file mode 100644 index 000000000..636769454 --- /dev/null +++ b/recipes/wip/json-glib/recipe.toml @@ -0,0 +1,8 @@ +#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/json-glib/#build-and-installation +[source] +tar = "https://download.gnome.org/sources/json-glib/1.8/json-glib-1.8.0.tar.xz" +[build] +template = "custom" +dependencies = [ + "glib", +] diff --git a/recipes/wip/jsonrpc-glib/recipe.toml b/recipes/wip/jsonrpc-glib/recipe.toml new file mode 100644 index 000000000..65f6e6099 --- /dev/null +++ b/recipes/wip/jsonrpc-glib/recipe.toml @@ -0,0 +1,8 @@ +#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/jsonrpc-glib#building +[source] +tar = "https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.0.tar.xz" +[build] +template = "custom" +dependencies = [ + "glib", +] diff --git a/recipes/wip/kdevelop/recipe.toml b/recipes/wip/kdevelop/recipe.toml index 5ab3dee40..2edd3f1e2 100644 --- a/recipes/wip/kdevelop/recipe.toml +++ b/recipes/wip/kdevelop/recipe.toml @@ -1,25 +1,49 @@ #TODO missing script for building, see https://kdevelop.org/build-it/ -#TODO missing dependencies, see https://packages.debian.org/source/trixie/kdevelop +#TODO probably missing dependencies, see https://packages.debian.org/source/trixie/kdevelop [source] tar = "https://invent.kde.org/kdevelop/kdevelop/-/archive/v23.08.3/kdevelop-v23.08.3.tar.bz2" [build] template = "custom" dependencies = [ + "apr", + "apr-util", + "astyle", "boost", + "libgrantlee", + "libkomparediff2", "kf5-archive", "kf5-config", "kf5-crash", + "kf5-cmutils", + "kf5-extra-cmake-modules", "kf5-declarative", + "kf5-doctools", "kf5-guiaddons", + "kf5-i18n", "kf5-iconthemes", + "kf5-itemmodels", + "kf5-itemviews", "kf5-io", + "kf5-jobwidgets", "kf5-newstuff", "kf5-notifications", "kf5-notifyconfig", + "kf5-parts", + "kf5-plasma-framework", "kf5-purpose", + "kf5-runner", + "kf5-service", + "kf5-sonnet", + "kf5-sysguard", + "kf5-texteditor", + "kf5-threadweaver", "kf5-widgetaddons", + "kf5-windowsystem", "kf5-xmlgui", "qt5-base", "qt5-declarative", + "qt5-tools", + "qt5-webkit", + "okteta", "shared-mime-info", ] diff --git a/recipes/wip/kf5-parts/recipe.toml b/recipes/wip/kf5-parts/recipe.toml new file mode 100644 index 000000000..5251ea3a1 --- /dev/null +++ b/recipes/wip/kf5-parts/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for building, lacking build instructions +[source] +tar = "https://invent.kde.org/frameworks/kparts/-/archive/v5.112.0/kparts-v5.112.0.tar.bz2" +[build] +template = "custom" diff --git a/recipes/wip/kf5-sysguard/recipe.toml b/recipes/wip/kf5-sysguard/recipe.toml new file mode 100644 index 000000000..3135b3be4 --- /dev/null +++ b/recipes/wip/kf5-sysguard/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for building, lacking build instructions +[source] +tar = "https://invent.kde.org/plasma/libksysguard/-/archive/v5.27.10/libksysguard-v5.27.10.tar.bz2" +[build] +template = "custom" diff --git a/recipes/wip/libdex/recipe.toml b/recipes/wip/libdex/recipe.toml new file mode 100644 index 000000000..365fcee48 --- /dev/null +++ b/recipes/wip/libdex/recipe.toml @@ -0,0 +1,8 @@ +#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/libdex#building +[source] +tar = "https://download.gnome.org/sources/libdex/0.4/libdex-0.4.1.tar.xz" +[build] +template = "custom" +dependencies = [ + "glib", +] diff --git a/recipes/wip/libgrantlee/recipe.toml b/recipes/wip/libgrantlee/recipe.toml new file mode 100644 index 000000000..4a5b47f91 --- /dev/null +++ b/recipes/wip/libgrantlee/recipe.toml @@ -0,0 +1,8 @@ +#TODO missing script for CMake, see https://github.com/steveire/grantlee#installation +[source] +tar = "https://github.com/steveire/grantlee/releases/download/v5.3.1/grantlee-5.3.1.tar.gz" +[build] +template = "custom" +dependencies = [ + "qt5-base", +] diff --git a/recipes/wip/libgspell-gtk3/recipe.toml b/recipes/wip/libgspell-gtk3/recipe.toml new file mode 100644 index 000000000..d045090c3 --- /dev/null +++ b/recipes/wip/libgspell-gtk3/recipe.toml @@ -0,0 +1,10 @@ +#TODO Not compiled or tested +[source] +tar = "https://download.gnome.org/sources/gspell/1.12/gspell-1.12.2.tar.xz" +[build] +template = "configure" +dependencies = [ + "gtk3", + "glib", + "libicu", +] diff --git a/recipes/wip/libgspell-gtk4/recipe.toml b/recipes/wip/libgspell-gtk4/recipe.toml new file mode 100644 index 000000000..3c7ae5efc --- /dev/null +++ b/recipes/wip/libgspell-gtk4/recipe.toml @@ -0,0 +1,14 @@ +#TODO probably wrong script +[source] +tar = "https://gitlab.gnome.org/otrocodigo/gspell/-/archive/1.11.1/gspell-1.11.1.tar.bz2" +[build] +template = "custom" +dependencies = [ + "glib", + "gtk4", + "libicu", +] +script = """ +./autogen.sh +cookbook_configure +""" diff --git a/recipes/wip/libhyphen/recipe.toml b/recipes/wip/libhyphen/recipe.toml new file mode 100644 index 000000000..3ee115a8d --- /dev/null +++ b/recipes/wip/libhyphen/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for building, see https://github.com/hunspell/hyphen/blob/master/README#L49 +[source] +git = "https://github.com/hunspell/hyphen" +[build] +template = "custom" diff --git a/recipes/wip/libicu/recipe.toml b/recipes/wip/libicu/recipe.toml new file mode 100644 index 000000000..43008d2cf --- /dev/null +++ b/recipes/wip/libicu/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz" +[build] +template = "configure" diff --git a/recipes/wip/libkomparediff2/recipe.toml b/recipes/wip/libkomparediff2/recipe.toml new file mode 100644 index 000000000..6630c5cf4 --- /dev/null +++ b/recipes/wip/libkomparediff2/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for CMake, lacking build instructions +[source] +tar = "https://invent.kde.org/sdk/libkomparediff2/-/archive/v23.08.4/libkomparediff2-v23.08.4.tar.bz2" +[build] +template = "custom" diff --git a/recipes/wip/libpanel/recipe.toml b/recipes/wip/libpanel/recipe.toml new file mode 100644 index 000000000..bceeb07bc --- /dev/null +++ b/recipes/wip/libpanel/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for Meson, lacking build instructions +[source] +tar = "https://download.gnome.org/sources/libpanel/1.4/libpanel-1.4.0.tar.xz" +[build] +template = "custom" diff --git a/recipes/wip/libsoup/recipe.toml b/recipes/wip/libsoup/recipe.toml new file mode 100644 index 000000000..9dfd307f4 --- /dev/null +++ b/recipes/wip/libsoup/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for Meson, lacking build instructions +[source] +tar = "https://download.gnome.org/sources/libsoup/3.4/libsoup-3.4.4.tar.xz" +[build] +template = "custom" diff --git a/recipes/wip/libvte/recipe.toml b/recipes/wip/libvte/recipe.toml new file mode 100644 index 000000000..4c08fd16c --- /dev/null +++ b/recipes/wip/libvte/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/vte/#installation +[source] +tar = "https://download.gnome.org/sources/vte/0.74/vte-0.74.1.tar.xz" +[build] +template = "custom" diff --git a/recipes/wip/okteta/recipe.toml b/recipes/wip/okteta/recipe.toml new file mode 100644 index 000000000..ef41eab23 --- /dev/null +++ b/recipes/wip/okteta/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing script for CMake, lacking build instructions +[source] +tar = "https://invent.kde.org/utilities/okteta/-/archive/v0.26.13/okteta-v0.26.13.tar.bz2" +[build] +template = "custom" diff --git a/recipes/wip/pango2mm/recipe.toml b/recipes/wip/pangomm/recipe.toml similarity index 82% rename from recipes/wip/pango2mm/recipe.toml rename to recipes/wip/pangomm/recipe.toml index 6bd02a5f3..f7805c0f0 100644 --- a/recipes/wip/pango2mm/recipe.toml +++ b/recipes/wip/pangomm/recipe.toml @@ -3,3 +3,6 @@ tar = "https://download.gnome.org/sources/pangomm/2.50/pangomm-2.50.1.tar.xz" [build] template = "configure" +dependencies = [ + "pango", +] diff --git a/recipes/wip/qt5-webkit/recipe.toml b/recipes/wip/qt5-webkit/recipe.toml new file mode 100644 index 000000000..38b70a365 --- /dev/null +++ b/recipes/wip/qt5-webkit/recipe.toml @@ -0,0 +1,27 @@ +#TODO probably wrong branch +#TODO missing script for CMake, see https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Linux +#TODO determine dependencies +[source] +git = "https://github.com/movableink/webkit" +[build] +template = "custom" +dependencies = [ + "qt5-base", + "qt5-guiaddons", + "qt5-connectivity", + "qt5-networkauth", + "qt5-positioning", + "qt5-sensors", + "qt5-declarative", + "qt5-webchannel", + "sqlite3", + "libicu", + "libhyphen", + "libxml2", + "libxslt", + "libjpeg-turbo", + "libpng", + "zlib", + "glib", + "gstreamer", +] diff --git a/recipes/wip/vala/recipe.toml b/recipes/wip/vala/recipe.toml new file mode 100644 index 000000000..b6cc898d8 --- /dev/null +++ b/recipes/wip/vala/recipe.toml @@ -0,0 +1,8 @@ +#TODO missing script for building, see https://gitlab.gnome.org/GNOME/vala#building-vala +[source] +tar = "https://download.gnome.org/sources/vala/0.56/vala-0.56.14.tar.xz" +[build] +template = "custom" +dependencies = [ + "glib", +]