diff options
Diffstat (limited to 'kde-frameworks/kauth')
| -rw-r--r-- | kde-frameworks/kauth/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kauth/kauth-5.13.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest new file mode 100644 index 00000000000..071ae8b13b4 --- /dev/null +++ b/kde-frameworks/kauth/Manifest @@ -0,0 +1 @@ +DIST kauth-5.13.0.tar.xz 82096 SHA256 73d67cbabaa89fe877ed60f5b95a46152bcca96fa8331403e137c7eb5bea33c8 SHA512 b4b122472c0afa6cb1ee6e4be273b2c874bf6fb2e2472d3aee645b71138b8d92306b614aea458f9de4bebf3fe08b696bc95eede59337e0b79414d8966c2981af WHIRLPOOL 6b7ba0846246bc59e4e5702dafcd70569268369b6aa81a4b9169a6f46b855e1163683e99a3671ae38cd9de495493f951dff669f09995712145a7e160d1411e08 diff --git a/kde-frameworks/kauth/kauth-5.13.0.ebuild b/kde-frameworks/kauth/kauth-5.13.0.ebuild new file mode 100644 index 00000000000..dc64216867f --- /dev/null +++ b/kde-frameworks/kauth/kauth-5.13.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 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" +IUSE="nls +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? ( kde-plasma/polkit-kde-agent )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package policykit PolkitQt5-1) + ) + + kde5_src_configure +} |
