summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 15:52:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:52:15 +0200
commit8d1d62c64b66bfce3107bc20b3cedf8e189bac82 (patch)
tree87be3b570a957c50e3f8972c0e2ec6fda11ccfc3 /kde-plasma/polkit-kde-agent
parentnet-misc/smb4k: Drop 3.0.0-r1 (diff)
downloadgentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.gz
gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.bz2
gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.zip
kde-plasma: Add KDE Plasma 5.16.2
Package-Manager: Portage-2.3.67, Repoman-2.3.16 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.16.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 a408c4a24cfd..b35b837544d8 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.1.tar.xz 42984 BLAKE2B bc1858abc805b1f99523eea5d1c2039668097ab91e1e9ee46b5ce4419be6ac5a368ad508cda111bcd0b69054e8482fa0257412c816024fbaa533aadacf994e4a SHA512 221a76ee1a397b296dc4575bd21183a13f78ed9ce7290496d18e25135d612406f9608cc8e044f575d9d0a1fed8b6f69e70f68aee071433401bb9b651615ae02c
+DIST polkit-kde-agent-1-5.16.2.tar.xz 43012 BLAKE2B 94225c4067c195debfd47c520689722b3b01a3839017606bde04d64681b3e604d6614fc31bfd9614bf4d737ea228925a36fdf004671957e3f97c3b28b9263bac SHA512 2914d6e81a8d3bc799bb246d5864542af13a004024f9811ab4f2a84be5962e350a1b7b0bfb007a4511d8cdd11d413af8101a2a3206009f71e7e37183c67b92ea
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.2.ebuild
new file mode 100644
index 000000000000..52e249db44a3
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.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://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
+"