summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:29:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:29:14 +0100
commit952ab548a0e8d624e9efa6cd4a5211f44e630396 (patch)
tree6feb1c70d61160032f0b2d73726500586eb77044 /app-admin
parentc8998bd0092b30f33a5efa977bac9e98ea094947 (diff)
downloadkde-952ab548a0e8d624e9efa6cd4a5211f44e630396.tar.gz
kde-952ab548a0e8d624e9efa6cd4a5211f44e630396.tar.bz2
kde-952ab548a0e8d624e9efa6cd4a5211f44e630396.zip
app-admin/kio-admin: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/kio-admin/kio-admin-24.12.49.9999.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-admin/kio-admin/kio-admin-24.12.49.9999.ebuild b/app-admin/kio-admin/kio-admin-24.12.49.9999.ebuild
new file mode 100644
index 00000000000..2049611a179
--- /dev/null
+++ b/app-admin/kio-admin/kio-admin-24.12.49.9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="system"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Manage files as administrator using the admin:// KIO protocol"
+HOMEPAGE="https://invent.kde.org/system/kio-admin"
+
+LICENSE="BSD CC0-1.0 FSFAP GPL-2 GPL-3"
+SLOT="6"
+KEYWORDS=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=sys-auth/polkit-qt-0.175[qt6(+)]
+"
+RDEPEND="${DEPEND}"