main/postmarketos-ui-plasma-bigscreen: enable networkmanager by default (MR 2174)
This commit is contained in:
parent
7c7340f80d
commit
f364834ee1
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-bigscreen
|
pkgname=postmarketos-ui-plasma-bigscreen
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
_commit_configs="757db09c8738b88d59e5d7b35b9939e91a7a31d7"
|
_commit_configs="757db09c8738b88d59e5d7b35b9939e91a7a31d7"
|
||||||
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
|
@ -11,6 +11,7 @@ arch="noarch !armhf !armv7"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
elogind
|
elogind
|
||||||
|
networkmanager
|
||||||
plasma-bigscreen
|
plasma-bigscreen
|
||||||
postmarketos-artwork-wallpapers
|
postmarketos-artwork-wallpapers
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rc-update add tinydm default
|
rc-update add tinydm default
|
||||||
|
rc-update add networkmanager default
|
||||||
|
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-bigscreen-wayland.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/plasma-bigscreen-wayland.desktop
|
||||||
|
|
Loading…
Reference in a new issue