volctl: remove pulseaudio from depends.

volctl package requires pulseaudio currently, but is also totally
functional with pipewire's built in pulse server, so the dependency on
pulseaudio shouldn't be hardcoded.

Closes: #27872 [via git-merge-pr]
This commit is contained in:
endigma 2021-01-12 18:53:55 -04:00 committed by Érico Rolim
parent b69cd9d71b
commit 4e2ea549ef

View file

@ -4,8 +4,8 @@ version=0.8.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gobject pulseaudio desktop-file-utils"
short_desc="Lightweight volume control that sits in your systray"
depends="python3-gobject desktop-file-utils"
short_desc="Lightweight volume control for pulseaudio that sits in your systray"
maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only"
homepage="https://buzz.github.io/volctl/"