main/postmarketos-ui-gnome: add dep on gnome-shell (MR 3443)
Since merging the gnome shell on mobile MR 3404, gnome-shell needs to be explicitly installed or else it gets removed on upgrade. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
dfee25cbf6
commit
48698459ef
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# 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=1
|
pkgrel=2
|
||||||
pkgdesc="(Wayland) Gnome Shell"
|
pkgdesc="(Wayland) Gnome Shell"
|
||||||
url="https://gnome.org/"
|
url="https://gnome.org/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -10,9 +10,10 @@ license="GPL-3.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
gdm
|
gdm
|
||||||
gnome
|
gnome
|
||||||
|
gnome-shell
|
||||||
kgx
|
kgx
|
||||||
postmarketos-base-ui-gnome
|
|
||||||
postmarketos-artwork-wallpapers
|
postmarketos-artwork-wallpapers
|
||||||
|
postmarketos-base-ui-gnome
|
||||||
xwayland
|
xwayland
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
|
|
Loading…
Reference in a new issue