Date: Saturday, March 25, 2023 @ 22:55:23
  Author: heftig
Revision: 472019

44.0-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-25 22:54:51 UTC (rev 472018)
+++ PKGBUILD    2023-03-25 22:55:23 UTC (rev 472019)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=epiphany
-pkgver=43.1
+pkgver=44.0
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web";
@@ -9,14 +9,15 @@
 arch=(x86_64)
 license=(GPL)
 depends=(
-  gcr
+  gcr-4
+  gstreamer
+  gtk4
   icu
+  libadwaita
   libarchive
-  libdazzle
-  libhandy
-  libportal-gtk3
+  libportal-gtk4
   libsoup3
-  webkit2gtk-4.1
+  webkitgtk-6.0
 )
 makedepends=(
   docbook-xml
@@ -36,7 +37,7 @@
   xorg-server-xvfb
 )
 groups=(gnome)
-_commit=e21c2e68f34fcf23ca560088479e13c9929a4c36  # tags/43.1^0
+_commit=379ebfb70239fc3421973da1c0090edb460657eb  # tags/44.0^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";
   fix-test.diff
@@ -63,7 +64,8 @@
 }
 
 check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
+  WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 \
+    dbus-run-session xvfb-run -s '-nolisten local' \
     meson test -C build --print-errorlogs
 }
 

Reply via email to