main/postmarketos-ui-plasma-mobile: fix lightdm (!690)

Fix missing lightdm dependency, add post-upgrade symlink.
This commit is contained in:
Bart Ribbers 2019-10-17 19:44:56 +02:00 committed by Oliver Smith
parent c4d04b5be7
commit 512326566c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile
pkgver=2
pkgrel=7
pkgrel=8
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" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
@ -34,10 +34,11 @@ depends="
"
# Required to launch
depends="$depends
lightdm
lightdm-openrc
xorg-server
"
install="$pkgname.post-install"
install="$pkgname.post-install $pkgname.post-upgrade"
source="kwinrc kdeglobals qtlogging.ini unlock-plasma 60-lightdm-autologin.conf"
options="!check"

View file

@ -0,0 +1 @@
postmarketos-ui-plasma-mobile.post-install