main/postmarketos-ui-plasma-mobile: enable urfkill by default (!638)

This commit is contained in:
Bhushan Shah 2019-11-19 13:15:54 +05:30
parent b0bbce0e1b
commit c8c3cfd7d9
No known key found for this signature in database
GPG key ID: 11968C44928CAEFC
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile
pkgver=2
pkgrel=9
pkgrel=10
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
@ -31,6 +31,7 @@ depends="
qmlkonsole
spacebar
xdg-desktop-portal-kde
urfkill
"
# Required to launch
depends="$depends

View file

@ -3,3 +3,4 @@
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 urfkill default