diff --git a/recipes-matix-clients/quotient-im/libquotient.bb b/recipes-matix-clients/quotient-im/libquotient.bb new file mode 100644 index 00000000..3e7ecb7a --- /dev/null +++ b/recipes-matix-clients/quotient-im/libquotient.bb @@ -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" + diff --git a/recipes-support/packagegroups/meta-qt5-extra-world.bb b/recipes-support/packagegroups/meta-qt5-extra-world.bb index aa86641b..4b3ef098 100644 --- a/recipes-support/packagegroups/meta-qt5-extra-world.bb +++ b/recipes-support/packagegroups/meta-qt5-extra-world.bb @@ -28,4 +28,6 @@ RDEPENDS_${PN} = " \ liri-world \ kde-world \ lxqt-world \ + \ + libquotient \ "