libquotient: initial add 0.6.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
19
recipes-matix-clients/quotient-im/libquotient.bb
Normal file
19
recipes-matix-clients/quotient-im/libquotient.bb
Normal 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"
|
||||
|
||||
@@ -28,4 +28,6 @@ RDEPENDS_${PN} = " \
|
||||
liri-world \
|
||||
kde-world \
|
||||
lxqt-world \
|
||||
\
|
||||
libquotient \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user