From fe608754593cbcfde92f150806f570d3086cd33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Dec 2014 17:34:10 +0100 Subject: [PATCH] add kparts 5.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../tier3/kparts/kparts_5.5.0.bb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-kde-framework/tier3/kparts/kparts_5.5.0.bb diff --git a/recipes-kde-framework/tier3/kparts/kparts_5.5.0.bb b/recipes-kde-framework/tier3/kparts/kparts_5.5.0.bb new file mode 100644 index 00000000..33170fdf --- /dev/null +++ b/recipes-kde-framework/tier3/kparts/kparts_5.5.0.bb @@ -0,0 +1,30 @@ +SUMMARY = "Document centric plugin system" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde cmake-lib + +DEPENDS += " \ + kconfig \ + kcoreaddons \ + ki18n \ + kiconthemes \ + kio \ + kjobwidgets \ + knotifications \ + kservice \ + ktextwidgets \ + kwidgetsaddons \ + kxmlgui \ +" + +SRCREV = "7784c69b3306ada9c0242b2112743f59edf74a50" + +# cross libs / headers +CMAKE_HIDE_ERROR[1] = "KF5Parts, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_HIDE_ERROR[2] = "KF5Parts, -S${includedir}, -S${STAGING_INCDIR}" + +FILES_${PN} += "${datadir}/k*5 ${libdir}/plugins" +FILES_${PN}-dbg += "${libdir}/plugins/.debug"