* Although intended for plasma-mobile project take plasma-phone-components under the hood of kde-plasma - it is part of kde-plasma release cycle these days. * kinfocenter licence change left me behind: what are the licenses now? Why this at minor point release? Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
45 lines
1009 B
BlitzBasic
45 lines
1009 B
BlitzBasic
SUMMARY = "Manages the power consumption settings of a Plasma Shell"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
|
|
"
|
|
|
|
inherit kde-plasma gettext
|
|
|
|
DEPENDS += " \
|
|
sonnet-native \
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdelibs4support-native \
|
|
kdesignerplugin-native \
|
|
kdoctools-native \
|
|
bluez-qt \
|
|
kactivities \
|
|
kidletime \
|
|
kconfig \
|
|
solid \
|
|
ki18n \
|
|
kglobalaccel \
|
|
kio \
|
|
knotifyconfig \
|
|
kscreen \
|
|
kdelibs4support \
|
|
plasma-workspace \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras", "", d)} \
|
|
"
|
|
|
|
PV = "${PLASMA_VERSION}"
|
|
SRC_URI[md5sum] = "0326bf85fb50e15d5e78c43be9457993"
|
|
SRC_URI[sha256sum] = "d2e77be66becaa61d87da269aeaba7d6fcba2bc99276453b527b95c42209516c"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/k*5 \
|
|
${datadir}/kconf_update \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/polkit-1 \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|
|
|
|
RDEPENDS_${PN} += "upower"
|