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"