summaryrefslogtreecommitdiff
blob: 32fecb8899bb21512cfe740eca3487609b729dae (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/nepomukcontroller/nepomukcontroller-0.2.ebuild,v 1.2 2011/10/29 00:24:11 abcd Exp $

EAPI=4

KDE_MINIMAL="4.6"
inherit kde4-base

DESCRIPTION="KDE 4.6 systray applet that allows you to suspend and resume the Nepomuk file indexer"
HOMEPAGE="http://kde-apps.org/content/show.php?content=137088"
SRC_URI="http://kde-apps.org/CONTENT/content-files/137088-${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="
	dev-libs/soprano
	$(add_kdebase_dep nepomuk)
	$(add_kdebase_dep plasma-workspace)
"
DEPEND="${RDEPEND}"