summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-5.3.0.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-05 04:43:45 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-10-05 04:43:45 +1100
commit1b2525cbda286def1fc6002d7f7202271e8d30b8 (patch)
tree1a387bad7a5ceb710edc3ac3fbed706731de8097 /kde-frameworks/kauth/kauth-5.3.0.ebuild
parent2c539068187844761cec410c870a0c64210a965a (diff)
downloadkde-1b2525cbda286def1fc6002d7f7202271e8d30b8.tar.gz
kde-1b2525cbda286def1fc6002d7f7202271e8d30b8.tar.bz2
kde-1b2525cbda286def1fc6002d7f7202271e8d30b8.zip
[kde-frameworks] Version bump 5.3.0
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.3.0.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-5.3.0.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-5.3.0.ebuild b/kde-frameworks/kauth/kauth-5.3.0.ebuild
new file mode 100644
index 00000000000..ce19c4bbae7
--- /dev/null
+++ b/kde-frameworks/kauth/kauth-5.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to let applications perform actions as a privileged user"
+LICENSE="LGPL-2.1+"
+KEYWORDS=" ~amd64"
+IUSE="+policykit"
+
+RDEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ policykit? ( sys-auth/polkit-qt[qt5] )
+"
+DEPEND="${RDEPEND}
+ nls? ( dev-qt/linguist-tools:5 )
+"
+#PDEPEND="policykit? ( sys-auth/polkit-kde-agent )"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package policykit PolkitQt-1)
+ )
+
+ kde5_src_configure
+}