diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 20:12:58 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 08:08:52 +0200 |
| commit | 466a70a3deb0eac9a9a6476f2b691d457de376ee (patch) | |
| tree | e6b1c851707d2aad950659d79e8670ba036700b3 /kde-frameworks/kauth/kauth-5.58.0.ebuild | |
| parent | 0a97e71c6c35a130f7363172d263efdcb22a3735 (diff) | |
| download | kde-466a70a3deb0eac9a9a6476f2b691d457de376ee.tar.gz kde-466a70a3deb0eac9a9a6476f2b691d457de376ee.tar.bz2 kde-466a70a3deb0eac9a9a6476f2b691d457de376ee.zip | |
kde-frameworks: Add KDE frameworks 5.58.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.58.0.ebuild')
| -rw-r--r-- | kde-frameworks/kauth/kauth-5.58.0.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-5.58.0.ebuild b/kde-frameworks/kauth/kauth-5.58.0.ebuild new file mode 100644 index 00000000000..396d6cb72e1 --- /dev/null +++ b/kde-frameworks/kauth/kauth-5.58.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + policykit? ( sys-auth/polkit-qt[qt5(+)] ) +" +RDEPEND="${DEPEND}" +PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package policykit PolkitQt5-1) + ) + + kde5_src_configure +} + +src_test() { + # KAuthHelperTest test fails, bug 654842 + local myctestargs=( + -E "(KAuthHelperTest)" + ) + + kde5_src_test +} |
