From 334f0cbcf372dc0cd2d66bf53de657269a42ad3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Nov 2019 01:41:03 +0100 Subject: [PATCH] qmlarkdown: upgrade sources to get initial syntax-highlighting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb b/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb index a602ab95..31dbd51b 100644 --- a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb +++ b/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb @@ -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