diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:10:08 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:10:08 +0000 |
commit | f0bf0f010e05b84a2bd27d2c56295228c2e57891 (patch) | |
tree | 3d284a1baa973e79df960a7b06640bd4af7e47dd /app-office/karbon | |
parent | Version bump. Adds support for Creative Zen (Micro-like unit with 20GB capaci... (diff) | |
download | historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.gz historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.bz2 historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.zip |
New version.
Package-Manager: portage-2.0.51.22-r3
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.2 | 1 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.4.2.ebuild | 52 |
3 files changed, 59 insertions, 1 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 0e118449e27a..9d817193a72c 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.15 2005/09/11 17:03:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.16 2005/10/10 22:03:09 greg_g Exp $ + +*karbon-1.4.2 (10 Oct 2005) + + 10 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +karbon-1.4.2.ebuild: + New version. 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> karbon-1.4.1.ebuild: Mark 1.4.1 stable on alpha diff --git a/app-office/karbon/files/digest-karbon-1.4.2 b/app-office/karbon/files/digest-karbon-1.4.2 new file mode 100644 index 000000000000..a054824ae545 --- /dev/null +++ b/app-office/karbon/files/digest-karbon-1.4.2 @@ -0,0 +1 @@ +MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852 diff --git a/app-office/karbon/karbon-1.4.2.ebuild b/app-office/karbon/karbon-1.4.2.ebuild new file mode 100644 index 000000000000..c92e99f83be8 --- /dev/null +++ b/app-office/karbon/karbon-1.4.2.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.2.ebuild,v 1.1 2005/10/10 22:03:09 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="~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 + 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 +} |