From b19fb6252d57b5bea589b14f0890861d02cb58e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jaroszy=C5=84ski?= Date: Sun, 11 Jun 2006 18:44:19 +0000 Subject: app-dicts: New ebuild. Requested in bug #121293 svn path=/; revision=58 --- app-dicts/ktranslator/ktranslator-0.4.ebuild | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-dicts/ktranslator/ktranslator-0.4.ebuild (limited to 'app-dicts/ktranslator/ktranslator-0.4.ebuild') diff --git a/app-dicts/ktranslator/ktranslator-0.4.ebuild b/app-dicts/ktranslator/ktranslator-0.4.ebuild new file mode 100644 index 000000000..19718a4e1 --- /dev/null +++ b/app-dicts/ktranslator/ktranslator-0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde + +DESCRIPTION="KTranslator is a translation program to KDE" +HOMEPAGE="http://ktranslator.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="festival lowmem ocr" +#Flags to choose which plugins should be compiled +#IUSE="${IUSE} babylon dictd plaintext sdict stardict" +RDEPEND="ocr? ( app-text/gocr ) + festival? ( app-accessibility/festival )" + +need-kde 3.3 + +src_compile() { + myconf="$(use_enable !lowmem opts)" + + #Handling of flags to choose plugins which should be compiled + #myconf=${myconf} --with-plugins=$(usev babylon),$(usev dictd),$(usev plaintext),$(usev sdict),$(usev stardict)" + + kde_src_compile +} -- cgit v1.2.3