main/postmarketos-ui-i3wm: enable networkmanager by default (MR 2174)
This commit is contained in:
parent
2e55eeee62
commit
fc802e2c45
2 changed files with 17 additions and 2 deletions
|
@ -1,12 +1,25 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=postmarketos-ui-i3wm
|
||||
pkgver=0.3
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="(X11) Tiling WM (keyboard required)"
|
||||
url="https://i3wm.org"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm lightdm-openrc elogind"
|
||||
depends="
|
||||
dmenu
|
||||
elogind
|
||||
i3status
|
||||
i3wm
|
||||
lightdm
|
||||
lightdm-openrc
|
||||
mesa-egl
|
||||
networkmanager
|
||||
st
|
||||
xinput
|
||||
xorg-server
|
||||
xset
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
|
||||
source="lock.sh 65-lightdm-autologin.conf"
|
||||
options="!check"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/65-autologin.conf
|
||||
|
||||
rc-update add lightdm default
|
||||
rc-update add networkmanager default
|
||||
|
|
Loading…
Reference in a new issue