From 4f1100b2f5407848d96c818416d8cc13523b5997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Nov 2022 20:31:10 +0100 Subject: [PATCH] quaternion: upgrade 0.0.9.4e -> 0.0.95.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-remote-conversation/matrix/quaternion.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-remote-conversation/matrix/quaternion.bb b/recipes-remote-conversation/matrix/quaternion.bb index e8a85dbf..5e289330 100644 --- a/recipes-remote-conversation/matrix/quaternion.bb +++ b/recipes-remote-conversation/matrix/quaternion.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://matrix.org/docs/projects/client/quaternion" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = "git://github.com/quotient-im/Quaternion.git;branch=master;protocol=https" -SRCREV = "307116615d7ca0e08b2468f161531f3e21d24ae8" -PV = "0.0.9.4e" +SRC_URI = "git://github.com/quotient-im/Quaternion.git;branch=dev;protocol=https" +SRCREV = "8fb4e9121d569c1c4dbb97ace25951faaed6784a" +PV = "0.0.95.1" S = "${WORKDIR}/git" DEPENDS = " \ @@ -13,6 +13,7 @@ DEPENDS = " \ qttools \ qtdeclarative \ qtmultimedia \ + qtquickcontrols2 \ libquotient \ " QT_TRANSLATION_FILES = "${datadir}/Quotient/quaternion/translations/*.qm"