Add gnome-web as wip

This commit is contained in:
Wildan Mubarok 2025-07-05 09:35:38 +00:00
parent f7f69579e5
commit f5e0b2d3be

View File

@ -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
"""