[arch-commits] Commit in epiphany/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Dec 25 01:22:03 UTC 2021


    Date: Saturday, December 25, 2021 @ 01:22:03
  Author: heftig
Revision: 433050

41.3-2: disable libportal, only used inside flatpak

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 01:18:03 UTC (rev 433049)
+++ PKGBUILD	2021-12-25 01:22:03 UTC (rev 433050)
@@ -3,12 +3,12 @@
 
 pkgname=epiphany
 pkgver=41.3
-pkgrel=1
+pkgrel=2
 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-4.1 gcr icu libdazzle libhandy libportal libarchive)
+depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libarchive)
 makedepends=(docbook-xml startup-notification lsb-release gobject-introspection
              yelp-tools git meson)
 checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
@@ -27,7 +27,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D soup2=disabled
+  arch-meson $pkgname build -D soup2=disabled -D libportal=disabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list