# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.4.0-r1.ebuild,v 1.1 2005/06/22 13:21:47 greg_g Exp $ MAXKOFFICEVER=${PV} KMNAME=koffice KMMODULE=lib inherit kde-meta eutils DESCRIPTION="Shared KOffice libraries." HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~ppc64 ~amd64" IUSE="doc" RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-data)" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-util/pkgconfig" KMEXTRA=" interfaces/ plugins/ tools/ filters/olefilters/ filters/xsltfilter/ filters/generic_wrapper/ kounavail/ doc/api/ doc/koffice/ doc/thesaurus/" KMEXTRACTONLY=" kchart/kdchart/" need-kde 3.3 src_unpack() { kde-meta_src_unpack unpack # Fix problem when saving from koshell. Applied for 1.4.1. epatch "${FILESDIR}/koffice-1.4.0-save.patch" # Force the compilation of libkopainter. sed -i 's:$(KOPAINTERDIR):kopainter:' $S/lib/Makefile.am kde-meta_src_unpack makefiles } src_compile() { kde-meta_src_compile if use doc; then make apidox || die fi } src_install() { kde-meta_src_install if use doc; then make DESTDIR=${D} install-apidox || die fi }