qmlarkdown: upgrade sources to get initial syntax-highlighting

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-30 01:41:03 +01:00
parent 7bf96fb14d
commit 334f0cbcf3

View File

@@ -1,19 +1,20 @@
SUMMARY = "Simple WYSIWYG CommonMark(down) editor "
SUMMARY = "Simple WYSIWYG CommonMark(down) editor"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
"
DEPENDS = " \
markdown-qt \
qtdeclarative \
qtquickcontrols2 \
qtwebengine \
markdown-qt \
ksyntax-highlighting-wrapper \
"
SRC_URI = "gitsm://github.com/schnitzeltony/qmlarkdown.git"
SRCREV = "a869ee768255646b83bf7732c4d63fa1f22da0f6"
PV = "0.0.0+git${SRCPV}"
SRCREV = "9667c550fa2ffcf0ecc549f02e7eca6b98ac5011"
PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"
inherit cmake_qt5