summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 19:27:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 21:06:30 +0200
commit75f3bdb77de6cbe367d9f34ffc29c95e4183475c (patch)
tree46ab7edb5c7b440db31907f97bc2b86df5052685 /kde-plasma/polkit-kde-agent
parentapp-emulation/libvirt: update live ebuild (diff)
downloadgentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.gz
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.bz2
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.zip
kde-plasma: Add KDE Plasma 5.16.3
Package-Manager: Portage-2.3.68, 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.3.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 654f658a6fba..48c857df88cc 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.2.tar.xz 43012 BLAKE2B 94225c4067c195debfd47c520689722b3b01a3839017606bde04d64681b3e604d6614fc31bfd9614bf4d737ea228925a36fdf004671957e3f97c3b28b9263bac SHA512 2914d6e81a8d3bc799bb246d5864542af13a004024f9811ab4f2a84be5962e350a1b7b0bfb007a4511d8cdd11d413af8101a2a3206009f71e7e37183c67b92ea
+DIST polkit-kde-agent-1-5.16.3.tar.xz 42912 BLAKE2B 54b65a687aebcc9d9961cd2bbca09d2bd8eb7eff05c015eb7e713e5dd2d68b942f7959d84303320c81b951b8df75b9c7399a6587f8fc734bcadf9490a03617fc SHA512 7ad45d3f203997ba96ee1731b578d7ae94011775013eeac4bedc1f1d21adc27a94bc06cfd72e510f18c078329d7109c103c44c917efadffb0b6629ad2dc7b3aa
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.ebuild
new file mode 100644
index 000000000000..52e249db44a3
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.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
+"