srain: update

This commit is contained in:
Markus Volk 2024-12-23 17:16:05 +01:00
parent 24a4605e39
commit c2e9825061

View File

@ -14,7 +14,6 @@ DEPENDS = " \
libsecret \ libsecret \
libsoup-3.0 \ libsoup-3.0 \
openssl \ openssl \
python3-sphinx-native \
" "
GIR_MESON_OPTION = "" 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" SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.7.0" PV = "1.8.0"
SRCREV = "008f05b4c66de37440e44325f6ab6affa2397cba" SRCREV = "3f876538a0182c1ba5adb2a6f7d96d4fed44856d"
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator" PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator"
EXTRA_OEMESON += " \ EXTRA_OEMESON += " \
--buildtype release \ --buildtype release \
-Ddoc_builders=man \ -Ddoc_builders='' \
" "
FILES:${PN} += "${datadir}/metainfo" FILES:${PN} += "${datadir}/metainfo"