summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-06 20:18:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-06 20:18:11 +0100
commit745c5ce56a881c3ddcdb468d48c1e0d1e8d60230 (patch)
treefa4bd191b976f863e57ae27a1103dcfa64f4afa6
parent40eafae926c23dd7c006678a04268ea6732d4d31 (diff)
downloadkde-745c5ce56a881c3ddcdb468d48c1e0d1e8d60230.tar.gz
kde-745c5ce56a881c3ddcdb468d48c1e0d1e8d60230.tar.bz2
kde-745c5ce56a881c3ddcdb468d48c1e0d1e8d60230.zip
kde-frameworks/kdesu: 6.9.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kdesu/Manifest1
-rw-r--r--kde-frameworks/kdesu/kdesu-6.9.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
new file mode 100644
index 00000000000..d013144c0d7
--- /dev/null
+++ b/kde-frameworks/kdesu/Manifest
@@ -0,0 +1 @@
+DIST kdesu-6.9.0.tar.xz 56676 BLAKE2B b7b2b5ccc1cb193fecff14014772a349d64d3b99908c9f8548c967c726f38bfe37e367202e7327eb4bd8126161b4ddbb026c92001f90e1fd12cdb86c4dcc13f0 SHA512 6eaa4d7fadb85c58e950040de196f69bc06b048a30dcf92e3ecf7e0f3963c1116da2fe166692f04b2f34728226004cf7fc4ea28cd8dcf0ea04a535fa574572bc
diff --git a/kde-frameworks/kdesu/kdesu-6.9.0.ebuild b/kde-frameworks/kdesu/kdesu-6.9.0.ebuild
new file mode 100644
index 00000000000..69b3aef23ba
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*: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
+}