diff options
author | 2005-06-03 15:21:47 +0000 | |
---|---|---|
committer | 2005-06-03 15:21:47 +0000 | |
commit | 5b43d2de8cf9d6bb02b8c85e5b36c0e86c08765a (patch) | |
tree | c44b6471fac8be78234511dd1f61a360c3f2aafa /app-office/karbon | |
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/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/karbon/files/digest-karbon-1.4.0_rc1 | 1 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.4.0_rc1.ebuild | 53 |
3 files changed, 60 insertions, 1 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 +} |