From 05969fc3bc7a0b50ecf1a7efd33bdc45cafbaee8 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Tue, 12 May 2020 00:30:31 +0200 Subject: [PATCH] main/postmarketos-ui-phosh: enable iio-sensor-proxy (MR 1229) --- 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 70a9b8f73..8fc09fd3c 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=16 +pkgrel=17 pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)" url="https://puri.sm" arch="noarch !armhf" @@ -19,6 +19,7 @@ depends=" postmarketos-artwork-wallpapers pulseaudio xorg-server-xwayland + iio-sensor-proxy " subpackages="$pkgname-qt_tweaks" install="$pkgname.post-install $pkgname.post-upgrade" diff --git a/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install index fbbd2d9b5..8c2b3ca54 100644 --- a/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install +++ b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-install @@ -4,3 +4,4 @@ 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 iio-sensor-proxy default