# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils DESCRIPTION="Powerfull Pager for KDE" HOMEPAGE="http://www.uni-weimar.de/~wolff3/" SRC_URI="http://www.uni-weimar.de/%7Ewolff3/kdelook/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="arts" DEPEND="" S=${WORKDIR}/${P}/${PN} need-kde 3.3 src_unpack() { unpack ${A} || die "Unpacking the source failed" cd ${WORKDIR} || die "Could not change directory." epatch ${FILESDIR}/${PN}-compile.patch || die "Patch failed" cp ${WORKDIR}/${P}/kpagermainwin.moc.cpp ${S}/src }