main/postmarketos-ui-lxqt: add elogind-openrc to depends, enable service (MR 4020)
This commit is contained in:
parent
cbb4367c47
commit
2d2b9bddd8
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
|
||||
pkgname=postmarketos-ui-lxqt
|
||||
pkgver=0.1
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="(X11) Lightweight Qt Desktop Environment (stylus recommended)"
|
||||
url="https://lxqt-project.org/"
|
||||
arch="noarch !armhf" # lxqt-desktop not available on armhf
|
||||
|
@ -11,6 +11,7 @@ depends="
|
|||
dbus-x11
|
||||
dnsmasq
|
||||
elogind
|
||||
elogind-openrc
|
||||
lxqt-desktop
|
||||
lxqt-policykit
|
||||
mesa-egl
|
||||
|
|
|
@ -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/xsessions/lxqt.desktop
|
||||
|
|
Loading…
Reference in a new issue