From adc92c5a1cc13d2a62fd3bcf27600a17687f222e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Feb 2015 13:06:44 +0100 Subject: [PATCH] add lxqt-runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-runner/lxqt-runner_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-lxqt/lxqt-runner/lxqt-runner_git.bb diff --git a/recipes-lxqt/lxqt-runner/lxqt-runner_git.bb b/recipes-lxqt/lxqt-runner/lxqt-runner_git.bb new file mode 100644 index 00000000..1b83aac1 --- /dev/null +++ b/recipes-lxqt/lxqt-runner/lxqt-runner_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "Tool used to launch programs quickly by typing their names " +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +inherit lxqt pkgconfig + +DEPENDS += "qtscript libqtxdg lxqt-globalkeys menu-cache" + +SRCREV = "de6de66013e15f149526f6eee856aeef316a3198" +PV = "0.8.0+git${SRCPV}" + +# REVISIT: These are poluted by host paths +FILES-${PN}-dev += "${datadir}/lxqt/lxqt-runner/*.cmake"