dev-libs/kweathercore: 26.04.0 version bump

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-16 17:52:43 +01:00
parent 0523a16b6b
commit 64f52930c8
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST kweathercore-25.12.3.tar.xz 86932 BLAKE2B fdd83d3fd1fd5d8100e20be05cccb46d021ab2c11702c25f20125fa4f26df04f0a5f31594d43ae2e25f8611865feaf8d660fb98add29a8cdce49fc0c029ef85e SHA512 f3d94fcdaa5d26dc0fc44056c97372f0eca5aab31b3ae101c446ee48a6377487729d8161e974672648689087ab541d338f0fcfc59d58a336a7664057c8850d49
DIST kweathercore-26.04.0.tar.xz 86844 BLAKE2B ac0d4ea8f924eb300ee40930f56aedd4cb708c9c908700ab0570aa97ae29c46de6a2e6b28b36e4a3aa810761faa02114444d21c47346e467a18f05a575a83f3d SHA512 8cb55f8714a9763b3d481216f904cc5056ef6864a7d0da7a268f5f3fc3545e684d3485e90cb1e262338fe64fcd923b105687c985704dd7c44049162c7c8c3d92
@@ -0,0 +1,33 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_NONGUI="true"
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org
DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
LICENSE="LGPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[network]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtpositioning-${QTMIN}:6
>=kde-frameworks/kholidays-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}"
CMAKE_SKIP_TESTS=(
locationquerytest
# bug 906392
metnoparsertest
)