From e2d1438815f5a4c951ac2fd9a617698331429d7f Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Sat, 20 Jun 2020 09:32:18 +0200 Subject: [PATCH] main/postmarketos-ui-phosh: enable bluetooth support (MR 1352) Fixes https://gitlab.com/postmarketOS/pmaports/-/issues/529. --- main/postmarketos-ui-phosh/APKBUILD | 3 ++- main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index d69a9aec1..512d6c9b6 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-phosh pkgver=1 -pkgrel=19 +pkgrel=20 pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)" url="https://puri.sm" arch="noarch !armhf" @@ -18,6 +18,7 @@ depends=" phosh polkit-elogind postmarketos-artwork-wallpapers + bluez pulseaudio xorg-server-xwayland iio-sensor-proxy diff --git a/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install index 8c2b3ca54..7df59b7f8 100644 --- a/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install +++ b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install @@ -4,4 +4,5 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/li rc-update add lightdm default rc-update add modemmanager default +rc-update add bluetooth default rc-update add iio-sensor-proxy default