kde-frameworks/kstatusnotifieritem: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:24:35 +02:00
parent 6f1b21dd52
commit 458bc2d2d7
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST kstatusnotifieritem-6.10.0.tar.xz 48612 BLAKE2B 707b7b9d30f6c366ffe54db6bca09ad21a10ea72471f44699302bce822fb94d3a0af742296d6873c66873c643a2b8d4f941393390e477be00e69b96ae5533455 SHA512 a110fada38b03f40680d255b17b4900c16030456b50bfa90903ee99c589190d931d4e271c8ade6883b2ccc198d2f249c027d91d3652510da90a93dcd435b57a0
DIST kstatusnotifieritem-6.13.0.tar.xz 50568 BLAKE2B aa8c82c694f6ce328817856da2ca2e850c252e2178a2cf86f1b2f77846c55556307ed56672ff12667f4d8eab4c284cd673adb9d86a109057ecda526aa007b2e4 SHA512 a42fcaa26baed90b085c4d2900f36e5b2fd4f707d92996c363ce7ba67d2e56e7dc42dd64068439ca54dc9867ed70c7c2d1b444e07f09791697bc52810fd7c8de

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="Implementation of Status Notifier Items"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="X"
# slot op: Qt6::WidgetsPrivate use
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
src_configure() {
local mycmakeargs=(
-DWITHOUT_X11=$(usex !X)
)
ecm_src_configure
}