From 8b20324e5f8dd0b2734dd725a287a3dbaebb7834 Mon Sep 17 00:00:00 2001 From: endigma <34945114+endigma-4426@users.noreply.github.com> Date: Tue, 12 Jan 2021 18:53:55 -0400 Subject: [PATCH] volctl: fix dependencies volctl package requires pulseaudio currently, also totally functional with new audio server pipewire's built in pulse server, so the dependency on pulseaudio should be removed. --- srcpkgs/volctl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 305e7e9ba1f..0b4dc7d4409 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -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 " license="GPL-2.0-only" homepage="https://buzz.github.io/volctl/"