swaync: update

This commit is contained in:
Markus Volk 2023-04-10 14:58:50 +02:00
parent 8d14c7fbc5
commit fd5acfad61

View File

@ -10,6 +10,8 @@ DEPENDS = " \
gtk-layer-shell \ gtk-layer-shell \
json-glib \ json-glib \
libhandy \ libhandy \
libgee \
pulseaudio \
" "
SRC_URI = " \ SRC_URI = " \
@ -17,8 +19,8 @@ SRC_URI = " \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.7.3" PV = "0.8.0"
SRCREV = "8371ace245c7403d563eb816975eab57829bd1a7" SRCREV = "2fc7d780130fa08b48dcffd23d4a39f6b4e48501"
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false" PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false" PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"