From 2d2b9bddd8a81bd4541f21f5fd55957c25e2552f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 20 Apr 2023 22:29:29 +0200 Subject: [PATCH] main/postmarketos-ui-lxqt: add elogind-openrc to depends, enable service (MR 4020) --- main/postmarketos-ui-lxqt/APKBUILD | 3 ++- main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-install | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-lxqt/APKBUILD b/main/postmarketos-ui-lxqt/APKBUILD index 224ffbe98..d85606aff 100644 --- a/main/postmarketos-ui-lxqt/APKBUILD +++ b/main/postmarketos-ui-lxqt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Antoni Aloy pkgname=postmarketos-ui-lxqt pkgver=0.1 -pkgrel=7 +pkgrel=8 pkgdesc="(X11) Lightweight Qt Desktop Environment (stylus recommended)" url="https://lxqt-project.org/" arch="noarch !armhf" # lxqt-desktop not available on armhf @@ -11,6 +11,7 @@ depends=" dbus-x11 dnsmasq elogind + elogind-openrc lxqt-desktop lxqt-policykit mesa-egl diff --git a/main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-install b/main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-install index c83b07bd1..ed493acd9 100644 --- a/main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-install +++ b/main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-install @@ -1,6 +1,7 @@ #!/bin/sh -rc-update add tinydm default +rc-update add elogind default rc-update add networkmanager default +rc-update add tinydm default tinydm-set-session -s /usr/share/xsessions/lxqt.desktop