kde-frameworks/kdesu: 6.24.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-03-13 21:17:08 +01:00
parent 4cb1b5ba1a
commit 3c62bc0ecd
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kdesu-6.23.0.tar.xz 57160 BLAKE2B d2d4e1a80bdab2fda2bd9db44c5c879be959185e01126db38aefd93690391e310ca658041074360fca4584d0a01b8b447b674c8982d361848495b931a8883c53 SHA512 58ec2007bb8f4d72ebdc71b7922f84444b7d6392ddb4989ea4e91d51d5f8b9d9934bc2c7610d8c3451a04287880c70c7e86c8030a1bfe4f3a4b194656fc1999f
DIST kdesu-6.24.0.tar.xz 57136 BLAKE2B 212b280fb83a1f2b83f8814f5e9ce6bd7a72dc8d116485786d7fd5cb6be45de8ba88629ef65442e7e1ac2094a8d10b233a1bda6e06e4fe1c78e912e96950f09d SHA512 0dea3a6aeb14264672ce984b5d564e0c4455ed699017c0ab05517e1f2dd58a27ecc28a8fab3aa403725c783d4d3b2af0ae071b2d34d2bba84cc400cae53066b1

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
inherit ecm frameworks.kde.org
DESCRIPTION="Framework to handle super user actions"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="X"
RDEPEND="
=kde-frameworks/kconfig-${KDE_CATV}*:6
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
=kde-frameworks/kpty-${KDE_CATV}*:6
X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X X11)
)
ecm_src_configure
}