From 97b18eafb2d1de4de43ab3db6be27eba38692ee7 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 27 Oct 2022 14:45:55 +0200 Subject: [PATCH] community/postmarketos-ui-plasma-desktop: add bluetooth service to default runlevel (MR 3592) --- main/postmarketos-ui-plasma-desktop/APKBUILD | 4 ++-- .../postmarketos-ui-plasma-desktop.post-install | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-plasma-desktop/APKBUILD b/main/postmarketos-ui-plasma-desktop/APKBUILD index d6b6ae8da..75d2a0f3c 100644 --- a/main/postmarketos-ui-plasma-desktop/APKBUILD +++ b/main/postmarketos-ui-plasma-desktop/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-desktop pkgver=2 -pkgrel=10 +pkgrel=11 pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)" url="https://www.kde.org" -# armhf, riscv64 blocked by plasma +# armhf and riscv64 blocked by plasma arch="noarch !armhf !riscv64" license="GPL-3.0-or-later" depends=" diff --git a/main/postmarketos-ui-plasma-desktop/postmarketos-ui-plasma-desktop.post-install b/main/postmarketos-ui-plasma-desktop/postmarketos-ui-plasma-desktop.post-install index b1a3cd088..e77add83b 100644 --- a/main/postmarketos-ui-plasma-desktop/postmarketos-ui-plasma-desktop.post-install +++ b/main/postmarketos-ui-plasma-desktop/postmarketos-ui-plasma-desktop.post-install @@ -10,3 +10,4 @@ fi rc-update add sddm default rc-update add networkmanager default +rc-update add bluetooth default