From 7bf96fb14dd11e3b1c2298edfb8aae9eed0068ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Nov 2019 01:40:11 +0100 Subject: [PATCH] ksyntax-highlighting-wrapper: initial add 0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../ksyntax-highlighting-wrapper.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-schnitzeltony/recipes-markdown/ksyntax-highlighting-wrapper.bb diff --git a/recipes-schnitzeltony/recipes-markdown/ksyntax-highlighting-wrapper.bb b/recipes-schnitzeltony/recipes-markdown/ksyntax-highlighting-wrapper.bb new file mode 100644 index 00000000..3ee10da0 --- /dev/null +++ b/recipes-schnitzeltony/recipes-markdown/ksyntax-highlighting-wrapper.bb @@ -0,0 +1,18 @@ +SUMMARY = "Meta-Object (QML) wrapper for KSyntaxHighlighting" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = " \ + file://COPYING.LGPL-3;md5=5b4473596678d62d9d83096273422c8c \ +" + +DEPENDS = " \ + qtdeclarative \ + syntax-highlighting \ +" + + +SRC_URI = "git://github.com/schnitzeltony/ksyntax-highlighting-wrapper.git" +SRCREV = "a27b4284942f2f46c6776c32b8abb69dbbc43a85" +PV = "0.0.1+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit cmake_qt5