app-admin/kio-admin: 25.12.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-12-11 19:27:09 +01:00
parent f2bf9bc0ae
commit c966fd1059
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kio-admin-25.08.3.tar.xz 39108 BLAKE2B 2efabb1f7da042acbd09b5675f8cea8cedb71f90bf8b80d82ed1e30913ddd49d22a75e079a74f3413edc468ecd098af5f3c9b68359d66c0019e5b720fc18e2bf SHA512 a729a6872d7a7935823dd594cbd4802d10936f0b015976972210ef4fbc5fe3700930035fd30e4cc8f0edbc17569a575cad8181e49c4d2d4e608e1870e1e88781
DIST kio-admin-25.12.0.tar.xz 39100 BLAKE2B 5bb2b8cfd2a64f5cfc25067f9ce2cf512c5810c48ded6b09eceaab1ddc2fd8124e181580a5f176f54c0f4c6a6896a57523b9b40913b7873aa063d2ebe8bfb69c SHA512 c8a8d06e7a4b7c807b659b92a9763466ee2931333c841f01f248aeedd8cb4ca3a0ddb6f92e34230b69999a462d6b05418a2272b862a9ea1c35a15ed5abd3638d

View File

@@ -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}"