From d50d92d9371a71570a695d85b68e51d5a331beee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 8 Feb 2015 23:20:12 +0100 Subject: [PATCH] add lxqt-powermanagement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../lxqt-powermanagement_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb diff --git a/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb new file mode 100644 index 00000000..fe3a2ed5 --- /dev/null +++ b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "Power management module for LXQt" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6324954af145f280672cc576862fda80" + +inherit lxqt + +DEPENDS += "qtsvg liblxqt libqtxdg" + +SRCREV = "4bc9f66d12afb4bab72867c64769697aab74bfa4" +PV = "0.9.0" + +FILES_${PN} += "${datadir}/icons" +FILES_${PN}-translations += "${datadir}/lxqt/translations/lxqt-config-powermanagement"