meta-wayland/recipes-gtk/srain/srain_git.bb

39 lines
922 B
BlitzBasic
Raw Normal View History

SUMMARY = "Modern IRC client written in GTK."
HOMEPAGE = "https://github.com/SrainApp/srain"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3d42081fffd0d03da6e4a8ee09ae1a18"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
DEPENDS = " \
gtk+3 \
cairo \
gdk-pixbuf \
glib-2.0 \
libconfig \
2024-03-05 10:00:38 +01:00
libsecret \
2024-07-09 09:10:19 +02:00
libsoup-3.0 \
openssl \
2024-03-05 10:00:38 +01:00
python3-sphinx-native \
"
2021-11-23 17:16:27 +01:00
GIR_MESON_OPTION = ""
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection
2024-03-05 10:00:38 +01:00
SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
2024-07-09 09:10:19 +02:00
PV = "1.7.0"
SRCREV = "008f05b4c66de37440e44325f6ab6affa2397cba"
2024-03-05 10:00:38 +01:00
PACKAGECONFIG ??= ""
PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator"
EXTRA_OEMESON += " \
--buildtype release \
2024-03-05 10:00:38 +01:00
-Ddoc_builders=man \
"
FILES:${PN} += "${datadir}/metainfo"