add systemsettings

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-09 20:56:24 +01:00
parent f4234b7d9e
commit 424cd7308b
2 changed files with 37 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ RDEPENDS_${PN} = " \
plasma-workspace-wallpapers \
polkit-kde-agent-1 \
powerdevil \
systemsettings \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin khotkeys kde-gtk-config sddm-kcm", "",d)} \

View File

@@ -0,0 +1,36 @@
SUMMARY = "KDE system settings"
LICENSE = "GPLv2 & GFDL-1.2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
"
inherit kde-plasma
DEPENDS += " \
kitemviews \
kcmutils \
ki18n \
kio \
kservice \
kiconthemes \
kwindowsystem \
kxmlgui \
kdbusaddons \
kconfig \
khtml \
kdoctools \
"
PV = "${PLASMA_VERSION}"
SRC_URI[md5sum] = "cf6b126c3365864348d1faa5eb43e9ba"
SRC_URI[sha256sum] = "c02375f6965b2c56c97aee58f70ca84e4ccb5e04c10a852bcb69c93981fd617a"
FILES_${PN} += " \
${datadir}/k*5 \
${libdir}/plugins \
"
FILES_${PN}-dbg += " \
${libdir}/plugins/.debug \
"