main/postmarketos-ui-plasma-mobile: enable urfkill by default (!638)
This commit is contained in:
parent
b0bbce0e1b
commit
c8c3cfd7d9
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-mobile
|
pkgname=postmarketos-ui-plasma-mobile
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
|
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
||||||
|
@ -31,6 +31,7 @@ depends="
|
||||||
qmlkonsole
|
qmlkonsole
|
||||||
spacebar
|
spacebar
|
||||||
xdg-desktop-portal-kde
|
xdg-desktop-portal-kde
|
||||||
|
urfkill
|
||||||
"
|
"
|
||||||
# Required to launch
|
# Required to launch
|
||||||
depends="$depends
|
depends="$depends
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
||||||
|
|
||||||
rc-update add lightdm default
|
rc-update add lightdm default
|
||||||
|
rc-update add urfkill default
|
||||||
|
|
Loading…
Reference in a new issue