Audio slider (#207)
This commit is contained in:
@@ -11,7 +11,7 @@ arch=(
|
||||
'armv7h' # ARM v7 hardfloat
|
||||
)
|
||||
license=(GPL3)
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy")
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse")
|
||||
conflicts=("swaync" "swaync-client")
|
||||
provides=("swaync" "swaync-client")
|
||||
makedepends=(vala meson git scdoc)
|
||||
|
@@ -11,7 +11,7 @@ arch=(
|
||||
'armv7h' # ARM v7 hardfloat
|
||||
)
|
||||
license=('GPL3')
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy")
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" )
|
||||
conflicts=("swaync" "swaync-client")
|
||||
provides=("swaync" "swaync-client")
|
||||
makedepends=(vala meson git scdoc)
|
||||
|
@@ -23,6 +23,7 @@ BuildRequires: libhandy-devel >= 1.4.0
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user