summaryrefslogtreecommitdiff
path: root/dev-libs/kweathercore/kweathercore-24.08.3.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 21:10:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 22:03:16 +0100
commit8d9b564a37c3dba4cbb37c4391e12fc39aec3a66 (patch)
treec7b9541c8505e35a7a77b9a8488fdb787e441423 /dev-libs/kweathercore/kweathercore-24.08.3.ebuild
parent7ef2852a45a2f6d2ea64df25f3f21dfe7e415dbc (diff)
downloadkde-8d9b564a37c3dba4cbb37c4391e12fc39aec3a66.tar.gz
kde-8d9b564a37c3dba4cbb37c4391e12fc39aec3a66.tar.bz2
kde-8d9b564a37c3dba4cbb37c4391e12fc39aec3a66.zip
dev-libs/kweathercore: 24.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kweathercore/kweathercore-24.08.3.ebuild')
-rw-r--r--dev-libs/kweathercore/kweathercore-24.08.3.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/kweathercore/kweathercore-24.08.3.ebuild b/dev-libs/kweathercore/kweathercore-24.08.3.ebuild
new file mode 100644
index 00000000000..84cb17ab048
--- /dev/null
+++ b/dev-libs/kweathercore/kweathercore-24.08.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 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.5.0
+QTMIN=6.7.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 ~ppc64 ~x86"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[network]
+ >=dev-qt/qtpositioning-${QTMIN}:6
+ >=kde-frameworks/kholidays-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+ locationquerytest
+ # bug 906392
+ metnoparsertest
+)