summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-07-28 01:48:26 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-07-28 01:48:30 +0200
commita37100424454c91e565569a0e821513ba851bd96 (patch)
tree88bd60f1f48df6d31c9973fe79e7f3a49a82478b
parent2667935f8b09456879f7b48a457a7d11893d192f (diff)
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 <GNUtoo@cyberdimension.org>
-rw-r--r--libre/epiphany/PKGBUILD7
1 files 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