summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 15:16:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 18:30:34 +0100
commita387c0e1964a1ceb9d37c309641cd8a860d565fd (patch)
tree35f40f31fe1514d16e0caa07a69014665089ce33
parent02e229566794de7dc16d3678d97f19fffa9c8bd9 (diff)
downloadkde-a387c0e1964a1ceb9d37c309641cd8a860d565fd.tar.gz
kde-a387c0e1964a1ceb9d37c309641cd8a860d565fd.tar.bz2
kde-a387c0e1964a1ceb9d37c309641cd8a860d565fd.zip
app-admin/kio-admin: 24.11.80 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-24.11.80.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..68f987a6236
--- /dev/null
+++ b/app-admin/kio-admin/Manifest
@@ -0,0 +1 @@
+DIST kio-admin-24.11.80.tar.xz 39060 BLAKE2B cc4f48dd734beda4ef61eed7e340988edbedfe7b1841751e5e61693d1ab5c7127a60a19e780eff83838d7b146279cb6263e51a1dc44337080345be13ba76e7f6 SHA512 f067e16a6f8804269dd3ad0af4b66f750dff05305b399a54c86f6ffb45d3126546781f1bdd7d17ec437cc4aff1913d96ac014b30d654e8b90c9a8aec3127e4b3
diff --git a/app-admin/kio-admin/kio-admin-24.11.80.ebuild b/app-admin/kio-admin/kio-admin-24.11.80.ebuild
new file mode 100644
index 00000000000..351cbb28da4
--- /dev/null
+++ b/app-admin/kio-admin/kio-admin-24.11.80.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="~amd64 ~arm64 ~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}"