diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-06-03 18:30:05 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-06-03 18:30:05 +0200 |
| commit | 07c522ce0e18f2863462725e67f70ffa43b8d056 (patch) | |
| tree | a458133561a50efd867776509b0b45828017d50d /dev-libs/kweathercore/kweathercore-25.04.2.ebuild | |
| parent | 95d84cbfbf78d35aba33e0440bbf341734b36d8d (diff) | |
| download | kde-07c522ce0e18f2863462725e67f70ffa43b8d056.tar.gz kde-07c522ce0e18f2863462725e67f70ffa43b8d056.tar.bz2 kde-07c522ce0e18f2863462725e67f70ffa43b8d056.zip | |
dev-libs/kweathercore: 25.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kweathercore/kweathercore-25.04.2.ebuild')
| -rw-r--r-- | dev-libs/kweathercore/kweathercore-25.04.2.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/kweathercore/kweathercore-25.04.2.ebuild b/dev-libs/kweathercore/kweathercore-25.04.2.ebuild new file mode 100644 index 00000000000..2ca1cf0652f --- /dev/null +++ b/dev-libs/kweathercore/kweathercore-25.04.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 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.13.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/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 +) |
