main/postmarketos-ui-gnome-mobile: handle less services (MR 3852)
This is now handled by postmarketos-base-ui-gnome.
This commit is contained in:
parent
8ddb338f41
commit
7af1d8a290
2 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||
pkgname=postmarketos-ui-gnome-mobile
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
|
||||
url="https://gnome.org/"
|
||||
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
|
||||
|
@ -24,7 +24,6 @@ depends="
|
|||
gnome-user-docs
|
||||
gsettings-desktop-schemas
|
||||
gvfs
|
||||
iio-sensor-proxy
|
||||
networkmanager-elogind
|
||||
pinentry-gnome
|
||||
polkit-elogind
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add gdm default
|
||||
rc-update add networkmanager default
|
||||
rc-update add bluetooth default
|
||||
|
|
Loading…
Reference in a new issue