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"