main/postmarketos-ui-phosh: don't install gnome-mobile forks (MR 3448)
There is no need to install the experimental GNOME mobile forks when running Phosh, it will probably just cause instabilities. Let's rather not do it.
This commit is contained in:
parent
e4994e5719
commit
0a578020c2
1 changed files with 5 additions and 1 deletions
|
@ -2,13 +2,17 @@
|
||||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=21
|
pkgver=21
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
||||||
url="https://puri.sm"
|
url="https://puri.sm"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
# !pipewire-pulse: prevent audio breakage, see pma#1386
|
# !pipewire-pulse: prevent audio breakage, see pma#1386
|
||||||
depends="
|
depends="
|
||||||
|
!gnome-shell-mobile
|
||||||
|
!gnome-shell-mobile-schemas
|
||||||
|
!mutter-mobile
|
||||||
|
!mutter-mobile-schemas
|
||||||
!pipewire-pulse
|
!pipewire-pulse
|
||||||
bluez
|
bluez
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
|
|
Loading…
Reference in a new issue