# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 KDE_HANDBOOK="optional" PYTHON_DEPEND="2" inherit python kde4-base DESCRIPTION="KDE4 translation tool" KEYWORDS="" IUSE="debug semantic-desktop" DEPEND=" >=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] semantic-desktop? ( >=dev-libs/soprano-2.9.0 ) " RDEPEND="${DEPEND} $(add_kdebase_dep kdesdk-strigi-analyzers) $(add_kdebase_dep krosspython) $(add_kdebase_dep pykde4) " pkg_setup() { python_set_active_version 2 python_pkg_setup kde4-base_pkg_setup } src_install() { kde4-base_src_install python_convert_shebangs -q -r $(python_get_version) "${ED}/usr/share/apps/${PN}" } pkg_postinst() { kde4-base_pkg_postinst if ! has_version dev-vcs/subversion ; then elog "To be able to autofetch KDE translations in new project wizard, install dev-vcs/subversion." fi }