main/postmarketos-ui-xfce4: add elogind-openrc to depends, enable service (MR 4020)
[ci:ignore-count]
This commit is contained in:
parent
83d224df2b
commit
d1856dad75
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Jakko <jahau@rocketmail.com>
|
||||
pkgname=postmarketos-ui-xfce4
|
||||
pkgver=0.5.1
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
pkgdesc="(X11) Lightweight desktop (stylus recommended)"
|
||||
url="https://gitlab.com/postmarketOS/xfce4-phone"
|
||||
arch="noarch"
|
||||
|
@ -11,6 +11,7 @@ depends="
|
|||
bluez
|
||||
dnsmasq
|
||||
elogind
|
||||
elogind-openrc
|
||||
lightdm
|
||||
lightdm-openrc
|
||||
mesa-egl
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/64-autologin.conf
|
||||
|
||||
rc-update add bluetooth default
|
||||
rc-update add elogind default
|
||||
rc-update add lightdm default
|
||||
rc-update add networkmanager default
|
||||
|
||||
|
|
Loading…
Reference in a new issue