diff options
Diffstat (limited to 'kde-base/krunner/krunner-4.0.2.ebuild')
-rw-r--r-- | kde-base/krunner/krunner-4.0.2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/kde-base/krunner/krunner-4.0.2.ebuild b/kde-base/krunner/krunner-4.0.2.ebuild deleted file mode 100644 index d410b64a4ecb..000000000000 --- a/kde-base/krunner/krunner-4.0.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.2.ebuild,v 1.1 2008/03/10 23:50:59 philantrop Exp $ - -EAPI="1" - -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} - >=kde-base/plasma-${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/" - -PATCHES="${FILESDIR}/${P}-linkage.patch - ${FILESDIR}/${P}-opengl.patch" - -src_compile() { - 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_compile -} |