quaternion: upgrade 0.0.9.4e -> 0.0.95.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-11-06 20:31:10 +01:00
parent 6e0a0efecf
commit 4f1100b2f5

View File

@@ -3,9 +3,9 @@ HOMEPAGE = "https://matrix.org/docs/projects/client/quaternion"
LICENSE = "GPL-3.0-only" LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "git://github.com/quotient-im/Quaternion.git;branch=master;protocol=https" SRC_URI = "git://github.com/quotient-im/Quaternion.git;branch=dev;protocol=https"
SRCREV = "307116615d7ca0e08b2468f161531f3e21d24ae8" SRCREV = "8fb4e9121d569c1c4dbb97ace25951faaed6784a"
PV = "0.0.9.4e" PV = "0.0.95.1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS = " \ DEPENDS = " \
@@ -13,6 +13,7 @@ DEPENDS = " \
qttools \ qttools \
qtdeclarative \ qtdeclarative \
qtmultimedia \ qtmultimedia \
qtquickcontrols2 \
libquotient \ libquotient \
" "
QT_TRANSLATION_FILES = "${datadir}/Quotient/quaternion/translations/*.qm" QT_TRANSLATION_FILES = "${datadir}/Quotient/quaternion/translations/*.qm"