From cd897528fd47178f214d82bc8f99381646e3f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 2 Dec 2018 20:46:51 +0100 Subject: [PATCH] liri-screenshot: initial add 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../liri-screenshot/liri-screenshot_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-liri/liri-screenshot/liri-screenshot_git.bb diff --git a/recipes-liri/liri-screenshot/liri-screenshot_git.bb b/recipes-liri/liri-screenshot/liri-screenshot_git.bb new file mode 100644 index 00000000..a32e37f4 --- /dev/null +++ b/recipes-liri/liri-screenshot/liri-screenshot_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "Utility to capture the screen of a Liri desktop" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ +" + +inherit liri + +DEPENDS += " \ + qtquickcontrols2 \ +" + +PV = "0.9.0+git${SRCPV}" +SRCREV = "636d1becbfa8fef00bc34865761176bcafe77939" +S = "${WORKDIR}/git"