diff --git a/recipes-playground/kweathercore.inc b/recipes-playground/kweathercore.inc index d1c20e6..ace272e 100644 --- a/recipes-playground/kweathercore.inc +++ b/recipes-playground/kweathercore.inc @@ -4,7 +4,7 @@ DESCRIPTION = "Library to facilitate retrieval of weather information including forecasts and alerts" HOMEPAGE = "https://invent.kde.org/libraries/kweathercore" -LICENSE = "LGPL-2.0+" +LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = " \ file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \ " @@ -17,7 +17,4 @@ DEPENDS = " \ kholidays \ " -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.7.90.bb b/recipes-playground/kweathercore_0.7.90.bb deleted file mode 100644 index d23b6cc..0000000 --- a/recipes-playground/kweathercore_0.7.90.bb +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${BPN}.inc -#TODO this is an arbitrary hash from master branch that supports Qt6 -SRCREV = "d8d0fb8f5b1e59e8c965f6c10c43ffc23b156a50" diff --git a/recipes-playground/kweathercore_0.8.0.bb b/recipes-playground/kweathercore_0.8.0.bb new file mode 100644 index 0000000..30e47c2 --- /dev/null +++ b/recipes-playground/kweathercore_0.8.0.bb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRC_URI = "https://download.kde.org/stable/kweathercore/${PV}/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "9bcac13daf98705e2f0d5b06b21a1a8694962078fce1bf620dbbc364873a0efe"