srain: update

This commit is contained in:
Markus Volk 2024-03-05 10:00:38 +01:00
parent 70e52419eb
commit 5d1d042214

View File

@ -11,27 +11,28 @@ DEPENDS = " \
gdk-pixbuf \ gdk-pixbuf \
glib-2.0 \ glib-2.0 \
libconfig \ libconfig \
libsecret \
libsoup-2.4 \ libsoup-2.4 \
openssl \ openssl \
libsecret \ python3-sphinx-native \
" "
GIR_MESON_OPTION = "" GIR_MESON_OPTION = ""
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection
SRC_URI = " \ SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master"
git://github.com/SrainApp/srain.git;protocol=https;branch=master \
"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.5.1" PV = "1.6.0"
SRCREV = "46ba1e2690b9e22fcc35f921375b346a0130e05c" SRCREV = "bffc387af79503382584b7c064e164994fbd8cb0"
PACKAGECONFIG ??= ""
PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator"
EXTRA_OEMESON += " \ EXTRA_OEMESON += " \
--buildtype release \ --buildtype release \
-Ddoc_builders= \ -Ddoc_builders=man \
" "
FILES:${PN} += "${datadir}/metainfo" FILES:${PN} += "${datadir}/metainfo"