main/postmarketos-base-ui-plasma: explicitly depend on -openrc subpackages and remove tinydm-set-session (MR 4802)
This commit is contained in:
parent
7a0c56293b
commit
faf91a17cc
2 changed files with 5 additions and 3 deletions
|
@ -2,13 +2,14 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-base-ui-plasma
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package for shared configuration for Plasma-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch !armhf" # armhf is not supported
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
bluedevil
|
||||
bluez-openrc
|
||||
breeze
|
||||
dnsmasq
|
||||
elogind
|
||||
|
@ -19,12 +20,15 @@ depends="
|
|||
kwallet-pam
|
||||
kwayland-integration
|
||||
modemmanager
|
||||
modemmanager-openrc
|
||||
pipewire
|
||||
polkit-kde-agent-1
|
||||
postmarketos-base-ui
|
||||
postmarketos-base-ui-networkmanager
|
||||
powerdevil
|
||||
pulseaudio
|
||||
urfkill
|
||||
urfkill-openrc
|
||||
xdg-desktop-portal-kde
|
||||
"
|
||||
# Required to launch
|
||||
|
|
|
@ -19,6 +19,4 @@ if rc-update del ofono default; then
|
|||
rc-service start modemmanager
|
||||
fi
|
||||
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
||||
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
|
Loading…
Reference in a new issue