blob: 0cdfc8bec24a7ec5705b418280090e0ce9a9b575 (
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
28
29
30
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/lokalize/lokalize-4.3.5.ebuild,v 1.4 2010/06/21 15:53:29 scarabeus Exp $
EAPI="2"
KMNAME="kdesdk"
inherit kde4-meta
DESCRIPTION="KDE4 translation tool"
KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
# Althrought they are purely runtime, its too useless without them
DEPEND="
>=app-text/hunspell-1.2.8
>=x11-libs/qt-sql-4.5.0:4[sqlite]
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdesdk-strigi-analyzer)
$(add_kdebase_dep krosspython)
$(add_kdebase_dep pykde4)
"
pkg_postinst() {
echo
elog "To be able to autofetch KDE translations in new project wizard, install subversion client:"
elog " emerge -vau subversion"
echo
}
|