You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/lokalize/lokalize-4.14.3.ebuild

47 lines
1.0 KiB

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_HANDBOOK="optional"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 kde4-base
DESCRIPTION="KDE4 translation tool"
HOMEPAGE="https://www.kde.org/applications/development/lokalize
https://l10n.kde.org/tools"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
>=app-text/hunspell-1.2.8
>=dev-qt/qtsql-4.5.0:4[sqlite]
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kdesdk-strigi-analyzer)
$(add_kdebase_dep krosspython "${PYTHON_USEDEP}")
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
"
pkg_setup() {
python-single-r1_pkg_setup
kde4-base_pkg_setup
}
src_install() {
kde4-base_src_install
python_fix_shebang "${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
}