mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
35
recipes-gtk/srain/srain_1.8.1.bb
Normal file
35
recipes-gtk/srain/srain_1.8.1.bb
Normal file
@ -0,0 +1,35 @@
|
||||
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 \
|
||||
libsecret \
|
||||
libsoup-3.0 \
|
||||
openssl \
|
||||
"
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection
|
||||
|
||||
SRC_URI = "git://github.com/SrainApp/srain.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "693c81b11052b6e287b5a734352dd813ef2b71aa"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[app_indicator] = "-Dapp_indicator=true,-Dapp_indicator=false,libayatana-appindicator"
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
--buildtype release \
|
||||
-Ddoc_builders='' \
|
||||
"
|
||||
|
||||
FILES:${PN} += "${datadir}/metainfo"
|
Reference in New Issue
Block a user