From 5cefb81360803c6938090be16f75f7df88ce75eb Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 9 Jul 2024 09:10:19 +0200 Subject: [PATCH] srain: update --- recipes-gtk/srain/srain_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-gtk/srain/srain_git.bb b/recipes-gtk/srain/srain_git.bb index ed7fd72..45b27d3 100644 --- a/recipes-gtk/srain/srain_git.bb +++ b/recipes-gtk/srain/srain_git.bb @@ -12,7 +12,7 @@ DEPENDS = " \ glib-2.0 \ libconfig \ libsecret \ - libsoup-2.4 \ + libsoup-3.0 \ openssl \ python3-sphinx-native \ " @@ -24,8 +24,8 @@ inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspec SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master" S = "${WORKDIR}/git" -PV = "1.6.0" -SRCREV = "bffc387af79503382584b7c064e164994fbd8cb0" +PV = "1.7.0" +SRCREV = "008f05b4c66de37440e44325f6ab6affa2397cba" PACKAGECONFIG ??= "" PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator"