summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 16:11:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 19:09:00 +0200
commit37be1f3ff528ef333dc3e27d0422e00d4aef20e4 (patch)
treef8ef8789c0a2e47359df4330f0de406d3f394632 /app-admin
parent33c296c7a058ceccc7c3bfdd9f1d2d207cb0449c (diff)
downloadkde-37be1f3ff528ef333dc3e27d0422e00d4aef20e4.tar.gz
kde-37be1f3ff528ef333dc3e27d0422e00d4aef20e4.tar.bz2
kde-37be1f3ff528ef333dc3e27d0422e00d4aef20e4.zip
app-admin/kio-admin: 25.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/kio-admin/Manifest1
-rw-r--r--app-admin/kio-admin/kio-admin-25.08.1.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..3c6c747b0f9
--- /dev/null
+++ b/app-admin/kio-admin/Manifest
@@ -0,0 +1 @@
+DIST kio-admin-25.08.1.tar.xz 39064 BLAKE2B 28bc8cdfd234352b39577204c7d92de75e98c4a7156308086087a52f53f10815f26a787375bced353351a391947ca3a665953f63db608adecb769bc156c0e8a3 SHA512 c87acf8139568565d49cefb2f5ea677e41727c85008d1099ac75f57a607b01dfaaf69c101f3fc73c360dd90a14f4801049de6db2f12962edf70d5cbc945ebd90
diff --git a/app-admin/kio-admin/kio-admin-25.08.1.ebuild b/app-admin/kio-admin/kio-admin-25.08.1.ebuild
new file mode 100644
index 00000000000..0691f525031
--- /dev/null
+++ b/app-admin/kio-admin/kio-admin-25.08.1.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.16.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}"