starting a plasma session caused gazillions of | kf5.kded: Could not load kded module "statusnotifierwatcher":"The shared library was not found." (library path was:"statusnotifierwatcher") | kf5.kded: Could not load kded module "kscreen":"The shared library was not found." (library path was:"kscreen") | kf5.kded: Could not load kded module "ksysguard":"Plugin verification data mismatch in '/usr/bin/ksysguard'" (library path was:"ksysguard") | kf5.kded: Could not load kded module "powerdevil":"The shared library was not found." (library path was:"powerdevil") | kf5.kded: Could not load kded module "networkmanagement":"The shared library was not found." (library path was:"networkmanagement") | kf5.kded: Could not load kded module "kded_baloosearch_kio":"The shared library was not found." (library path was:"kded_baloosearch_kio") Now it takes much longer for kcrash to complain and it has window decorations - partytime has not yet come.. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
22 lines
727 B
Plaintext
22 lines
727 B
Plaintext
DEPENDS += "qtbase extra-cmake-modules-native"
|
|
|
|
KDE_BRANCH ?= "master"
|
|
|
|
# default git
|
|
SRC_URI = "git://anongit.kde.org/${BPN};protocol=git;branch=${KDE_BRANCH}"
|
|
|
|
# extra-cmake-modules cause dependent to check for python
|
|
inherit cmake_qt5 cmake-extra-sanity pythonnative
|
|
|
|
FILES_${PN} += "${libdir}/plugins/kf5 ${datadir}/kf5"
|
|
FILES_${PN}-dev += "${libdir}/cmake"
|
|
FILES_${PN}-dbg += "${libdir}/plugins/kf5/.debug"
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DECM_MKSPECS_INSTALL_DIR=${libdir}/${QT_DIR_NAME}/mkspecs/modules \
|
|
-DCMAKE_INSTALL_DATADIR=share \
|
|
-DCMAKE_INSTALL_DBUSINTERFACEDIR=share/dbus-1/interfaces \
|
|
-DKDE_INSTALL_QTPLUGINDIR=${libdir}/${QT_DIR_NAME}/plugins \
|
|
"
|
|
FILES_${PN}-dev += "${libdir}/${QT_DIR_NAME}/mkspecs"
|