# Maintainer (Arch): Jan Alexander Steffens (heftig) # Maintainer (Arch): Jan de Groot # Maintainer: Omar Vega Ramos # Contributor: Isaac David # Contributor (Hyperbola): André Silva # Contributor (Hyperbola): Márcio Silva # parabola changes and rationale: # - rebranded to parabola # - switched default searchengine to duckduckgo # - removed useless dependency on icu because it's not # used at runtime according to readelf -d pkgname=epiphany pkgver=3.36.1 pkgrel=2 pkgrel+=.parabola2 pkgdesc="A GNOME web browser based on the WebKit rendering engine" pkgdesc+=", with DuckDuckGo HTML support" url="https://wiki.gnome.org/Apps/Web" arch=(x86_64) arch+=(i686 armv7h) license=(GPL) depends=(webkit2gtk gcr libdazzle libhandy) makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools appstream-glib git meson) checkdepends=(xorg-server-xvfb) groups=(gnome) _commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e # tags/3.36.1^0 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit" libre.patch) sha256sums=('SKIP' '2ef991ade98fbe9a3a6cd80220d3348e69007abff5141bea42bbdf1c72836689') pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' } prepare() { cd $pkgname patch -Np1 -i ../libre.patch } build() { arch-meson $pkgname build ninja -C build } check() { # ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: assertion failed (g_list_length (apps) == 1): (0 == 1) dbus-run-session xvfb-run \ -s '-screen 0 1920x1080x24 -nolisten local' \ meson test -C build --print-errorlogs || : } package() { DESTDIR="$pkgdir" meson install -C build }