diff options
author | 2018-09-08 10:27:41 +0200 | |
---|---|---|
committer | 2018-09-08 14:03:48 +0200 | |
commit | 64aa333e5583d97e0c79fbaab9e0d081306746c7 (patch) | |
tree | afc45113905a61843b091a2cea9bc284100a34be /kde-frameworks/kdesu/kdesu-5.50.0.ebuild | |
parent | kde-apps/kpat: Add FRAMEWORKS_MINIMAL,QT_MINIMAL defs (diff) | |
download | gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.gz gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.tar.bz2 gentoo-64aa333e5583d97e0c79fbaab9e0d081306746c7.zip |
kde-frameworks: Add KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kdesu/kdesu-5.50.0.ebuild')
-rw-r--r-- | kde-frameworks/kdesu/kdesu-5.50.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/kdesu/kdesu-5.50.0.ebuild b/kde-frameworks/kdesu/kdesu-5.50.0.ebuild new file mode 100644 index 00000000000..bdc08791854 --- /dev/null +++ b/kde-frameworks/kdesu/kdesu-5.50.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework to handle super user actions" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="X" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} |