main/postmarketos-ui-phosh: handle less services (MR 3852)
This is now handled by postmarketos-base-ui-gnome.
This commit is contained in:
parent
62402d529b
commit
b0e89af26d
2 changed files with 1 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=22.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf"
|
||||
|
@ -16,10 +16,6 @@ depends="
|
|||
!pipewire-pulse
|
||||
bluez
|
||||
gnome-keyring
|
||||
iio-sensor-proxy
|
||||
iio-sensor-proxy-openrc
|
||||
modemmanager
|
||||
modemmanager-openrc
|
||||
phosh
|
||||
postmarketos-base-ui-gnome
|
||||
tinydm
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
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
|
||||
rc-update add waked default
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/phosh.desktop
|
||||
|
||||
|
|
Loading…
Reference in a new issue