From f5e0b2d3be91a627a0cf704c3b0667b69f375d7d Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sat, 5 Jul 2025 09:35:38 +0000 Subject: [PATCH] Add gnome-web as wip --- recipes/wip/web/gnome-web/recipe.toml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 recipes/wip/web/gnome-web/recipe.toml diff --git a/recipes/wip/web/gnome-web/recipe.toml b/recipes/wip/web/gnome-web/recipe.toml new file mode 100644 index 00000000..b106ca73 --- /dev/null +++ b/recipes/wip/web/gnome-web/recipe.toml @@ -0,0 +1,40 @@ +# TODO: Need to port more libs +# newer version requires c_std=gnu23 +[source] +tar = "https://github.com/GNOME/epiphany/archive/refs/tags/46.4.tar.gz" + +[build] +dependencies = [ + "cairo", +# "gck2", +# "gcr4", + "gdk-pixbuf", + "gio2", +# "gio-unix2", +# "glib2", +# "granite7", +# "gsettings-desktop-schemas", + "gstreamer", + "gtk4", +# "gtk4-unix-print", +# "hogweed", +# "iso-codes", + "json-glib", + "libarchive", + "libadwaita", +# "libsecret", + "libsoup", + "libxml2", + "libnettle", +# "libportal-gtk4", + "sqlite3", +# "webkitgtk6", +# "webkitgtk-web-process-extension6" +] + +template = "custom" +script = """ +DYNAMIC_INIT + +cookbook_meson +"""