Warning, /packaging/yocto-meta-kde/recipes-plasma-mobile/kasts.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 SUMMARY = "Kasts"
0006 DESCRIPTION = "Kasts is a convergent podcast application."
0007 HOMEPAGE = "https://invent.kde.org/plasma-mobile/kasts"
0008 LICENSE = "GPL-3.0"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=8da5784ab1c72e63ac74971f88658166"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     qtbase \
0014     qtdeclarative \
0015     qtquickcontrols2 \
0016     qtsvg \
0017     qtmultimedia \
0018     syndication \
0019     ki18n \
0020     taglib \
0021     threadweaver \
0022     networkmanager-qt \
0023     qtkeychain \
0024     kirigami \
0025     kirigami-addons \
0026 "
0027 
0028 inherit cmake_kdeapp
0029 inherit kconfig
0030 inherit kcoreaddons
0031 
0032 FILES_SOLIBSDEV = ""
0033 
0034 FILES:${PN} += " \
0035     ${libdir}/libKastsSolidExtras.so \
0036     ${libdir}/libKMediaSession.so \
0037 "