summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-06-21 08:37:53 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-06-21 08:37:53 +0000
commit3e8439168e73719b0eada9b905346665da509c94 (patch)
tree458348e8b50db971485f634949058cf3e4ac2084
parentUpdate for KOffice 1.4. (diff)
downloadgentoo-2-3e8439168e73719b0eada9b905346665da509c94.tar.gz
gentoo-2-3e8439168e73719b0eada9b905346665da509c94.tar.bz2
gentoo-2-3e8439168e73719b0eada9b905346665da509c94.zip
Final release of KOffice 1.4.
(Portage version: 2.0.51.19)
-rw-r--r--app-office/karbon/ChangeLog7
-rw-r--r--app-office/karbon/files/digest-karbon-1.4.01
-rw-r--r--app-office/karbon/karbon-1.4.0.ebuild52
-rw-r--r--app-office/koffice-data/ChangeLog8
-rw-r--r--app-office/koffice-data/files/digest-koffice-data-1.4.01
-rw-r--r--app-office/koffice-data/koffice-data-1.4.0.ebuild29
-rw-r--r--app-office/koffice-libs/ChangeLog8
-rw-r--r--app-office/koffice-libs/files/digest-koffice-libs-1.4.01
-rw-r--r--app-office/koffice-libs/koffice-libs-1.4.0.ebuild62
-rw-r--r--app-office/koffice/ChangeLog7
-rw-r--r--app-office/koffice/files/digest-koffice-1.4.01
-rw-r--r--app-office/koffice/koffice-1.4.0.ebuild63
12 files changed, 236 insertions, 4 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog
index 82756fa7dd62..79ebcd523fc5 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.6 2005/06/11 09:42:49 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.7 2005/06/21 08:37:53 greg_g Exp $
+
+*karbon-1.4.0 (21 Jun 2005)
+
+ 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +karbon-1.4.0.ebuild:
+ Final release of KOffice 1.4.
11 Jun 2005; Markus Rothe <corsair@gentoo.org> karbon-1.3.5.ebuild,
karbon-1.4.0_rc1.ebuild:
diff --git a/app-office/karbon/files/digest-karbon-1.4.0 b/app-office/karbon/files/digest-karbon-1.4.0
new file mode 100644
index 000000000000..aada0edc41ee
--- /dev/null
+++ b/app-office/karbon/files/digest-karbon-1.4.0
@@ -0,0 +1 @@
+MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/karbon/karbon-1.4.0.ebuild b/app-office/karbon/karbon-1.4.0.ebuild
new file mode 100644
index 000000000000..4de35c22e2e3
--- /dev/null
+++ b/app-office/karbon/karbon-1.4.0.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/karbon/karbon-1.4.0.ebuild,v 1.1 2005/06/21 08:37:53 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="~amd64 ~ppc ~ppc64 ~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
+ libkoscript lib/koscript
+ 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/koffice-data/ChangeLog b/app-office/koffice-data/ChangeLog
index cc3dae216372..8a070bd65866 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.6 2005/06/11 09:20:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.7 2005/06/21 08:37:29 greg_g Exp $
+
+*koffice-data-1.4.0 (21 Jun 2005)
+
+ 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +koffice-data-1.4.0.ebuild:
+ Final release of KOffice 1.4.
11 Jun 2005; Markus Rothe <corsair@gentoo.org> koffice-data-1.3.5.ebuild,
koffice-data-1.4.0_rc1.ebuild:
diff --git a/app-office/koffice-data/files/digest-koffice-data-1.4.0 b/app-office/koffice-data/files/digest-koffice-data-1.4.0
new file mode 100644
index 000000000000..aada0edc41ee
--- /dev/null
+++ b/app-office/koffice-data/files/digest-koffice-data-1.4.0
@@ -0,0 +1 @@
+MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/koffice-data/koffice-data-1.4.0.ebuild b/app-office/koffice-data/koffice-data-1.4.0.ebuild
new file mode 100644
index 000000000000..8192d809edc0
--- /dev/null
+++ b/app-office/koffice-data/koffice-data-1.4.0.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.ebuild,v 1.1 2005/06/21 08:37:29 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="~amd64 ~ppc ~ppc64 ~x86"
+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 c2325afec461..18e45a8b10ac 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.6 2005/06/13 01:12:20 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.7 2005/06/21 08:37:05 greg_g Exp $
+
+*koffice-libs-1.4.0 (21 Jun 2005)
+
+ 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +koffice-libs-1.4.0.ebuild:
+ Final release of KOffice 1.4.
12 Jun 2005; Tom Gall <tgall@gentoo.org>
office-libs-1.3.5.ebuild:
diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0 b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0
new file mode 100644
index 000000000000..aada0edc41ee
--- /dev/null
+++ b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0
@@ -0,0 +1 @@
+MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/koffice-libs/koffice-libs-1.4.0.ebuild b/app-office/koffice-libs/koffice-libs-1.4.0.ebuild
new file mode 100644
index 000000000000..a75ac232be1e
--- /dev/null
+++ b/app-office/koffice-libs/koffice-libs-1.4.0.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.ebuild,v 1.1 2005/06/21 08:37:05 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/ChangeLog b/app-office/koffice/ChangeLog
index fc9b31435536..08486acb39ea 100644
--- a/app-office/koffice/ChangeLog
+++ b/app-office/koffice/ChangeLog
@@ -1,6 +1,11 @@
# 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.101 2005/06/11 09:55:59 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.102 2005/06/21 08:36:41 greg_g Exp $
+
+*koffice-1.4.0 (21 Jun 2005)
+
+ 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +koffice-1.4.0.ebuild:
+ Final release of KOffice 1.4.
11 Jun 2005; Markus Rothe <corsair@gentoo.org> koffice-1.4.0_rc1.ebuild:
Added ~ppc64
diff --git a/app-office/koffice/files/digest-koffice-1.4.0 b/app-office/koffice/files/digest-koffice-1.4.0
new file mode 100644
index 000000000000..aada0edc41ee
--- /dev/null
+++ b/app-office/koffice/files/digest-koffice-1.4.0
@@ -0,0 +1 @@
+MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/koffice/koffice-1.4.0.ebuild b/app-office/koffice/koffice-1.4.0.ebuild
new file mode 100644
index 000000000000..1c4d1fb4a09f
--- /dev/null
+++ b/app-office/koffice/koffice-1.4.0.ebuild
@@ -0,0 +1,63 @@
+# 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.ebuild,v 1.1 2005/06/21 08:36:41 greg_g Exp $
+
+inherit kde eutils
+
+DESCRIPTION="An integrated office suite for KDE, the K Desktop Environment."
+HOMEPAGE="http://www.koffice.org/"
+SRC_URI="mirror://kde/stable/koffice-1.4/src/${P}.tar.bz2"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~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
+ if use doc; then
+ make apidox || die
+ fi
+}
+
+src_install() {
+ kde_src_install
+ if use doc; then
+ make DESTDIR="${D}" install-apidox || die
+ fi
+
+ dodoc changes-*
+}