summaryrefslogtreecommitdiff
path: root/kde-plasma/polkit-kde-agent
diff options
context:
space:
mode:
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.0.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 3bbc788b573..52c4300c3e8 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1 +1,2 @@
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
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.0.ebuild
new file mode 100644
index 00000000000..99a206395a2
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.0.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
+"