main/postmarketos-ui-plasma-mobile: add hfd-service to dependencies (MR 2006)
This will allow tactile feedback on key presses when using the Maliit keyboard
This commit is contained in:
parent
2fdbd70d48
commit
67316c2088
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-plasma-mobile
|
pkgname=postmarketos-ui-plasma-mobile
|
||||||
pkgver=3.3
|
pkgver=3.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
||||||
|
@ -9,6 +9,7 @@ license="GPL-3.0-or-later"
|
||||||
depends="bluedevil
|
depends="bluedevil
|
||||||
breeze
|
breeze
|
||||||
elogind
|
elogind
|
||||||
|
hfd-service
|
||||||
iio-sensor-proxy
|
iio-sensor-proxy
|
||||||
iio-sensor-proxy-openrc
|
iio-sensor-proxy-openrc
|
||||||
kscreen
|
kscreen
|
||||||
|
|
|
@ -6,4 +6,5 @@ rc-update add ofono default
|
||||||
rc-update add ofono-auto-enable default
|
rc-update add ofono-auto-enable default
|
||||||
rc-update add iio-sensor-proxy default
|
rc-update add iio-sensor-proxy default
|
||||||
rc-update add bluetooth default
|
rc-update add bluetooth default
|
||||||
|
rc-update add hfd-service default
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
||||||
|
|
Loading…
Reference in a new issue