Warning, /packaging/yocto-meta-kde/recipes-plasma-mobile/ktrip.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Public Transport Assistance for Mobile Devices"
0006 HOMEPAGE = "https://invent.kde.org/utilities/ktrip"
0007 LICENSE = "GPL-2.0"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qqc2-desktop-style \
0013     qtdeclarative \
0014     qtquickcontrols2 \
0015     ki18n \
0016     kitemmodels \
0017     kcontacts \
0018     kirigami \
0019     kpublictransport \
0020 "
0021 
0022 inherit cmake_kdeapp
0023 inherit kconfig
0024 inherit kcoreaddons
0025 
0026 RDEPENDS:${PN} += " \
0027     kirigami-addons \
0028 "