summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 14:47:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 15:17:42 +0100
commit920af2f13d32fd57b7fe5e391faae8063ce573ee (patch)
treed85ad3d3f126a0912fecfd4e68e56a6ed9b66819 /kde-plasma/polkit-kde-agent
parentdev-python/curtsies: clean old versions (diff)
downloadgentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.gz
gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.bz2
gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.zip
kde-plasma: Add KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.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 17d995511eea..b795cbeb23ad 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,2 +1,3 @@
DIST polkit-kde-agent-1-5.14.5.tar.xz 42680 BLAKE2B a423f9ea905164bf8fb9eb5f29b8efc68759492ee93f3122f876ab1e7f2e2b6d254f81e0cdb7906ae81a74f7aad928c226993944dbedf7ff3baa838793a827bc SHA512 09999aca1a3a206088a86119b4bd1db3fd2d51932c99da9480d9784f9cceb9e580851249f9384cca785f852e9ae98d921e5094808aebcbcb333027b1179e6f36
DIST polkit-kde-agent-1-5.15.1.tar.xz 42564 BLAKE2B fecb6b954a92e83e2d1d56d862b3fa0f6617019073b3899a725a12226979e014ee682af502f079e3ff7198b5488355b7de498ab1e0b6e2541b2a12c972ca3164 SHA512 714c2f2d873c3dcc87d57d6a0e22485081b562d7587ccb49718d0aae32579706d5d0ca8ccd0840156d8e89178b65d52411eb3d50ab29bd7bf502b94281390374
+DIST polkit-kde-agent-1-5.15.2.tar.xz 42332 BLAKE2B ecde5013bec23e9cef109a051a245a73446f9fd9412c7c99034aa0997975d5b359c830cdb93ba56f9ee3e4b32c146d16a28e68d2e36b5cea156b1967de735552 SHA512 a877bdf451e551a70cbb1d5f40ade3a128f10b4cbd55443985dcb5e44ef7b245a9de2c990543aba91f28f15af0f5b3801e3c655084a803bfb7f3c5427ad08589
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.2.ebuild
new file mode 100644
index 000000000000..8893938bcab5
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.2.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
+"