blob: 607873d376e46b8bdc9f97140fb91e9d08ae86cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2006 Gentoo Foundation, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kerry/kerry-0.09.ebuild,v 1.2 2006/04/06 02:34:30 tsunam Exp $
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="~amd64 ~x86"
RDEPEND=">=app-misc/beagle-0.2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${PN}
need-kde 3.4
PATCHES="${FILESDIR}/${P}-del-shortcut.patch
${FILESDIR}/${P}-gentoo.patch
${FILESDIR}/${P}-xdg-desktop.patch"
|