mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-05 00:16:48 +02:00
srain: add recipe
srain is a small irc client without outdated dependencies that supports authentification.
This commit is contained in:
parent
05b20c0c85
commit
4fd0babf62
37
recipes-gtk/srain/srain_git.bb
Normal file
37
recipes-gtk/srain/srain_git.bb
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
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 \
|
||||||
|
libsoup-2.4 \
|
||||||
|
openssl \
|
||||||
|
libsecret \
|
||||||
|
"
|
||||||
|
|
||||||
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
|
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://github.com/SrainApp/srain.git;protocol=https \
|
||||||
|
"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "1.2.4"
|
||||||
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
|
EXTRA_OEMESON += " \
|
||||||
|
--buildtype release \
|
||||||
|
-Ddoc_builders= \
|
||||||
|
"
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user