kweathercore: update to 0.8.0

This commit is contained in:
Andreas Cord-Landwehr
2023-12-04 17:57:18 +01:00
parent f8b75cc7a0
commit d53713d0d7
3 changed files with 7 additions and 10 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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"