From d1856dad7588200ed2b0ab04ad5aa8cec38bb03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 20 Apr 2023 22:29:30 +0200 Subject: [PATCH] main/postmarketos-ui-xfce4: add elogind-openrc to depends, enable service (MR 4020) [ci:ignore-count] --- main/postmarketos-ui-xfce4/APKBUILD | 3 ++- main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-xfce4/APKBUILD b/main/postmarketos-ui-xfce4/APKBUILD index 476860a8a..f1c6c0cde 100644 --- a/main/postmarketos-ui-xfce4/APKBUILD +++ b/main/postmarketos-ui-xfce4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakko 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 diff --git a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install index 80cdcb2fd..2314d9a4e 100644 --- a/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install +++ b/main/postmarketos-ui-xfce4/postmarketos-ui-xfce4.post-install @@ -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