diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-04 19:15:50 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-04 19:15:50 +0000 |
| commit | 066018306c2dcd899e6902d4b1ffb74afb831096 (patch) | |
| tree | a0f91ddb5f9db328f236410b3c5f9c01964cc521 /dev-libs/kweathercore/kweathercore-25.12.49.9999.ebuild | |
| parent | ba6f5b2db6304fa4d53106104b3c9e66eb8cd527 (diff) | |
| parent | 58fccdf07e2d2bdb432a021e72900e5580de2196 (diff) | |
| download | kde-066018306c2dcd899e6902d4b1ffb74afb831096.tar.gz kde-066018306c2dcd899e6902d4b1ffb74afb831096.tar.bz2 kde-066018306c2dcd899e6902d4b1ffb74afb831096.zip | |
Merge updates from master
Diffstat (limited to 'dev-libs/kweathercore/kweathercore-25.12.49.9999.ebuild')
| -rw-r--r-- | dev-libs/kweathercore/kweathercore-25.12.49.9999.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/kweathercore/kweathercore-25.12.49.9999.ebuild b/dev-libs/kweathercore/kweathercore-25.12.49.9999.ebuild new file mode 100644 index 00000000000..db25cfb8e3a --- /dev/null +++ b/dev-libs/kweathercore/kweathercore-25.12.49.9999.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.19.0 +QTMIN=6.9.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="" + +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 +) |
