Warning, /packaging/yocto-meta-kf5/recipes-kf5/obsolete/khtml.inc is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2023 Justin Hammond <justin@dynam.ac> 0002 # 0003 # SPDX-License-Identifier: MIT 0004 0005 DESCRIPTION = "KHtml" 0006 SUMMARY = "HTML rendering engine" 0007 HOMEPAGE = "https://invent.kde.org/frameworks/khtml" 0008 LICENSE = "GPL-3.0-only & LGPL-2.0-only" 0009 LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504" 0010 0011 inherit cmake_plasma 0012 inherit kcoreaddons 0013 inherit ki18n 0014 0015 DEPENDS = " \ 0016 karchive \ 0017 kcompletion \ 0018 kconfigwidgets \ 0019 kcrash \ 0020 kdbusaddons \ 0021 kguiaddons \ 0022 kiconthemes \ 0023 kinit \ 0024 kio \ 0025 kitemviews \ 0026 kjs \ 0027 knotifications \ 0028 kparts \ 0029 kservice \ 0030 ktextwidgets \ 0031 kwallet \ 0032 kwindowsystem \ 0033 kxmlgui \ 0034 phonon \ 0035 kglobalaccel \ 0036 giflib \ 0037 gperf-native \ 0038 " 0039 0040 FILES:${PN} += " \ 0041 ${datadir}/kf5/khtml \ 0042 "