liri-power-manager: Initial add 0.9.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
31
recipes-liri/liri-power-manager/liri-power-manager_git.bb
Normal file
31
recipes-liri/liri-power-manager/liri-power-manager_git.bb
Normal file
@@ -0,0 +1,31 @@
|
||||
SUMMARY = "Power management support for Liri"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
inherit liri gsettings
|
||||
|
||||
PV = "0.9.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "2164b6d8e15ddab562b1b51792b5b0515d06bbcd"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += " \
|
||||
qtwayland \
|
||||
qtgraphicaleffects \
|
||||
qtquickcontrols2 \
|
||||
qtsvg \
|
||||
liri-fluid \
|
||||
liri-qtgsettings \
|
||||
liri-libliri \
|
||||
solid \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE = "-DINSTALL_SYSCONFDIR=${sysconfdir}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/liri-settings \
|
||||
${datadir}/liri-shell \
|
||||
${OE_QMAKE_PATH_QML} \
|
||||
"
|
||||
Reference in New Issue
Block a user