main/postmarketos-ui-gnome: don't install gnome-mobile forks (MR 3448)
Don't install the experimental gnome-mobile forks of gnome-shell and mutter in regular GNOME. These are probably more stable, and most importantly this prevents accidental uninstallation of gnome-shell without installing gnome-mobile-shell. Revert the addition of the gnome-shell dependency to postmarketos-ui-gnome. This isn't needed anymore and caused further issues. Fixes: issue 1701
This commit is contained in:
parent
48698459ef
commit
e4994e5719
1 changed files with 5 additions and 2 deletions
|
@ -2,15 +2,18 @@
|
||||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname=postmarketos-ui-gnome
|
pkgname=postmarketos-ui-gnome
|
||||||
pkgver=3
|
pkgver=3
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="(Wayland) Gnome Shell"
|
pkgdesc="(Wayland) Gnome Shell"
|
||||||
url="https://gnome.org/"
|
url="https://gnome.org/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
|
!gnome-shell-mobile
|
||||||
|
!gnome-shell-mobile-schemas
|
||||||
|
!mutter-mobile
|
||||||
|
!mutter-mobile-schemas
|
||||||
gdm
|
gdm
|
||||||
gnome
|
gnome
|
||||||
gnome-shell
|
|
||||||
kgx
|
kgx
|
||||||
postmarketos-artwork-wallpapers
|
postmarketos-artwork-wallpapers
|
||||||
postmarketos-base-ui-gnome
|
postmarketos-base-ui-gnome
|
||||||
|
|
Loading…
Reference in a new issue