kde-misc/kshutdown: drop 5.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-09-01 23:44:00 +02:00
parent 27ccb6c45f
commit 149fe8c19d
2 changed files with 0 additions and 56 deletions

View File

@@ -1,2 +1 @@
DIST kshutdown-source-5.2.zip 445025 BLAKE2B 161a637ded6fa7ddc11daab5bfa20efe51bee0407339e178668c584cc690dd419bfb1e7e134cbc9ec3274a394d47496423f8b3b561cdd8083470daa4e8d24511 SHA512 ac46164da88815604007e637663c42430212b37231d6116fd31b947b24d2bd69aff0d79fcab570425960420d77168de184ccda99dd685bec96bb353cb578ee04
DIST kshutdown-source-5.92-beta.zip 529301 BLAKE2B 6c0edb821c8d6c1f63fd2baa4d9ce5f1168b742ab8fb0bc0bcb7fa14f1613ef83c5c3c06dd59f9b9b436826980e5fa6a13a0088002379a82b0eb07a82e1a6771 SHA512 0958ea112b44b7eb837aad6a5f17e9a86455b285d4ae02c53e5a60057f23d3c253f71f02a03fbabd22bb8ff101eea45f00b27f98c8e63c1cc312e09e0f262203

View File

@@ -1,55 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Shutdown manager for desktop environments like KDE Plasma"
HOMEPAGE="https://kshutdown.sourceforge.io"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}-source-${PV}.zip"
LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="amd64 ~arm64 x86"
IUSE="+kde"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
kde? (
kde-frameworks/kconfig:5
kde-frameworks/kconfigwidgets:5
kde-frameworks/kcoreaddons:5
kde-frameworks/kcrash:5
kde-frameworks/kdbusaddons:5
kde-frameworks/kglobalaccel:5
kde-frameworks/ki18n:5
kde-frameworks/kidletime:5
kde-frameworks/knotifications:5
kde-frameworks/knotifyconfig:5
kde-frameworks/kwidgetsaddons:5
kde-frameworks/kxmlgui:5
)
"
RDEPEND="${DEPEND}
|| (
kde-frameworks/breeze-icons:*
kde-frameworks/oxygen-icons:*
)
"
BDEPEND="
app-arch/unzip
sys-devel/gettext
kde? ( kde-frameworks/extra-cmake-modules:0 )
"
src_configure() {
local mycmakeargs=(
-DKS_PURE_QT=$(usex !kde)
)
cmake_src_configure
}