mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
kde-misc/kweather: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
c096d74f04
commit
b8544f19e5
@ -1 +1,2 @@
|
||||
DIST kweather-25.08.3.tar.xz 367328 BLAKE2B 88302bac2720342d778f07dc38ea08a9f54996781beda35a425bfb743717dd9c0d6fae2dc9a44cb8f83e3e44539852dd7473e78a43b6c13b9c83b19ed30a00fe SHA512 8d56fbb0fd7c7d287abe1c7ab7ef921d347ea039f5ef395ed76ff6029e368b44f5ec8104301b9d6338ecc511b703cc5112d56b9be9b748aa71578c6a6c32b8fb
|
||||
DIST kweather-25.12.0.tar.xz 372796 BLAKE2B 0743a2cdb67315de82aa10cbdfab0a7aed8b47b8b1e604c2c8b9d69d888ec6e07df53effb58fb5ab94c4cef0d0f956a47d2d2466f0b6ed6dc1d12299de1ea3f1 SHA512 5cfc2568ee1d6090b3fac2fb7079b36f19367b6cb1975efa5f32c076f01c5343f213a6db655fe66418dae683c6a2702aaeec221a8600c811b5544b4c13b9e841
|
||||
|
||||
53
kde-misc/kweather/kweather-25.12.0.ebuild
Normal file
53
kde-misc/kweather/kweather-25.12.0.ebuild
Normal file
@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_CATEGORY="utilities"
|
||||
ECM_TEST="false"
|
||||
KFMIN=6.19.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/animated views"
|
||||
HOMEPAGE="https://apps.kde.org/kweather/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/kirigami-addons:6
|
||||
dev-libs/kweathercore:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
|
||||
>=dev-qt/qtcharts-${QTMIN}:6[qml]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
>=dev-qt/qtsvg-${QTMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kholidays-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kirigami-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
kde-plasma/libplasma:6
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-qt/qt5compat-${QTMIN}:6[qml]
|
||||
>=dev-qt/qtpositioning-${QTMIN}:6[geoclue]
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
ecm_src_prepare
|
||||
|
||||
sed -e "/include(ECMCheckOutboundLicense)/s/^/#DONT /" \
|
||||
-e "/ecm_check_outbound_license/s/^/#DONT /" \
|
||||
-i CMakeLists.txt || die # avoid cmake spam about python, reusetool
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_PLASMOID=ON
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user