summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-13 19:57:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-13 20:43:12 +0100
commitd4fe789db1d07b9069fafd3728f09cfc325800d6 (patch)
treecaf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/polkit-kde-agent
parentkde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff)
downloadgentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz
gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2
gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip
kde-plasma: Add KDE Plasma 5.12.1
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.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 52c4300c3e81..b462b34b31f0 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.0.tar.xz 41508 BLAKE2B 9fa6d1bff07ca4f19a9f6a909db3ca79f12e32a1441db711fb0097015c5e496cdc2b8fb55ff659c7ba7e6bdd74a6cdcd4edc69d79e0ee5fbaf52577bc1726132 SHA512 dad4648b5c8f5bf646934fef462a6e75d14bed0eb2a69e4081a2d50e890848f7be593e4057c9f4ec06ec53fbcbb3d7036da04a842880643c515dc00bbc31d929
+DIST polkit-kde-agent-1-5.12.1.tar.xz 41580 BLAKE2B 3a85499b53e2b1c6c43c3781f0041e716cadb4df4e5f4969e38ce44a5fb4dc82ad64c9b5025334508b001dcd36bf65cb486588bfcc00a6ee53c47edbe57dbfaf SHA512 dc9485d581996dc511678abbc93b2b7bfb97be21f59f824bb4015f503508e1cb265cdf84529dbe9559986c08987b560f0fb500c1a9ea7e16986310a1b00c1808
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.ebuild
new file mode 100644
index 000000000000..99a206395a27
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.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
+"