main/postmarketos-ui-{mate,xfce4}: replace pulseaudio-utils by pulseaudio (MR 3479)
Actually package pulseaudio is needed instead of pulseaudio-utils. Package pulseaudio-utils then gets drawn in by postmarketos-base-ui sub-package pulseaudio. For Xfce4 this is a cosmetic change because pulseaudio gets installed as a dependency of pavucontol already. Keeping pulseaudio in the _pmb_reccomends list makes sense to be clear which pieces are needed. For MATE an explicit installation of pulseaudio is needed because it doesn't use pavucontrol. [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
485cb2c6bd
commit
a7b31e4731
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ _pmb_recommends="
|
|||
mate-tweak
|
||||
network-manager-applet
|
||||
onboard
|
||||
pulseaudio-utils
|
||||
pulseaudio
|
||||
unclutter-xfixes
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
|
|
|
@ -37,7 +37,7 @@ _pmb_recommends="
|
|||
pm-utils
|
||||
postmarketos-artwork-icons
|
||||
postmarketos-artwork-wallpapers
|
||||
pulseaudio-utils
|
||||
pulseaudio
|
||||
unclutter-xfixes
|
||||
xfce4-battery-plugin
|
||||
xfce4-pulseaudio-plugin
|
||||
|
|
Loading…
Reference in a new issue