From 05aa9bed4d6b6148b7fc3ee6d923c357db9d759b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 24 Jun 2019 10:39:11 +0200 Subject: [PATCH] main/postmarketos-ui-plasma-mobile: new depends (!459) I've ordered the $depends list alphabetically for better readability, and added the bluedevil (for Bluetooth) kwallet-pam and xdg-desktop-portal-kde runtime dependencies. [ci:skip-build]: already built successfully in CI --- main/postmarketos-ui-plasma-mobile/APKBUILD | 33 +++++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 6fb30fd6e..de76697d5 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -2,12 +2,39 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-mobile pkgver=2 -pkgrel=2 +pkgrel=3 pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" -arch="noarch !armhf" +arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75 license="GPL-3.0-or-later" -depends="plasma-phone-components dbus kscreen qt5-qtvirtualkeyboard elogind powerdevil polkit-kde-agent-1 kwayland-integration postmarketos-artwork-wallpapers qmlkonsole plasma-angelfish pix index plasma-camera postmarketos-demos lightdm lightdm-openrc xorg-server spacebar" +depends=" + bluedevil + breeze + breeze-gtk + elogind + index + kde-gtk-config + kscreen + kwallet-pam + kwayland-integration + pix + plasma-angelfish + plasma-camera + plasma-phone-components + polkit-kde-agent-1 + postmarketos-artwork-wallpapers + postmarketos-demos + powerdevil + qt5-qtvirtualkeyboard + qmlkonsole + spacebar + xdg-desktop-portal-kde + " +# Required to launch +depends="$depends + lightdm + xorg-server + " install="$pkgname.post-install" source="kwinrc kdeglobals qtlogging.ini org.kde.phone.homescreen.js unlock-plasma 60-lightdm-autologin.conf" options="!check"