summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-03 00:00:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-03 00:00:24 +0100
commit169d1ba2268a6e627c46f170f19b86e7e4729da3 (patch)
tree067900715e4cc06b3b43b2f0f664db288f21e6e0 /kde-frameworks/kauth
parent5811224c44ed7461241e30d16275d60e7c3234c1 (diff)
downloadkde-169d1ba2268a6e627c46f170f19b86e7e4729da3.tar.gz
kde-169d1ba2268a6e627c46f170f19b86e7e4729da3.tar.bz2
kde-169d1ba2268a6e627c46f170f19b86e7e4729da3.zip
kde-frameworks: Add KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.41.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
new file mode 100644
index 00000000000..1d056277bc4
--- /dev/null
+++ b/kde-frameworks/kauth/Manifest
@@ -0,0 +1 @@
+DIST kauth-5.41.0.tar.xz 84928 BLAKE2B ee049d0bb7243381efe68204511d5e78dd7fc3938ff9c877df82fdbb3a8954bccf6a1d567b717227d3f59aae1d9561ad84d5220f7c37a93e677a1d3b205f9a5f SHA512 cbdd40ccd9c0cf067cb08b0db252f4cef1ea58a810246e232038caabadd92111e6b8cd3947f1591cd5e69e5ee00f8b9d93fce6ef0c063cb7991e0d88948d6bd6
diff --git a/kde-frameworks/kauth/kauth-5.41.0.ebuild b/kde-frameworks/kauth/kauth-5.41.0.ebuild
new file mode 100644
index 00000000000..4852c2fb783
--- /dev/null
+++ b/kde-frameworks/kauth/kauth-5.41.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to let applications perform actions as a privileged user"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls +policykit"
+
+RDEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ policykit? ( sys-auth/polkit-qt[qt5(+)] )
+"
+DEPEND="${RDEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package policykit PolkitQt5-1)
+ )
+
+ kde5_src_configure
+}