main/postmarketos-base-ui-pulseaudio: depend on pulseaudio-utils (MR 3411)

start-pulseaudio-x11 uses pactl, which is not installed by default.
This commit is contained in:
Raymond Hackley 2022-09-08 08:44:59 +00:00 committed by Newbyte
parent 4a7e47013e
commit 829413ef71
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -1,7 +1,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-base-ui
pkgver=5
pkgrel=0
pkgrel=1
pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org"
arch="noarch"
@ -103,6 +103,7 @@ tinydm() {
pulseaudio() {
install_if="$pkgname=$pkgver-r$pkgrel pulseaudio"
depends="pulseaudio-utils"
provides="postmarketos-base-pulseaudio=$pkgver-r$pkgrel"
amove etc/pulse/default.pa.d/postmarketos.pa
}