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:
parent
4a7e47013e
commit
829413ef71
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue