main/postmarketos-ui-plasma-bigscreen: add elogind-openrc to depends, enable service (MR 4020)
This commit is contained in:
parent
088482b579
commit
ec062f4e09
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-bigscreen
|
||||
pkgver=0.2
|
||||
pkgrel=15
|
||||
pkgrel=16
|
||||
_commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400"
|
||||
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Bigscreen"
|
||||
|
@ -11,6 +11,7 @@ arch="noarch !armhf"
|
|||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
elogind
|
||||
elogind-openrc
|
||||
dnsmasq
|
||||
plasma-bigscreen
|
||||
polkit-kde-agent-1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add tinydm default
|
||||
rc-update add elogind default
|
||||
rc-update add networkmanager default
|
||||
rc-update add tinydm default
|
||||
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-bigscreen-wayland.desktop
|
||||
|
|
Loading…
Reference in a new issue