Warning, /packaging/yocto-meta-kde/recipes-plasma/powerdevil.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Powerdevil"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.0"
0008 LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qtx11extras \
0013     kactivities \
0014     kidletime \
0015     kconfig \
0016     kdbusaddons \
0017     solid \
0018     kglobalaccel \
0019     kio \
0020     knotifyconfig \
0021     libkscreen \
0022     kwayland \
0023     kitemmodels \
0024     plasma-workspace \
0025     bluez-qt \
0026 "
0027 
0028 inherit cmake_plasma
0029 
0030 FILES:${PN} += " \
0031     ${libdir}/plugins/plasma/kcms/systemsettings_qwidgets/* \
0032 "