main/postmarketos-phosh: enable networkmanager by default (MR 2174)
This commit is contained in:
parent
bc0b47cd3f
commit
811d8a9b01
2 changed files with 5 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=6
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="bluez
|
||||
depends="
|
||||
bluez
|
||||
gnome-keyring
|
||||
iio-sensor-proxy
|
||||
iio-sensor-proxy-openrc
|
||||
networkmanager
|
||||
phosh
|
||||
polkit-elogind
|
||||
pulseaudio
|
||||
|
|
|
@ -4,6 +4,7 @@ rc-update add tinydm default
|
|||
rc-update add modemmanager default
|
||||
rc-update add bluetooth default
|
||||
rc-update add iio-sensor-proxy default
|
||||
rc-update add networkmanager default
|
||||
dconf update
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/phosh.desktop
|
||||
|
||||
|
|
Loading…
Reference in a new issue