From c2e9825061fffc50f9ea437c43fa041e2710e174 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 23 Dec 2024 17:16:05 +0100 Subject: [PATCH] srain: update --- recipes-gtk/srain/srain_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-gtk/srain/srain_git.bb b/recipes-gtk/srain/srain_git.bb index 45b27d3..0b7ea80 100644 --- a/recipes-gtk/srain/srain_git.bb +++ b/recipes-gtk/srain/srain_git.bb @@ -14,7 +14,6 @@ DEPENDS = " \ libsecret \ libsoup-3.0 \ openssl \ - python3-sphinx-native \ " GIR_MESON_OPTION = "" @@ -24,15 +23,15 @@ 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.7.0" -SRCREV = "008f05b4c66de37440e44325f6ab6affa2397cba" +PV = "1.8.0" +SRCREV = "3f876538a0182c1ba5adb2a6f7d96d4fed44856d" PACKAGECONFIG ??= "" PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator" EXTRA_OEMESON += " \ --buildtype release \ - -Ddoc_builders=man \ + -Ddoc_builders='' \ " FILES:${PN} += "${datadir}/metainfo"