add kdeplasma-addons

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-04 12:56:02 +01:00
parent a6d42258b8
commit ed2365e8df
2 changed files with 47 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ RDEPENDS_${PN} = " \
breeze \
kde-cli-tools \
kde-gtk-config \
kdeplasma-addons \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View File

@@ -0,0 +1,46 @@
SUMMARY = "All kind of addons to improve your Plasma experience"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
inherit kde-plasma
DEPENDS += " \
qtdeclarative \
\
kconfig \
kconfigwidgets \
kcoreaddons \
ki18n \
kcmutils \
plasma-framework \
krunner \
kservice \
sonnet \
kunitconversion \
kdelibs4support \
\
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \
"
PV = "${PLASMA_VERSION}"
SRC_URI[md5sum] = "ffc167621958ea47162c2a4d5359f381"
SRC_URI[sha256sum] = "7cfa7049d1a356d53c8c19a49b03af4a0ebbd745eef4cc17f0f1261d5ea20b99"
FILES_${PN} += " \
${datadir}/kwin \
${datadir}/kservices5 \
${datadir}/plasma \
${datadir}/icons \
\
${libdir}/plugins \
${libdir}/qml \
"
FILES_${PN}-dbg += " \
${libdir}/plugins/.debug \
${libdir}/plugins/plasma/dataengine/.debug \
${libdir}/qml/org/kde/plasma/private/*/.debug \
"