aboutsummaryrefslogtreecommitdiff
blob: 7ceece7ed7ac46b879a82e64fb11fdb3e46cf6c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KDE_ORG_CATEGORY="system"
KDE_ORG_NAME="${PN}-1"
inherit ecm kde.org

DESCRIPTION="Set of configuration modules to change polkit settings"
HOMEPAGE="https://invent.kde.org/system/polkit-kde-kcmodules-1"

LICENSE="GPL-2+"
SLOT="5"
KEYWORDS=""
IUSE=""

RDEPEND="
	dev-qt/qtdbus:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5
	dev-qt/qtxml:5
	kde-frameworks/kauth:5
	kde-frameworks/kcmutils:5
	kde-frameworks/kconfigwidgets:5
	kde-frameworks/kcoreaddons:5
	kde-frameworks/ki18n:5
	kde-frameworks/kwidgetsaddons:5
	sys-auth/polkit-qt
"
DEPEND="${RDEPEND}"