From fd5acfad61d7142739fa8f4651464a9e0c15079e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 10 Apr 2023 14:58:50 +0200 Subject: [PATCH] swaync: update --- recipes-gtk/swaync/swaync_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/swaync/swaync_git.bb b/recipes-gtk/swaync/swaync_git.bb index e37a9e4..182c262 100644 --- a/recipes-gtk/swaync/swaync_git.bb +++ b/recipes-gtk/swaync/swaync_git.bb @@ -10,6 +10,8 @@ DEPENDS = " \ gtk-layer-shell \ json-glib \ libhandy \ + libgee \ + pulseaudio \ " SRC_URI = " \ @@ -17,8 +19,8 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -PV = "0.7.3" -SRCREV = "8371ace245c7403d563eb816975eab57829bd1a7" +PV = "0.8.0" +SRCREV = "2fc7d780130fa08b48dcffd23d4a39f6b4e48501" PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false" PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"