diff options
Diffstat (limited to 'libre/epiphany/PKGBUILD')
-rw-r--r-- | libre/epiphany/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index ac1a82f51..a1b382398 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -2,17 +2,17 @@ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> -# Contributor: André Silva <emulatorman@hyperbola.info> -# Contributor: Márcio Silva <coadde@hyperbola.info> +# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info> +# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> # parabola changes and rationale: # - rebranded to parabola # - switched default searchengine to duckduckgo pkgname=epiphany -pkgver=3.35.1 +pkgver=3.36.1 pkgrel=1 -pkgrel+=.par1 +pkgrel+=.parabola1 pkgdesc="A GNOME web browser based on the WebKit rendering engine" pkgdesc+=", with DuckDuckGo HTML support" url="https://wiki.gnome.org/Apps/Web" @@ -24,7 +24,7 @@ makedepends=(docbook-xml startup-notification lsb-release gobject-introspection appstream-glib git meson) checkdepends=(xorg-server-xvfb) groups=(gnome) -_commit=aa3e99a5845daac749bab80bc600ec5797a3f9c7 # tags/3.35.1^0 +_commit=982639bc51dbf1db3f16d13bc353b0f9c71b970e # tags/3.36.1^0 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit" libre.patch) sha256sums=('SKIP' @@ -47,7 +47,9 @@ 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) - xvfb-run meson test -C build --print-errorlogs || : + dbus-run-session xvfb-run \ + -s '-screen 0 1920x1080x24 -nolisten local' \ + meson test -C build --print-errorlogs || : } package() { |