Skip to content

Commit

Permalink
kde-misc/kio-admin: new package, add 9999
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
  • Loading branch information
parona-source committed Aug 11, 2024
1 parent e5001ad commit aa5db4c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
28 changes: 28 additions & 0 deletions kde-misc/kio-admin/kio-admin-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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"

if [[ ${KDE_BUILD_TYPE} = release ]]; then
KEYWORDS="~amd64"
fi

LICENSE="BSD CC0-1.0 FSFAP GPL-2 GPL-3"
SLOT="6"

DEPEND="
>=dev-qt/qtbase-${QTMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
sys-auth/polkit-qt[qt6]
"
RDEPEND="${DEPEND}"
12 changes: 12 additions & 0 deletions kde-misc/kio-admin/metadata.xml
Original file line number Diff line number Diff line change
@@ -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/</bugs-to>
<remote-id type="kde-invent">system/kio-admin</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit aa5db4c

Please sign in to comment.