Warning, /packaging/yocto-meta-kde/recipes-application/utilities/konsole.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Konsole"
0006 HOMEPAGE = "https://konsole.kde.org/"
0007 LICENSE = "GPL-2.0"
0008 LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
0009 PR = "r0"
0010 
0011 DEPENDS += " \
0012     kinit \
0013     kio \
0014     knewstuff \
0015     knotifications \
0016     knotifyconfig \
0017     kparts \
0018     kpty \
0019     kxmlgui \
0020 "
0021 
0022 inherit cmake_kdeapp
0023 inherit kcoreaddons
0024 inherit kconfig
0025 inherit kauth
0026 
0027 FILES_SOLIBSDEV = ""
0028 FILES:${PN} += " \
0029     ${datadir}/knsrcfiles \
0030     ${datadir}/kio/servicemenus \
0031 "