summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 16:25:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:11:40 +0200
commitdd8e6c848a97aea2c41c5c69bc0aa5585722e39c (patch)
tree9b0bb4507fb9ec18c0af393f5d98e0e15b7eeba2 /kde-plasma/polkit-kde-agent
parentnet-misc/cadaver: Add ${EPREFIX}. (diff)
downloadgentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.tar.gz
gentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.tar.bz2
gentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.zip
kde-plasma: Add KDE Plasma 5.16.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, 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.16.1.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 1e9741be15e3..d875423fa16a 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.15.5.tar.xz 42612 BLAKE2B 22ca9adad609eb5603aa7d50fbfcbf6cf17d96dc3f822acdd91d79b855396b32fa2261086269548a302cbd116cf3eb848a5bf1dc08640bbf678428044baee711 SHA512 030bbff94517a02f40bfdbaf0142834d95fc5299fcb126f3014268233e24598aecbad8b04ac1b6c4d3a0d4821a73b10ecba84f2e80af53782bf137e151455ed9
DIST polkit-kde-agent-1-5.16.0.tar.xz 42688 BLAKE2B 3271b8f4d1742859595db0cd3095af78573abc55780dac101434580ac74ab53b839b2e832451979fd805d8ad6e9dfc9cb4f7fb6f5d85d9a7ea78803c2da854c9 SHA512 3d3084d826b006ade7126299ef3ecc093464503aaa314ebb07fc78ac66a4d8c09ae35a958b5fadc60f3c4ffdc01aaa738fc76192b1318e6697d2ec4ce81ff5dc
+DIST polkit-kde-agent-1-5.16.1.tar.xz 42984 BLAKE2B bc1858abc805b1f99523eea5d1c2039668097ab91e1e9ee46b5ce4419be6ac5a368ad508cda111bcd0b69054e8482fa0257412c816024fbaa533aadacf994e4a SHA512 221a76ee1a397b296dc4575bd21183a13f78ed9ce7290496d18e25135d612406f9608cc8e044f575d9d0a1fed8b6f69e70f68aee071433401bb9b651615ae02c
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild
new file mode 100644
index 000000000000..52e249db44a3
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.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://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
+"