From 0cfa2f32cffaa12fd68fb6da36b3f71896794b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 28 Apr 2015 19:47:30 +0200 Subject: [PATCH] add kroff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kdeplasma-addons has a hard dependency on it now Signed-off-by: Andreas Müller --- .../kf5/porting-aids-tier3/kross/kross.bb | 36 +++++++++++++++++++ recipes-kde/packagegroups/kf5-world.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644 recipes-kde/kf5/porting-aids-tier3/kross/kross.bb diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb new file mode 100644 index 00000000..9a3a79e4 --- /dev/null +++ b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb @@ -0,0 +1,36 @@ +SUMMARY = "Multi-language application scripting" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-kf5-porting-aids cmake-lib + +DEPENDS += " \ + kcompletion \ + kcoreaddons \ + kdoctools \ + ki18n \ + kiconthemes \ + kio \ + kparts \ + kservice \ + kwidgetsaddons \ + kxmlgui \ +" + +PV = "${KF5_VERSION}" +SRC_URI[md5sum] = "0583e3bc9a545988fea9e808c7f6cb21" +SRC_URI[sha256sum] = "72b7670dacdb727e9f10b066ae03a670d774471565336d90f4197b892ff33f2f" + +CMAKE_ALIGN_SYSROOT[1] = "KF5Kross, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_ALIGN_SYSROOT[2] = "KF5Kross, -S${includedir}, -S${STAGING_INCDIR}" + +FILES_${PN} += " \ + ${libdir}/plugins \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ + ${libdir}/plugins/*/.debug \ +" diff --git a/recipes-kde/packagegroups/kf5-world.bb b/recipes-kde/packagegroups/kf5-world.bb index f0147fb6..d481f3d0 100644 --- a/recipes-kde/packagegroups/kf5-world.bb +++ b/recipes-kde/packagegroups/kf5-world.bb @@ -80,6 +80,7 @@ PORTING_AIDS_TIER_3 = " \ kdelibs4support \ khtml \ kjsembed \ + kross \ krunner \ "