blob: b5a745f459262993b6ae7c02b4d1e187c297e706 (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
KMNAME="playground/base/plasma/applets"
KDE_SCM="svn"
inherit kde4-base
DESCRIPTION="Translator plasmoid using google translator"
HOMEPAGE="http://kde-look.org/content/show.php/translatoid?content=97511"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS=""
IUSE="debug"
DEPEND="
dev-libs/qjson
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
S="${WORKDIR}/${PN}"
|