Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-05 15:31:34 +01:00
parent 79dcbb35ac
commit f0e8a0d8c5
2 changed files with 53 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ RDEPENDS_${PN} = " \
kwrited \
libmm-qt \
milou \
muon \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View File

@@ -0,0 +1,52 @@
SUMMARY = "A collection of package management tools for Debian-based systems"
LICENSE = "GPLv3 & GFDL-1.2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.GFDL;md5=ad1419ecc56e060eccf8184a87c4285f \
"
inherit kde-plasma
DEPENDS += " \
qtsvg \
qtdeclarative \
\
kwidgetsaddons \
kcoreaddons \
solid \
kconfig \
kwallet \
kdbusaddons \
ki18n \
kconfigwidgets \
knotifications \
kdeclarative \
phonon \
attica \
knewstuff \
"
PV = "${PLASMA_VERSION}"
SRC_URI[md5sum] = "72cd26214b3e0aa018c7606ea0782c98"
SRC_URI[sha256sum] = "67318ae3c00a57a7f8656317d794f91970f17e840bff67336017cee24fcd6c97"
FILES_SOLIBSDEV = "${libdir}/libmuonprivate${SOLIBSDEV}"
FILES_${PN} += " \
${datadir}/libmuon \
${datadir}/k*5 \
${datadir}/plasma \
${datadir}/muondiscover \
${datadir}/icons \
${datadir}/desktoptheme \
${datadir}/muonabstractnotifier \
\
${libdir}/libMuonNotifiers.so \
${libdir}/plugins \
${libdir}/qml \
"
FILES_${PN}-dbg += " \
${libdir}/plugins/*/.debug \
${libdir}/qml/org/kde/*/.debug \
"