# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils IUSE="opengl" DESCRIPTION="Powerfull pager plugin for kicker" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=31166" SRC_URI="http://www.kde-apps.org/content/files/31166-${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND="opengl? ( x11-misc/3ddesktop )" need-kde 3.3 DOCS="AUTHORS ChangeLog INSTALL NEWS REDME TODO" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-desktop.patch }