main/postmarketos-ui-phosh: drop hardcoded dependency on pulseaudio (MR 5203)
This allows users to test out pipewire audio on phosh. Currently the default audio backend is pulseaudio. This is configured in pmos-base-ui. fixes #2013 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
086078ded7
commit
d46d5855be
1 changed files with 1 additions and 3 deletions
|
@ -2,18 +2,16 @@
|
||||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=22.3
|
pkgver=22.3
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="(Wayland) Mobile UI initially developed for the Librem 5"
|
pkgdesc="(Wayland) Mobile UI initially developed for the Librem 5"
|
||||||
url="https://phosh.mobi"
|
url="https://phosh.mobi"
|
||||||
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
|
|
||||||
depends="
|
depends="
|
||||||
!gnome-shell-mobile
|
!gnome-shell-mobile
|
||||||
!gnome-shell-mobile-schemas
|
!gnome-shell-mobile-schemas
|
||||||
!mutter-mobile
|
!mutter-mobile
|
||||||
!mutter-mobile-schemas
|
!mutter-mobile-schemas
|
||||||
!pipewire-pulse
|
|
||||||
bluez
|
bluez
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
phosh
|
phosh
|
||||||
|
|
Loading…
Reference in a new issue