diff --git a/main/postmarketos-ui-sway/APKBUILD b/main/postmarketos-ui-sway/APKBUILD index 295de25f9..9117d3710 100644 --- a/main/postmarketos-ui-sway/APKBUILD +++ b/main/postmarketos-ui-sway/APKBUILD @@ -1,14 +1,16 @@ # Maintainer: Danct12 pkgname=postmarketos-ui-sway pkgver=2 -pkgrel=2 +pkgrel=3 pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)" url="https://postmarketos.org" arch="noarch !armhf !x86" # armhf,x86: aports#11807 license="GPL-3.0-or-later" -depends="elogind +depends=" + elogind lightdm lightdm-openrc + networkmanager sway " _pmb_recommends="alacritty diff --git a/main/postmarketos-ui-sway/postmarketos-ui-sway.post-install b/main/postmarketos-ui-sway/postmarketos-ui-sway.post-install index b261cdc94..319390ef5 100644 --- a/main/postmarketos-ui-sway/postmarketos-ui-sway.post-install +++ b/main/postmarketos-ui-sway/postmarketos-ui-sway.post-install @@ -3,3 +3,4 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/67-autologin.conf rc-update add lightdm default +rc-update add networkmanager default