kweathercore: update to 0.8.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
6
recipes-playground/kweathercore_0.8.0.bb
Normal file
6
recipes-playground/kweathercore_0.8.0.bb
Normal 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"
|
||||
Reference in New Issue
Block a user