diff options
Diffstat (limited to 'app-office/kchart/kchart-1.6.3_p20090204.ebuild')
-rw-r--r-- | app-office/kchart/kchart-1.6.3_p20090204.ebuild | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app-office/kchart/kchart-1.6.3_p20090204.ebuild b/app-office/kchart/kchart-1.6.3_p20090204.ebuild new file mode 100644 index 00000000..bf18521f --- /dev/null +++ b/app-office/kchart/kchart-1.6.3_p20090204.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.3_p20090204.ebuild,v 1.7 2009/07/23 14:03:45 armin76 Exp $ + +ARTS_REQUIRED="never" + +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice integrated graph and chart drawing tool." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="3.5" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="~app-office/koffice-libs-1.6.3_p20090204" +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +KMCOMPILEONLY="filters/libdialogfilter" + +need-kde 3.5 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = libdialogfilter kchart" > "$S"/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |