From d18d0213aa315d1d78767f0372fcd9ce7b67cd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 13:39:25 +0100 Subject: [PATCH] add khtml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../kf5/porting-aids-tier3/khtml/khtml.bb | 47 +++++++++++++++++++ recipes-kde/packagegroups/kde-world.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb new file mode 100644 index 00000000..f13582da --- /dev/null +++ b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb @@ -0,0 +1,47 @@ +SUMMARY = "KHTML" +LICENSE = "GPLv3 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-kf5 cmake-lib perlnative + +DEPENDS += " \ + karchive \ + kcodecs \ + kglobalaccel \ + ki18n \ + kiconthemes \ + kio \ + kjs \ + knotifications \ + kparts \ + sonnet \ + ktextwidgets \ + kwallet \ + kwidgetsaddons \ + kwindowsystem \ + kxmlgui \ + phonon \ + jpeg \ + giflib \ + libpng \ + \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ +" + +PV = "${KF5_VERSION}" +SRCREV = "ed0e2d2269bcad299a1379877b48118f54eb8ad9" +S = "${WORKDIR}/git" + +CMAKE_HIDE_ERROR[1] = "KF5KHtml, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_HIDE_ERROR[2] = "KF5KHtml, -S${includedir}, -S${STAGING_INCDIR}" + +FILES_${PN} += " \ + ${datadir}/k*5 \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/kf5/*/.debug \ +" diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index a4a1c6e2..87e8c8bb 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -75,6 +75,7 @@ RDEPENDS_${PN} = " \ kde-cli-tools \ kde-gtk-config \ kdeplasma-addons \ + khtml \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \