diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb new file mode 100644 index 00000000..adc69375 --- /dev/null +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -0,0 +1,36 @@ +SUMMARY = "Workspace and cross-framework integration plugins" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-kf5 cmake-lib + +DEPENDS += " \ + kconfig \ + kconfigwidgets \ + ki18n \ + kiconthemes \ + kio \ + knotifications \ + kwidgetsaddons \ +" + +RRECCOMENDS_${PN} += "oxygen-fonts" + +PV = "${KF5_VERSION}" +SRCREV = "2571c2b39a707b5495f950f6a6879aff84ca7e82" +S = "${WORKDIR}/git" + +# cross libs / headers +CMAKE_HIDE_ERROR[1] = "KF5FrameworkIntegration, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_HIDE_ERROR[2] = "KF5FrameworkIntegration, -S${includedir}, -S${STAGING_INCDIR}" + +FILES_${PN} += " \ + ${datadir}/knotifications5 \ + ${libdir}/plugins \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/*/.debug \ +"