kde-frameworks/kidletime: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:22:03 +02:00
parent 2ee03d260e
commit b08bdfd447
2 changed files with 0 additions and 58 deletions

View File

@@ -1,2 +1 @@
DIST kidletime-6.10.0.tar.xz 30736 BLAKE2B ec280d5498c24a89024d5a48daa56b3ab8843a96885ef9791e804426e29fd557e976ca257ceb228c15095d303c39fd470dd97a6426a17dba5b4e977eef386c87 SHA512 2f2b2d3fad970ec022f2d090a01be2ca3b9cdd3605032eef8bcfebc328c7c4761ad16bc6ee32a29ce2d734c9e2574c0014bad52df3746e63461cba7c948cc43e
DIST kidletime-6.13.0.tar.xz 30752 BLAKE2B 558bb4a52612511a74ddebfead0ad20c9a906ef052ad3818fc61a0e2f0bd0a00a7351d68ba524b7691139fcc6c2b327defea73400495727b6018b1bb635784a8 SHA512 87f562d535b01763d34db20f90b263011b07cdd6d1dcc1c9aa0ce8ccf2140bfb8b17bd6c2159a212c0d04edcd35dc430bb7e2a4ff832b6656eb5635537db2932

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="false"
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for detection and notification of device idle time"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="wayland X xscreensaver"
REQUIRED_USE="xscreensaver? ( X )"
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
wayland? (
dev-libs/wayland
>=dev-qt/qtbase-${QTMIN}:6=[wayland]
>=dev-qt/qtwayland-${QTMIN}:6
)
X? (
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXext
)
xscreensaver? (
>=dev-qt/qtbase-${QTMIN}:6[dbus]
x11-libs/libXScrnSaver
)
"
DEPEND="${RDEPEND}
wayland? (
>=dev-libs/plasma-wayland-protocols-1.11.1
>=dev-libs/wayland-protocols-1.27:0
)
"
BDEPEND="wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )"
src_prepare() {
ecm_src_prepare
if ! use xscreensaver; then
sed -i -e "s/\${X11_Xscreensaver_FOUND}/0/" CMakeLists.txt || die
fi
}
src_configure() {
local mycmakeargs=(
-DWITH_WAYLAND=$(usex wayland)
-DWITH_X11=$(usex X)
)
ecm_src_configure
}