Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/ktexteditor.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
0003 # SPDX-FileCopyrightText: 2020-2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 LICENSE = "MIT & BSD-2-Clause & LGPL-2.0-only"
0008 PR = "r0"
0009 
0010 DEPENDS = " \
0011     libxml2-native \
0012     qtbase \
0013     karchive \
0014     kconfig \
0015     kconfig-native \
0016     kguiaddons \
0017     kio \
0018     kcoreaddons-native \
0019     kauth-native \
0020     kparts \
0021     sonnet \
0022     kiconthemes \
0023     syntax-highlighting \
0024 "
0025 
0026 require ktexteditor_metainfo.inc
0027 inherit cmake_kf5
0028 inherit ki18n
0029 inherit reuse_license_checksums
0030 
0031 # crosscompile support for kcoreaddons_desktop_to_json
0032 EXTRA_OECMAKE += " \
0033     -DKSERVICETYPE_PATH_kpart.desktop=${STAGING_DATADIR} \
0034     -DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
0035 "
0036 
0037 FILES:${PN} += " \
0038     ${libdir}/plugins/kf5/parts/katepart.so \
0039     ${datadir}/katepart5/script/README.md \
0040 "