From 5dca579b030deb20ab2f0433c110a150c6df12b4 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 31 Aug 2021 08:53:48 +0200 Subject: [PATCH] main/postmarketos-ui-plasma-desktop: install Firefox by default, enable on x86 (MR 2475) Also remove xwayland, it already gets pulled in through KWin [ci:skip-vercheck] --- main/postmarketos-ui-plasma-desktop/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-plasma-desktop/APKBUILD b/main/postmarketos-ui-plasma-desktop/APKBUILD index 8a2b9c845..6e7780ba9 100644 --- a/main/postmarketos-ui-plasma-desktop/APKBUILD +++ b/main/postmarketos-ui-plasma-desktop/APKBUILD @@ -4,7 +4,8 @@ pkgver=2 pkgrel=6 pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)" url="https://www.kde.org" -arch="noarch !armhf !x86" # x86: missing "plasma" +# armhf blocked by plasma +arch="noarch !armhf" license="GPL-3.0-or-later" depends=" dnsmasq @@ -17,6 +18,7 @@ _pmb_recommends="ark audiocd-kio dolphin ffmpegthumbs + firefox gwenview kdialog kfind @@ -29,7 +31,6 @@ _pmb_recommends="ark print-manager postmarketos-artwork-wallpapers spectacle - xwayland " install="$pkgname.post-install $pkgname.post-upgrade" options="!check" # No tests for a metapkg