# Description: A GNOME web browser based on the WebKit rendering engine # URL: https://wiki.gnome.org/Apps/Web # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: appstream-glib libhandy libportal iso-codes itstool libdazzle webkitgtk-6.0 gcr icu docbook-xml gobject-introspection gstreamer desktop-file-utils # Optional: gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav libnotify enchant name=epiphany version=47.2 release=1 source=(https://download.gnome.org/sources/${name}/${version%.*}/${name}-${version}.tar.xz) build() { cd "${name}-${version}" meson setup \ -Ddeveloper_mode=false \ -Dtech_preview=true \ -Dunit_tests=disabled \ --prefix=/usr \ build meson compile -C build meson install -C build --destdir "${PKG}" rm -r "${PKG}/usr/share/help" }