# 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://www.kde-look.org/content/files/6702-kickerpager-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="xinerama" DOCS="AUTHORS COPYING INSTALL NEWS README TODO" #src_unpack() { # #} src_compile() { local myconf \ use xinerama && myconf="${myconf} --with-xinerama" kde_src_compile } src_install () { make install DESTDIR=${D} destdir=${D} xdg_appsdir=${D} || die "failed make" kde_src_install dodoc }