diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:52:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:52:26 +0000 |
commit | 884448fe539d8d03e15d3b454fb0413fe9b6fbbc (patch) | |
tree | 1f45a51ef736830a005781f5a511fee20d294f84 /kde-base/krunner/krunner-4.1.3.ebuild | |
parent | Fixup 4.1.3 mask, so no more empty lines. (diff) | |
download | historical-884448fe539d8d03e15d3b454fb0413fe9b6fbbc.tar.gz historical-884448fe539d8d03e15d3b454fb0413fe9b6fbbc.tar.bz2 historical-884448fe539d8d03e15d3b454fb0413fe9b6fbbc.zip |
Full auto: Version bump for KDE-4.1.3
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-gentoo i686
Diffstat (limited to 'kde-base/krunner/krunner-4.1.3.ebuild')
-rw-r--r-- | kde-base/krunner/krunner-4.1.3.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-base/krunner/krunner-4.1.3.ebuild b/kde-base/krunner/krunner-4.1.3.ebuild new file mode 100644 index 000000000000..fe8326a7af50 --- /dev/null +++ b/kde-base/krunner/krunner-4.1.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krunner/krunner-4.1.3.ebuild,v 1.1 2008/11/09 01:16:34 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdebase-workspace +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE Command Runner" +IUSE="debug opengl xcomposite xscreensaver" +KEYWORDS="~amd64 ~x86" + +COMMONDEPEND=" + >=kde-base/ksmserver-${PV}:${SLOT} + >=kde-base/ksysguard-${PV}:${SLOT} + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + x11-libs/libXxf86misc + opengl? ( virtual/opengl ) + xcomposite? ( x11-libs/libXcomposite ) + xscreensaver? ( x11-libs/libXScrnSaver )" +DEPEND="${COMMONDEPEND} + x11-proto/xf86miscproto + xcomposite? ( x11-proto/compositeproto )" +RDEPEND="${COMMONDEPEND} + >=kde-base/kdebase-data-${PV}:${SLOT}" + +KMEXTRACTONLY=" + libs/kdm/ + libs/ksysguard/ + libs/kworkspace/ + kcontrol/ + ksysguard/ + ksmserver/org.kde.KSMServerInterface.xml + kcheckpass/" + +KMLOADLIBS="libkworkspace libplasma" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xcomposite X11_Xcomposite) + $(cmake-utils_use_with xscreensaver X11_Xscreensaver)" + + kde4-meta_src_configure +} |