diff --git a/recipes-playground/kweathercore.inc b/recipes-playground/kweathercore.inc new file mode 100644 index 0000000..9ae056a --- /dev/null +++ b/recipes-playground/kweathercore.inc @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Library to facilitate retrieval of weather information including forecasts and alerts" +HOMEPAGE = "https://invent.kde.org/libraries/kweathercore" +LICENSE = "LGPL-2.0+" +LIC_FILES_CHKSUM = " \ + file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \ +" +PR = "r0" + +DEPENDS = " \ + qtbase \ + qtlocation \ + ki18n \ +" + +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp diff --git a/recipes-playground/kweathercore_0.4.bb b/recipes-playground/kweathercore_0.4.bb new file mode 100644 index 0000000..8e68fed --- /dev/null +++ b/recipes-playground/kweathercore_0.4.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRCREV = "v${PV}"