summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 15:19:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 16:13:05 +0100
commite0d959b952e0d6584ea86e0f6ef4d5c017d7856b (patch)
tree7994321e886ad0f3bef371f7f6859cebe024b368 /kde-plasma/polkit-kde-agent
parentsci-physics/root: version bump to 6.12/06 (diff)
downloadgentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.gz
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.bz2
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.zip
kde-plasma: Add KDE Plasma 5.12.3
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.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 b12354ec25d2..4c0fa784be91 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.11.5.tar.xz 44320 BLAKE2B c1e0add72af02cb34f61a07038580f9b1de5e2b45c0a47f01eaea1cb0a96ddfb071fd56f293cb59d66620ecd3dcb8868f0c4b63a40ed46de4326f78b8314d37b SHA512 63a6696fa5961c4757b9ee13db8d9de67d0ff8c15f72448c05f2728fc57f19717adfe09aba38d7990bbaf3bd67a3674300397fd2f988f0d27b5e13b22902966f
DIST polkit-kde-agent-1-5.12.2.tar.xz 41592 BLAKE2B 08dd7c959c4b8f4257b61bc71a76ea59fbf0b152a174e1ff346aa56c6d6875aaaf1fd623e4f34d40ce1f35861ee5ce8a8160f711c76c34d4a66e0c73b19f41ff SHA512 e3e477415e325e0621ea9a8c0a388e60747e8c0a0fc546993b438b60b1812492415a8559764cf5a2c5834857ffda5991bb363b958c239b33f9336f8cf6153f35
+DIST polkit-kde-agent-1-5.12.3.tar.xz 41588 BLAKE2B 8ed12b88bac46c46c26070136fcbd1285a770abba5efc08da5a3e070b4aebb9f5c25caf7fcb15c53dc442e076c47cfd6d485919ade5254cea684a9fc702e2b4f SHA512 870859afab2cc332dd74b87fe9217a6c1140c65647c36e3c62ebe264a17a5194e784840393c993fc3d2f90d94d3bc6155368d676b20ff94cfa71e9b8d53c0ba4
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.3.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.3.ebuild
new file mode 100644
index 000000000000..99a206395a27
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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)
+ || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5(+)] )
+"
+RDEPEND="${DEPEND}
+ !sys-auth/polkit-kde-agent:4[-minimal(-)]
+ !sys-auth/polkit-kde-agent:5
+"