# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.3.5.ebuild,v 1.1 2005/01/29 13:21:33 motaboy Exp $ MAXKOFFICEVER=1.3.5 KMNAME=koffice inherit kde-meta eutils DESCRIPTION="KOffice: Yet another vector graphics application." HOMEPAGE="http://www.koffice.org/" SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2" LICENSE="GPL-2 LGPL-2" KEYWORDS="~x86" IUSE="" SLOT="0" DEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) >=media-libs/libart_lgpl-2.3.9 dev-util/pkgconfig" KMCOPYLIB=" libkformula lib/kformula libkofficecore lib/kofficecore libkofficeui lib/kofficeui libkopainter lib/kopainter libkoscript lib/koscript libkospell lib/kospell libkotext lib/kotext libkwmf lib/kwmf libkowmf lib/kwmf libkstore lib/store" KMEXTRACTONLY="lib/" KMCOMPILEONLY="filters/liboofilter" KMEXTRA="filters/karbon" need-kde 3.1 src_unpack() { kde-meta_src_unpack unpack # We need to compile first liboofilter because it's needed by the karbon's OOo filters echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am kde-meta_src_unpack makefiles }