From 9504c7149ab954d4b8acec98b863a6efbc5cc6e1 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 19 Jul 2006 17:19:37 +0000 Subject: Version bump. (Portage version: 2.1.1_pre3-r1) --- app-office/karbon/karbon-1.5.2.ebuild | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 app-office/karbon/karbon-1.5.2.ebuild (limited to 'app-office/karbon/karbon-1.5.2.ebuild') diff --git a/app-office/karbon/karbon-1.5.2.ebuild b/app-office/karbon/karbon-1.5.2.ebuild new file mode 100644 index 000000000000..765d510ddd92 --- /dev/null +++ b/app-office/karbon/karbon-1.5.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.5.2.ebuild,v 1.1 2006/07/19 17:19:37 flameeyes Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice vector drawing application." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + >=media-gfx/imagemagick-5.5.2 + >=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KMCOPYLIB=" + libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkopalette lib/kopalette + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/karbon" + +need-kde 3.4 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} -- cgit v1.2.3-65-gdbad