summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-12 20:39:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-12 20:41:48 +0100
commit30026b45f60eff6506c3385a4c85c7d7b64958e5 (patch)
tree9047352a4c753df82973e1ce93ccb63904a2ae34 /kde-plasma/polkit-kde-agent
parentRevert "net-irc/irssi: Restore some random keywords" (diff)
downloadgentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.gz
gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.bz2
gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.zip
kde-plasma: Add KDE Plasma 5.15.0
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index 48256c792c9a..601cc0f4327f 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1 +1,2 @@
DIST polkit-kde-agent-1-5.14.5.tar.xz 42680 BLAKE2B a423f9ea905164bf8fb9eb5f29b8efc68759492ee93f3122f876ab1e7f2e2b6d254f81e0cdb7906ae81a74f7aad928c226993944dbedf7ff3baa838793a827bc SHA512 09999aca1a3a206088a86119b4bd1db3fd2d51932c99da9480d9784f9cceb9e580851249f9384cca785f852e9ae98d921e5094808aebcbcb333027b1179e6f36
+DIST polkit-kde-agent-1-5.15.0.tar.xz 42368 BLAKE2B 9ef7ad3b8b9990c9ea97af01644556bca395ce0f68a313db1eae92d94d8fcc02a03d0b7d061153296b4ec4c2d5f39dcffe84673ef75f570e8e499fc82ca68a1e SHA512 811d055bc448bf5eaff6f783e5fc4de53e4155a664b969eda70fb1f5f539161ee8490e47e229ddcc5cd12c2a95d8734edf5f0c2f603a5782d4fe21dba013a2df
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild
new file mode 100644
index 000000000000..8893938bcab5
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KMNAME="${PN}-1"
+inherit kde5
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://www.kde.org"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ >=sys-auth/polkit-qt-0.112.0[qt5(+)]
+"
+RDEPEND="${DEPEND}
+ !sys-auth/polkit-kde-agent:4[-minimal(-)]
+ !sys-auth/polkit-kde-agent:5
+"