mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-libs/kweathercore: 26.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kweathercore-26.04.3.tar.xz 87016 BLAKE2B 725dcb1351e8284374a886a6d42856b56c6245091657ae5c74e027ea10df2732072ab02bd2cf44848964e30817641aac766f665ef9a08923656361d88ce9c49b SHA512 3f497fdcc356e840ac35cb4ebd285f362977c823f23099a014e5d908e78172e5076033c68879ddf299ca59676832df6e17709e000cf52b439beda2ea55526736
|
||||
DIST kweathercore-26.08.0.tar.xz 87644 BLAKE2B e2a6c0e98716b75ea8b75e41bab446f47cdcf77fa2f2cb3dca6dbf6ed5b8e5325b1c55af24a25bcb71b416280b1fa2b235588ef9779241f0e65b11d406ba2f90 SHA512 360db33549b15a1d3d81a1a19f4f1ee95800eb2b88db55f4bd44b6cf32f1dc67dac815ce2dfa0d8b4eb18339db71d94c6874a1374be278e0b460f5a60c5eb5e2
|
||||
|
||||
33
dev-libs/kweathercore/kweathercore-26.08.0.ebuild
Normal file
33
dev-libs/kweathercore/kweathercore-26.08.0.ebuild
Normal file
@@ -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.27.0
|
||||
QTMIN=6.11.2
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user