libquotient: initial add 0.6.3

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-10 17:25:44 +01:00
parent bd41fadd38
commit c9d186dd28
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
SUMMARY = "A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE = "https://matrix.org/docs/projects/sdk/quotient"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
SRC_URI = "gitsm://github.com/quotient-im/libQuotient.git;branch=0.6.x"
SRCREV = "58e260ef9b081344db8b375d20dbbf015350a3c8"
PV = "0.6.3"
S = "${WORKDIR}/git"
DEPENDS = " \
qtbase \
qtmultimedia \
"
inherit cmake_qt5_extra
FILES_${PN}-dev += "${datadir}/ndk-modules"

View File

@@ -28,4 +28,6 @@ RDEPENDS_${PN} = " \
liri-world \
kde-world \
lxqt-world \
\
libquotient \
"