diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-08-03 02:55:36 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-08-03 02:55:36 +1000 |
| commit | a7bab393dec5e4a9e4e2c5b278f66e7622a988aa (patch) | |
| tree | 0608cbdb7a3a543d135fcf2e56296b9fa8928aa1 /kde-frameworks/kauth/kauth-5.1.0.ebuild | |
| parent | 50f880bc88231c7cec66e45fa76c95b9b48d170b (diff) | |
| download | kde-a7bab393dec5e4a9e4e2c5b278f66e7622a988aa.tar.gz kde-a7bab393dec5e4a9e4e2c5b278f66e7622a988aa.tar.bz2 kde-a7bab393dec5e4a9e4e2c5b278f66e7622a988aa.zip | |
[kde-frameworks] Version bump 5.1.0
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.1.0.ebuild')
| -rw-r--r-- | kde-frameworks/kauth/kauth-5.1.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-5.1.0.ebuild b/kde-frameworks/kauth/kauth-5.1.0.ebuild new file mode 100644 index 00000000000..b2f9071f864 --- /dev/null +++ b/kde-frameworks/kauth/kauth-5.1.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 ~x86 ~amd64-linux ~x86-linux" +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 +} |
