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 \ "