diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-03 15:21:47 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-03 15:21:47 +0000 |
commit | 5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a (patch) | |
tree | c44b6471fac8be78234511dd1f61a360c3f2aafa /app-office | |
parent | Add mask for KOffice release candidate. (diff) | |
download | historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.tar.gz historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.tar.bz2 historical-5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a.zip |
Release candidate for new version of KOffice.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office')
47 files changed, 793 insertions, 13 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 584b6373b898..223ea6430669 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/karbon # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.4 2005/05/03 13:32:34 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.5 2005/06/03 15:15:52 greg_g Exp $ + +*karbon-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +karbon-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> karbon-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/karbon/files/digest-karbon-1.4.0_rc1 b/app-office/karbon/files/digest-karbon-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/karbon/files/digest-karbon-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/karbon/karbon-1.4.0_rc1.ebuild b/app-office/karbon/karbon-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..e81f45e89ee6 --- /dev/null +++ b/app-office/karbon/karbon-1.4.0_rc1.ebuild @@ -0,0 +1,53 @@ +# 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.4.0_rc1.ebuild,v 1.1 2005/06/03 15:15:52 greg_g 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="~x86 ~ppc ~amd64" +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 + 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.3 + +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 +} diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index fef9126fab5c..f582500db0e4 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kchart # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.4 2005/05/03 13:28:58 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.5 2005/06/03 15:19:07 greg_g Exp $ + +*kchart-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kchart-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kchart-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kchart/files/digest-kchart-1.4.0_rc1 b/app-office/kchart/files/digest-kchart-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kchart/files/digest-kchart-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kchart/kchart-1.4.0_rc1.ebuild b/app-office/kchart/kchart-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..b04123f91ac7 --- /dev/null +++ b/app-office/kchart/kchart-1.4.0_rc1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:19:07 greg_g Exp $ + +MAXKOFFICEVER=${PV} +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="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" + +DEPEND="${RDEPEND} + 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 + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +need-kde 3.3 diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog new file mode 100644 index 000000000000..52d3dcf637f8 --- /dev/null +++ b/app-office/kexi/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-office/kexi +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.1 2005/06/03 15:16:15 greg_g Exp $ + +*kexi-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +metadata.xml, + +kexi-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. + diff --git a/app-office/kexi/files/digest-kexi-1.4.0_rc1 b/app-office/kexi/files/digest-kexi-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kexi/files/digest-kexi-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kexi/kexi-1.4.0_rc1.ebuild b/app-office/kexi/kexi-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..715397bddd1f --- /dev/null +++ b/app-office/kexi/kexi-1.4.0_rc1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:16:15 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice integrated environment for database management." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="mysql postgres" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + sys-libs/readline + mysql? ( dev-db/mysql ) + postgres? ( dev-libs/libpqxx ) + dev-lang/python + !dev-db/kexi" + +DEPEND="${RDEPEND} + 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/" + +need-kde 3.3 + diff --git a/app-office/kexi/metadata.xml b/app-office/kexi/metadata.xml new file mode 100644 index 000000000000..3399d0876645 --- /dev/null +++ b/app-office/kexi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index 474c3e8b9e6a..a49a2e2dfc73 100644 --- a/app-office/kformula/ChangeLog +++ b/app-office/kformula/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kformula # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.4 2005/05/03 13:30:41 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.5 2005/06/03 15:19:31 greg_g Exp $ + +*kformula-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> + +kformula-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kformula-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kformula/files/digest-kformula-1.4.0_rc1 b/app-office/kformula/files/digest-kformula-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kformula/files/digest-kformula-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kformula/kformula-1.4.0_rc1.ebuild b/app-office/kformula/kformula-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..81be1c8a790f --- /dev/null +++ b/app-office/kformula/kformula-1.4.0_rc1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:19:31 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice formula editor." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" + +DEPEND="${RDEPEND} + 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/" + +KMEXTRA="filters/kformula" + +need-kde 3.3 + + diff --git a/app-office/kivio/ChangeLog b/app-office/kivio/ChangeLog index fee0f6a9c135..cda5f19e7dbe 100644 --- a/app-office/kivio/ChangeLog +++ b/app-office/kivio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kivio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.4 2005/05/03 13:28:08 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.5 2005/06/03 15:16:44 greg_g Exp $ + +*kivio-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kivio-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kivio-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kivio/files/digest-kivio-1.4.0_rc1 b/app-office/kivio/files/digest-kivio-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kivio/files/digest-kivio-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kivio/kivio-1.4.0_rc1.ebuild b/app-office/kivio/kivio-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..556fdf5ab499 --- /dev/null +++ b/app-office/kivio/kivio-1.4.0_rc1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/kivio-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:16:44 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice flowchart and diagram tool." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + dev-lang/python" + +DEPEND="${RDEPEND} + 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/" + +need-kde 3.3 diff --git a/app-office/koffice-data/ChangeLog b/app-office/koffice-data/ChangeLog index bf433cb2003c..7da3c65c0c79 100644 --- a/app-office/koffice-data/ChangeLog +++ b/app-office/koffice-data/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-data # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.4 2005/05/03 13:24:03 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.5 2005/06/03 15:17:08 greg_g Exp $ + +*koffice-data-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> + +koffice-data-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> koffice-data-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/koffice-data/files/digest-koffice-data-1.4.0_rc1 b/app-office/koffice-data/files/digest-koffice-data-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/koffice-data/files/digest-koffice-data-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/koffice-data/koffice-data-1.4.0_rc1.ebuild b/app-office/koffice-data/koffice-data-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..1e3532b7fe72 --- /dev/null +++ b/app-office/koffice-data/koffice-data-1.4.0_rc1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/koffice-data-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:17:08 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +KMMODULE= +inherit kde-meta eutils + +DESCRIPTION="Shared KOffice data files." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="" + +DEPEND="dev-util/pkgconfig" + +KMEXTRA=" + mimetypes/ + servicetypes/ + pics/ + templates/ + autocorrect/" + +need-kde 3.3
\ No newline at end of file diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog index c16fa011be67..ecfc57d093eb 100644 --- a/app-office/koffice-libs/ChangeLog +++ b/app-office/koffice-libs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-libs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.4 2005/05/03 13:25:15 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.5 2005/06/03 15:20:32 greg_g Exp $ + +*koffice-libs-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> + +koffice-libs-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> koffice-libs-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0_rc1 b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/koffice-libs/koffice-libs-1.4.0_rc1.ebuild b/app-office/koffice-libs/koffice-libs-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..1d74a39f36f6 --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-1.4.0_rc1.ebuild @@ -0,0 +1,62 @@ +# 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_rc1.ebuild,v 1.1 2005/06/03 15:20:32 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 ~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 + + # 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 +} diff --git a/app-office/koffice-meta/ChangeLog b/app-office/koffice-meta/ChangeLog index 97c08f3d2961..45440e7391f6 100644 --- a/app-office/koffice-meta/ChangeLog +++ b/app-office/koffice-meta/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/koffice-meta # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.4 2005/05/03 13:35:06 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.5 2005/06/03 15:17:31 greg_g Exp $ + +*koffice-meta-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> + +koffice-meta-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. Introduces two new + applications: kexi and krita. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> koffice-meta-1.3.5.ebuild: Marked ~amd64 wrt bug #90533. diff --git a/app-office/koffice-meta/files/digest-koffice-meta-1.4.0_rc1 b/app-office/koffice-meta/files/digest-koffice-meta-1.4.0_rc1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-office/koffice-meta/files/digest-koffice-meta-1.4.0_rc1 diff --git a/app-office/koffice-meta/koffice-meta-1.4.0_rc1.ebuild b/app-office/koffice-meta/koffice-meta-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..74b3453f17b2 --- /dev/null +++ b/app-office/koffice-meta/koffice-meta-1.4.0_rc1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:17:31 greg_g Exp $ + +MAXKOFFICEVER=${PV} +inherit kde-functions + +DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/karbon) + $(deprange $PV $MAXKOFFICEVER app-office/kchart) + $(deprange $PV $MAXKOFFICEVER app-office/kexi) + $(deprange $PV $MAXKOFFICEVER app-office/kformula) + $(deprange $PV $MAXKOFFICEVER app-office/kivio) + $(deprange $PV $MAXKOFFICEVER app-office/koffice-data) + $(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + $(deprange $PV $MAXKOFFICEVER app-office/koshell) + $(deprange $PV $MAXKOFFICEVER app-office/kpresenter) + $(deprange $PV $MAXKOFFICEVER app-office/krita) + $(deprange $PV $MAXKOFFICEVER app-office/kspread) + $(deprange $PV $MAXKOFFICEVER app-office/kugar) + $(deprange $PV $MAXKOFFICEVER app-office/kword)" diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index 03797522796b..40bfb071722b 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.98 2005/01/29 14:48:52 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.99 2005/06/03 15:19:58 greg_g Exp $ + +*koffice-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +koffice-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. Introduces two new + applications: kexi and krita. 29 Jan 2005; Simone Gotti <motaboy@gentoo.org> koffice-1.3.5-r1.ebuild, koffice-1.3.5-r2.ebuild: diff --git a/app-office/koffice/files/digest-koffice-1.4.0_rc1 b/app-office/koffice/files/digest-koffice-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/koffice/koffice-1.4.0_rc1.ebuild b/app-office/koffice/koffice-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..2fd0cb8ff4ec --- /dev/null +++ b/app-office/koffice/koffice-1.4.0_rc1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:19:58 greg_g Exp $ + +inherit kde eutils + +MY_PV="1.3.98" +S=${WORKDIR}/${PN}-${MY_PV} + +DESCRIPTION="An integrated office suite for KDE, the K Desktop Environment." +HOMEPAGE="http://www.koffice.org/" +SRC_URI="mirror://kde/unstable/koffice-1.4-rc1/src/koffice-${MY_PV}.tar.bz2" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="doc javascript mysql postgres" + +RDEPEND=">=media-gfx/imagemagick-5.5.2 + >=app-text/wv2-0.1.9 + >=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl + dev-libs/libxml2 + dev-libs/libxslt + sys-libs/readline + mysql? ( dev-db/mysql ) + postgres? ( dev-libs/libpqxx ) + dev-lang/python + media-libs/lcms + javascript? ( kde-base/kjsembed ) + !dev-db/kexi" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + dev-util/pkgconfig" + +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !${x}" + RDEPEND="${RDEPEND} !${x}" +done + +need-kde 3.3 + +# TODO: kword sql plugin needs Qt compiled with sql support +# the dependency on python is needed for scripting support in kexi +# and for kivio/kiviopart/kiviosdk. + +src_compile() { + local myconf="$(use_enable mysql) $(use_enable postgres pgsql)" + + kde_src_compile + use doc && make apidox || die +} + +src_install() { + kde_src_install + use doc && make install-apidox || die + + dodoc changes-* +} diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 997dc1c01a4b..549e72cc97d0 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koshell # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.4 2005/05/03 13:34:08 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.5 2005/06/03 15:20:56 greg_g Exp $ + +*koshell-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +koshell-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> koshell-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/koshell/files/digest-koshell-1.4.0_rc1 b/app-office/koshell/files/digest-koshell-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/koshell/koshell-1.4.0_rc1.ebuild b/app-office/koshell/koshell-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..c514c14b99dd --- /dev/null +++ b/app-office/koshell/koshell-1.4.0_rc1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:20:56 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice workspace." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" + +DEPEND="${RDEPEND} + 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/" + +need-kde 3.3 diff --git a/app-office/kpresenter/ChangeLog b/app-office/kpresenter/ChangeLog index 7ae95c8154b9..a797d6c4bc04 100644 --- a/app-office/kpresenter/ChangeLog +++ b/app-office/kpresenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kpresenter # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.4 2005/05/03 13:31:29 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.5 2005/06/03 15:17:55 greg_g Exp $ + +*kpresenter-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> + +kpresenter-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kpresenter-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kpresenter/files/digest-kpresenter-1.4.0_rc1 b/app-office/kpresenter/files/digest-kpresenter-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kpresenter/files/digest-kpresenter-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kpresenter/kpresenter-1.4.0_rc1.ebuild b/app-office/kpresenter/kpresenter-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..bb6d5eba89ca --- /dev/null +++ b/app-office/kpresenter/kpresenter-1.4.0_rc1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/kpresenter-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:17:55 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice presentation program." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" + +DEPEND="${RDEPEND} + 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/kpresenter" + +need-kde 3.3 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kpresenter" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} diff --git a/app-office/krita/ChangeLog b/app-office/krita/ChangeLog new file mode 100644 index 000000000000..b3a19754f36b --- /dev/null +++ b/app-office/krita/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-office/krita +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.1 2005/06/03 15:21:18 greg_g Exp $ + +*krita-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +metadata.xml, + +krita-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. + diff --git a/app-office/krita/files/digest-krita-1.4.0_rc1 b/app-office/krita/files/digest-krita-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/krita/files/digest-krita-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/krita/krita-1.4.0_rc1.ebuild b/app-office/krita/krita-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..94a16df06f25 --- /dev/null +++ b/app-office/krita/krita-1.4.0_rc1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/krita-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:21:18 greg_g Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice image manipulation program." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="javascript" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + >=media-gfx/imagemagick-5.5.2 + media-libs/lcms + javascript? ( kde-base/kjsembed )" + +DEPEND="${RDEPEND} + 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/" + +KMEXTRA="filters/krita" + +need-kde 3.3 diff --git a/app-office/krita/metadata.xml b/app-office/krita/metadata.xml new file mode 100644 index 000000000000..3399d0876645 --- /dev/null +++ b/app-office/krita/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog index 6879f684473d..bc56cefe79ef 100644 --- a/app-office/kspread/ChangeLog +++ b/app-office/kspread/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kspread # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.5 2005/05/03 13:33:21 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.6 2005/06/03 15:18:19 greg_g Exp $ + +*kspread-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kspread-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kspread-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kspread/files/digest-kspread-1.4.0_rc1 b/app-office/kspread/files/digest-kspread-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kspread/files/digest-kspread-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kspread/kspread-1.4.0_rc1.ebuild b/app-office/kspread/kspread-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..3df1a16532a3 --- /dev/null +++ b/app-office/kspread/kspread-1.4.0_rc1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:18:19 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice spreadsheet application." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + $(deprange $PV $MAXKOFFICEVER app-office/kchart)" + +DEPEND="${RDEPEND} + 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 + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kspread" + +need-kde 3.3 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kspread" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog index ff5db654a19d..4940fba57f64 100644 --- a/app-office/kugar/ChangeLog +++ b/app-office/kugar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kugar # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.4 2005/05/03 13:29:45 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.5 2005/06/03 15:21:47 greg_g Exp $ + +*kugar-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kugar-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kugar-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kugar/files/digest-kugar-1.4.0_rc1 b/app-office/kugar/files/digest-kugar-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kugar/files/digest-kugar-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kugar/kugar-1.4.0_rc1.ebuild b/app-office/kugar/kugar-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..1858c664b8e4 --- /dev/null +++ b/app-office/kugar/kugar-1.4.0_rc1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:21:47 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice report viewer and generator." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" + +DEPEND="${RDEPEND} + 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/" + +KMEXTRA="filters/kugar" + +need-kde 3.3 diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog index a76625cba59e..c48f72f9e8e3 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kword # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.4 2005/05/03 13:26:27 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.5 2005/06/03 15:18:43 greg_g Exp $ + +*kword-1.4.0_rc1 (03 Jun 2005) + + 03 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kword-1.4.0_rc1.ebuild: + Release candidate for new version of KOffice. 03 May 2005; Herbie Hopkins <herbs@gentoo.org> kword-1.3.5.ebuild: Marked ~amd64. diff --git a/app-office/kword/files/digest-kword-1.4.0_rc1 b/app-office/kword/files/digest-kword-1.4.0_rc1 new file mode 100644 index 000000000000..2484c3fac237 --- /dev/null +++ b/app-office/kword/files/digest-kword-1.4.0_rc1 @@ -0,0 +1 @@ +MD5 754e565383783f5e22f7b7483123868e koffice-1.3.98.tar.bz2 19716209 diff --git a/app-office/kword/kword-1.4.0_rc1.ebuild b/app-office/kword/kword-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..8122456faf3f --- /dev/null +++ b/app-office/kword/kword-1.4.0_rc1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.4.0_rc1.ebuild,v 1.1 2005/06/03 15:18:43 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice word processor." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + $(deprange $PV $MAXKOFFICEVER app-office/kspread) + >=app-text/wv2-0.1.8 + >=media-gfx/imagemagick-5.5.2" + +DEPEND="${RDEPEND} + 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 + libkspreadcommon kspread" + +KMEXTRACTONLY=" + lib/ + kspread/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kword" + +need-kde 3.3 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kword" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |