Audio slider (#207)

This commit is contained in:
Jannis
2023-02-12 16:16:33 +01:00
committed by GitHub
parent 60ef8f93fc
commit bfcf9b9a32
14 changed files with 778 additions and 5 deletions

View File

@@ -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)