# Copyright 1999-2006 Gentoo Foundation, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="Kerry Beagle is a KDE frontend for the Beagle desktop search daemon" HOMEPAGE="http://en.opensuse.org/Kerry" LICENSE="GPL-2" SLOT="0" IUSE="" SRC_URI="http://developer.kde.org/~binner/kerry/${P}.tar.bz2" KEYWORDS="~x86 ~amd64" RDEPEND=">=app-misc/beagle-0.2" DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/${PN} need-kde 3.4 src_unpack() { kde_src_unpack epatch ${FILESDIR}/${PN}-0.09-del-shortcut.patch epatch ${FILESDIR}/${PN}-0.09-gentoo.patch } src_install() { kde_src_install dodoc COPYING }