main/postmarketos-ui-i3wm: add elogind-openrc to depends, enable service (MR 4020)
This commit is contained in:
parent
ab87fde2f6
commit
d820779a10
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=postmarketos-ui-i3wm
|
||||
pkgver=0.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="(X11) Tiling WM (keyboard required)"
|
||||
url="https://i3wm.org"
|
||||
arch="noarch"
|
||||
|
@ -11,6 +11,7 @@ depends="
|
|||
dmenu-virtual
|
||||
dnsmasq
|
||||
elogind
|
||||
elogind-openrc
|
||||
i3status
|
||||
i3wm
|
||||
tinydm
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
rc-update add tinydm default
|
||||
tinydm-set-session -s /usr/share/xsessions/i3.desktop
|
||||
rc-update add elogind default
|
||||
rc-update add networkmanager default
|
||||
|
|
Loading…
Reference in a new issue