Warning, /packaging/yocto-meta-kde/recipes-playground/kweathercore.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 = "Library to facilitate retrieval of weather information including forecasts and alerts"
0006 HOMEPAGE = "https://invent.kde.org/libraries/kweathercore"
0007 LICENSE = "LGPL-2.0+"
0008 LIC_FILES_CHKSUM = " \
0009     file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
0010 "
0011 PR = "r0"
0012 
0013 DEPENDS = " \
0014     qtbase \
0015     qtlocation \
0016     ki18n \
0017     kholidays \
0018 "
0019 
0020 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
0021 S = "${WORKDIR}/git"
0022 
0023 inherit cmake_kdeapp