main/postmarketos-ui-plasma-mobile: fix lightdm (!690)
Fix missing lightdm dependency, add post-upgrade symlink.
This commit is contained in:
parent
c4d04b5be7
commit
512326566c
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-mobile
|
pkgname=postmarketos-ui-plasma-mobile
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
|
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
||||||
|
@ -34,10 +34,11 @@ depends="
|
||||||
"
|
"
|
||||||
# Required to launch
|
# Required to launch
|
||||||
depends="$depends
|
depends="$depends
|
||||||
|
lightdm
|
||||||
lightdm-openrc
|
lightdm-openrc
|
||||||
xorg-server
|
xorg-server
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="kwinrc kdeglobals qtlogging.ini unlock-plasma 60-lightdm-autologin.conf"
|
source="kwinrc kdeglobals qtlogging.ini unlock-plasma 60-lightdm-autologin.conf"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
postmarketos-ui-plasma-mobile.post-install
|
Loading…
Reference in a new issue