From a4a4188b2dc858c7db54b25c8e9bd1dd224b237a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 11 Jan 2021 00:51:51 +0100 Subject: [PATCH] spectral: initial add 854 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../matrix/spectral.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-remote-conversation/matrix/spectral.bb diff --git a/recipes-remote-conversation/matrix/spectral.bb b/recipes-remote-conversation/matrix/spectral.bb new file mode 100644 index 00000000..29ecc584 --- /dev/null +++ b/recipes-remote-conversation/matrix/spectral.bb @@ -0,0 +1,27 @@ +SUMMARY = "A glossy cross-platform Matrix client" +HOMEPAGE = "https://spectral.im/" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a39d2b8db8b2a89240c453a7fa49460" + +SRC_URI = "gitsm://gitlab.com/spectral-im/spectral.git" +SRCREV = "1f95e8888a70000d10317f29c76eb24287bd7390" +PV = "854" +S = "${WORKDIR}/git" + +DEPENDS = " \ + qtbase \ + qtdeclarative \ + qtsvg \ + qtmultimedia \ + qtquickcontrols2 \ + libquotient \ + cmark \ + qtkeychain \ +" + +inherit cmake_qt5_extra gtk-icon-cache + +FILES_${PN} += " \ + ${datadir}/metainfo \ +" +