blob: c436d557edb46abae1da8f6784c2c18c849a1a3b (
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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild,v 1.1 2013/06/19 01:12:14 creffett Exp $
EAPI=5
KDE_LINGUAS="cs da de es et ga ja it nds nl pl pt pt_BR sk sv uk zh_CN"
inherit kde4-base
DESCRIPTION="An input method frontend for KDE"
HOMEPAGE="http://kde-apps.org/content/show.php/KIMToy?content=140967"
SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2+"
IUSE=""
DEPEND="
>=app-i18n/fcitx-4.0
>=app-i18n/ibus-1.3.0
>=app-i18n/scim-1.4.9
dev-libs/dbus-c++
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
|