summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-05 13:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-05 13:59:48 +0100
commit96d8961a4191833ed86e12e5b756ed3a9d686407 (patch)
tree98372617b427821ab0980d188421372a6ee20d08
parentde1ec8ec4ae9b30b077e3624ffcf2583163027eb (diff)
downloadkde-96d8961a4191833ed86e12e5b756ed3a9d686407.tar.gz
kde-96d8961a4191833ed86e12e5b756ed3a9d686407.tar.bz2
kde-96d8961a4191833ed86e12e5b756ed3a9d686407.zip
app-admin/kio-admin: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-admin/kio-admin/Manifest1
-rw-r--r--app-admin/kio-admin/kio-admin-25.12.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/app-admin/kio-admin/Manifest b/app-admin/kio-admin/Manifest
new file mode 100644
index 00000000000..c782e5ce1b0
--- /dev/null
+++ b/app-admin/kio-admin/Manifest
@@ -0,0 +1 @@
+DIST kio-admin-25.12.0.tar.xz 39100 BLAKE2B 5bb2b8cfd2a64f5cfc25067f9ce2cf512c5810c48ded6b09eceaab1ddc2fd8124e181580a5f176f54c0f4c6a6896a57523b9b40913b7873aa063d2ebe8bfb69c SHA512 c8a8d06e7a4b7c807b659b92a9763466ee2931333c841f01f248aeedd8cb4ca3a0ddb6f92e34230b69999a462d6b05418a2272b862a9ea1c35a15ed5abd3638d
diff --git a/app-admin/kio-admin/kio-admin-25.12.0.ebuild b/app-admin/kio-admin/kio-admin-25.12.0.ebuild
new file mode 100644
index 00000000000..c74d5da3e0a
--- /dev/null
+++ b/app-admin/kio-admin/kio-admin-25.12.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="system"
+KFMIN=6.19.0
+QTMIN=6.9.1
+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="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+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}"