From 99f58ab53975c9976206ec40e54bef19bbfcca96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Feb 2015 15:24:46 +0100 Subject: [PATCH] add frameworkintegration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../frameworkintegration.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb 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 \ +"