From fcc68439934e40aaa5ddca039731775e316de842 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 15 May 2021 19:28:57 +0200 Subject: [PATCH] main/postmarketos-ui-sway: enable networkmanager by default (MR 2174) --- main/postmarketos-ui-sway/APKBUILD | 6 ++++-- main/postmarketos-ui-sway/postmarketos-ui-sway.post-install | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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