main/postmarketos-ui-phosh: enable iio-sensor-proxy (MR 1229)
This commit is contained in:
parent
557a83d1ca
commit
05969fc3bc
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=16
|
pkgrel=17
|
||||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||||
url="https://puri.sm"
|
url="https://puri.sm"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
@ -19,6 +19,7 @@ depends="
|
||||||
postmarketos-artwork-wallpapers
|
postmarketos-artwork-wallpapers
|
||||||
pulseaudio
|
pulseaudio
|
||||||
xorg-server-xwayland
|
xorg-server-xwayland
|
||||||
|
iio-sensor-proxy
|
||||||
"
|
"
|
||||||
subpackages="$pkgname-qt_tweaks"
|
subpackages="$pkgname-qt_tweaks"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
|
|
|
@ -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 lightdm default
|
||||||
rc-update add modemmanager default
|
rc-update add modemmanager default
|
||||||
|
rc-update add iio-sensor-proxy default
|
||||||
|
|
Loading…
Reference in a new issue