diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-10-16 21:33:37 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-10-16 21:33:37 +1100 |
| commit | f82d50ef3b219a25994e6f94c46a01d0228a5a02 (patch) | |
| tree | 1e6a727d71efb7f3d2cdda64c0828cd15e23c375 /kde-base/krunner/krunner-4.11.13.ebuild | |
| parent | 3aba31025ca6d61333eec17d5258a0b0223ee0a7 (diff) | |
| download | kde-f82d50ef3b219a25994e6f94c46a01d0228a5a02.tar.gz kde-f82d50ef3b219a25994e6f94c46a01d0228a5a02.tar.bz2 kde-f82d50ef3b219a25994e6f94c46a01d0228a5a02.zip | |
[kde-base] Add KDE workspaces 4.11.13
Diffstat (limited to 'kde-base/krunner/krunner-4.11.13.ebuild')
| -rw-r--r-- | kde-base/krunner/krunner-4.11.13.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/kde-base/krunner/krunner-4.11.13.ebuild b/kde-base/krunner/krunner-4.11.13.ebuild new file mode 100644 index 00000000000..4d4fc52ee97 --- /dev/null +++ b/kde-base/krunner/krunner-4.11.13.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE Command Runner" +HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner" +IUSE="debug" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kcheckpass) + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libplasmagenericshell) + !aqua? ( + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext + ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kdm/ + libs/kephal/ + libs/ksysguard/ + libs/kworkspace/ + libs/plasmagenericshell/ + kcheckpass/ + ksmserver/org.kde.KSMServerInterface.xml + ksysguard/ + plasma/screensaver/shell/org.kde.plasma-overlay.App.xml +" + +KMLOADLIBS="libkworkspace" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} |
