From 039348a6ae349bd5ab6b8aa2f29fb830f21deeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Sep 2022 13:54:01 +0200 Subject: [PATCH] kimageannotator: Initial add 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../kimageannotator/kimageannotator.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-graphics/kimageannotator/kimageannotator.bb diff --git a/recipes-graphics/kimageannotator/kimageannotator.bb b/recipes-graphics/kimageannotator/kimageannotator.bb new file mode 100644 index 00000000..7f896119 --- /dev/null +++ b/recipes-graphics/kimageannotator/kimageannotator.bb @@ -0,0 +1,19 @@ +SUMMARY = "A lightweight compositor for X11" +HOMEPAGE = "https://github.com/ksnip/kImageAnnotator" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a9a621b5a1b8f702c605093d657b550c" + +SRC_URI = "git://github.com/ksnip/kImageAnnotator.git;branch=master;protocol=https" +SRCREV = "6651dc09ccbf277359669141669ccc9e6a9f2cc2" +PV = "0.2.0" +S = "${WORKDIR}/git" + +DEPENDS = " \ + qttools-native \ + qtsvg \ + kcolorpicker \ +" + +inherit cmake_qt5_extra pkgconfig qt5-translation + +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"