Files
meta-qt5-extra/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb
Andreas Müller 9522d8ab4d kde-kf5: upgrade 5.84.0 -> 5.85.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-18 01:17:25 +02:00

52 lines
1.1 KiB
BlitzBasic

SUMMARY = "KHTML"
LICENSE = "GPL-3.0 & LGPL-2.1"
LIC_FILES_CHKSUM = " \
file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
inherit kde-kf5-porting-aids perlnative gettext
DEPENDS += " \
gperf-native \
kauth-native \
karchive \
kcodecs \
kconfig-native \
kcoreaddons-native \
kglobalaccel \
ki18n \
kiconthemes \
kio \
kjs \
knotifications \
kparts \
sonnet \
ktextwidgets \
kwallet \
kwidgetsaddons \
kwindowsystem \
kxmlgui \
phonon \
sonnet-native \
jpeg \
giflib \
libpng \
\
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras", "", d)} \
"
PV = "${KF5_VERSION}"
SRC_URI[sha256sum] = "0fbd699cc002ae3db3e65e4dd07802d52127a0d5cd65fa77c5fdeb1bcad44955"
do_compile:append() {
# gperf-native sets absolut debug comments/links in header
sed -i 's:${STAGING_DIR_NATIVE}::' ${B}/src/kentities-gperf.h
sed -i 's:${STAGING_DIR_NATIVE}::' ${B}/src/doctypes.h
}
FILES:${PN} += " \
${datadir}/k*5 \
${OE_QMAKE_PATH_PLUGINS} \
"