[arch-commits] Commit in epiphany/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Nov 6 00:46:57 UTC 2021
Date: Saturday, November 6, 2021 @ 00:46:56
Author: heftig
Revision: 427383
41.0-1
Modified:
epiphany/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 00:45:30 UTC (rev 427382)
+++ PKGBUILD 2021-11-06 00:46:56 UTC (rev 427383)
@@ -2,18 +2,18 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=epiphany
-pkgver=40.3
+pkgver=41.0
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine"
url="https://wiki.gnome.org/Apps/Web"
arch=(x86_64)
license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy libportal libarchive)
+depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libportal libarchive)
makedepends=(docbook-xml startup-notification lsb-release gobject-introspection
yelp-tools git meson)
checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
groups=(gnome)
-_commit=39ea7a27f3dc7f6c45095dcb73ce82e78dc0a4b2 # tags/40.3^0
+_commit=d8163fa7ea74b2be14da9d4217e9d3e0c41cdb2a # tags/41.0^0
source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit")
sha256sums=('SKIP')
@@ -27,13 +27,12 @@
}
build() {
- arch-meson $pkgname build
+ arch-meson $pkgname build -D soup2=disabled
meson compile -C build
}
check() {
- dbus-run-session xvfb-run \
- -s '-screen 0 1920x1080x24 -nolisten local' \
+ dbus-run-session xvfb-run -s '-nolisten local' \
meson test -C build --print-errorlogs
}
More information about the arch-commits
mailing list