# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-kde 3.2 DESCRIPTION="A flexible eye-pleasing replacement for the pager applet in kicker." HOMEPAGE="http://www.kde-look.org/content/show.php?content=6702" SRC_URI="http://199.231.140.154/software/kickerpager/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="xinerama" DOCS="AUTHORS COPYING INSTALL NEWS README TODO" src_compile() { local myconf \ use xinerama && myconf="${myconf} --with-xinerama" kde_src_compile }