# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="A KDE applet that integrates 3ddesktop into KDE" SRC_URI="mirror://sourceforge/k3ddesktop/${P}.tar.bz2" HOMEPAGE="http://sourceforge.net/projects/k3ddesktop/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND=">=kde-base/kdebase-3.3.0" RDEPEND=">=x11-misc/3ddesktop-0.2.5" S="${WORKDIR}/${PN}" need-kde 3.3 pkg_postinst(){ einfo "" einfo "k3ddesktop is not an executable but a KDE kicker applet. As such it must" einfo "be added to the KDE kicker in order to use it. You must also have a video" einfo "card which is opengl capable." einfo "" }