diff --git a/recipes-kf5/tier3/kxmlrpcclient.inc b/recipes-kf5/tier3/kxmlrpcclient.inc index eae77f1..c14a3ce 100644 --- a/recipes-kf5/tier3/kxmlrpcclient.inc +++ b/recipes-kf5/tier3/kxmlrpcclient.inc @@ -1,21 +1,22 @@ DESCRIPTION = "KXmlRpcClient" HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ qtbase \ ki18n \ kio \ kcoreaddons-native \ kconfig-native \ kauth-native \ " SRC_URI = "git://anongit.kde.org/kxmlrpcclient;nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 inherit gettext inherit python3native +inherit kdoctools diff --git a/recipes-kf5/tier3/purpose.inc b/recipes-kf5/tier3/purpose.inc index f1e3e8e..7eba46a 100644 --- a/recipes-kf5/tier3/purpose.inc +++ b/recipes-kf5/tier3/purpose.inc @@ -1,32 +1,33 @@ DESCRIPTION = "Purpose" HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ kcoreaddons \ kcoreaddons-native \ ki18n \ kconfig \ kconfig-native \ kio \ kauth-native \ kirigami \ " SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" S = "${WORKDIR}/git" inherit cmake_kf5 inherit gettext inherit python3native +inherit kdoctools FILES_${PN} += " \ ${libdir}/plugins/kf5/kfileitemaction \ ${libdir}/plugins/kf5/purpose \ ${libdir}/qml/org/kde/purpose \ ${datadir}/icons/hicolor \ " diff --git a/recipes-kf5/tier4/frameworkintegration.inc b/recipes-kf5/tier4/frameworkintegration.inc index e673e76..7b52c9c 100644 --- a/recipes-kf5/tier4/frameworkintegration.inc +++ b/recipes-kf5/tier4/frameworkintegration.inc @@ -1,33 +1,34 @@ DESCRIPTION = "Workspace and cross-framework integration plugins" HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ qtbase \ kconfig \ kconfig-native \ kconfigwidgets \ kcoreaddons-native \ kauth-native \ kiconthemes \ knotifications \ kwidgetsaddons \ kpackage \ kpackage-native \ knewstuff \ " SRC_URI = " \ git://anongit.kde.org/${BPN};nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit kdoctools FILES_${PN} += " \ ${libdir}/plugins/kf5/FrameworkIntegrationPlugin.so \ ${datadir}/kf5/infopage \ "