summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kdesu/Manifest1
-rw-r--r--kde-frameworks/kdesu/kdesu-6.20.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
new file mode 100644
index 00000000000..dc93749e36a
--- /dev/null
+++ b/kde-frameworks/kdesu/Manifest
@@ -0,0 +1 @@
+DIST kdesu-6.20.0.tar.xz 57000 BLAKE2B f4aaa0bfc2f58b1f84f7326fd911e55f5d3afa08edfbc78acbdf176081ea96d3cba896963636db6dc19cdd0095063a5344339674b1a8b3fccbebc2125c18f8ff SHA512 47fcf79786d91572022a972c6a27017dfc874307d6f701b9222028733b229d843a891b635c3443d2cd222c28a235df51f9297ebab1dadd03c8b354df9886e7c6
diff --git a/kde-frameworks/kdesu/kdesu-6.20.0.ebuild b/kde-frameworks/kdesu/kdesu-6.20.0.ebuild
new file mode 100644
index 00000000000..1ed73fea24c
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 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
+}