From a37100424454c91e565569a0e821513ba851bd96 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 28 Jul 2022 01:48:26 +0200 Subject: libre: epiphany: armv7h: build with libportal-gtk3 I was doing too much things at the same time so I forgot to check if armv7h had libportal-gtk3, and it does have it. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/epiphany/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libre/epiphany/PKGBUILD b/libre/epiphany/PKGBUILD index 77dfcb522..78b03a794 100644 --- a/libre/epiphany/PKGBUILD +++ b/libre/epiphany/PKGBUILD @@ -15,7 +15,7 @@ pkgname=epiphany pkgver=42.3 -pkgrel=2 +pkgrel=3 pkgrel+=.parabola1 pkgdesc="A GNOME web browser based on the WebKit rendering engine" pkgdesc+=", with DuckDuckGo-HTML search" @@ -24,7 +24,8 @@ arch=(x86_64) arch+=(i686 armv7h) license=(GPL) depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libarchive) -# we don't have libportal-gtk3 yet on armv7h and i686 +# we don't have libportal-gtk3 yet on i686 +depends_armv7h+=(libportal-gtk3) depends_x86_64+=(libportal-gtk3) depends=( $( sed 's| icu | |' <<<${depends[@]} ) ) depends+=(libhogweed.so) @@ -55,7 +56,7 @@ prepare() { } build() { - if [ "${CARCH}" = "x86_64" ] ; then + if [ "${CARCH}" != "i686" ] ; then arch-meson $pkgname build -D soup2=disabled else arch-meson $pkgname build -D soup2=disabled -D libportal=disabled -- cgit v1.2.2