commit: 954717df0eb333e0b68a49ef3225b84f99144ef1 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Aug 11 17:49:40 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 14:11:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=954717df
app-admin/kio-admin: new package, add 9999 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/kde/pull/998 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-admin/kio-admin/kio-admin-9999.ebuild | 25 +++++++++++++++++++++++++ app-admin/kio-admin/metadata.xml | 12 ++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-admin/kio-admin/kio-admin-9999.ebuild b/app-admin/kio-admin/kio-admin-9999.ebuild new file mode 100644 index 0000000000..b28bd4c9e7 --- /dev/null +++ b/app-admin/kio-admin/kio-admin-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[qt6] +" +RDEPEND="${DEPEND}" diff --git a/app-admin/kio-admin/metadata.xml b/app-admin/kio-admin/metadata.xml new file mode 100644 index 0000000000..82c35741c1 --- /dev/null +++ b/app-admin/kio-admin/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=kio-admin</bugs-to> + <remote-id type="kde-invent">system/kio-admin</remote-id> + </upstream> +</pkgmetadata>
