diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-19 17:19:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-19 17:19:37 +0000 |
commit | 9504c7149ab954d4b8acec98b863a6efbc5cc6e1 (patch) | |
tree | 5a822bc1549a0e1a17417919482ee49d1a025927 /app-office/karbon | |
parent | Remove redundent 10-udev.hotplug symlink. Noticed by Walt <wa1ter@myrealbox.... (diff) | |
download | gentoo-2-9504c7149ab954d4b8acec98b863a6efbc5cc6e1.tar.gz gentoo-2-9504c7149ab954d4b8acec98b863a6efbc5cc6e1.tar.bz2 gentoo-2-9504c7149ab954d4b8acec98b863a6efbc5cc6e1.zip |
Version bump.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/karbon/files/digest-karbon-1.5.2 | 3 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.5.2.ebuild | 52 |
3 files changed, 61 insertions, 1 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index b5f0e4e05c8d..607b3ad54734 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/karbon # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.38 2006/06/30 20:28:23 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.39 2006/07/19 17:19:37 flameeyes Exp $ + +*karbon-1.5.2 (19 Jul 2006) + + 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +karbon-1.5.2.ebuild: + Version bump. 30 Jun 2006; Lars Weiler <pylon@gentoo.org> karbon-1.5.1.ebuild: Stable on ppc; gcc-4 related; bug #138099. diff --git a/app-office/karbon/files/digest-karbon-1.5.2 b/app-office/karbon/files/digest-karbon-1.5.2 new file mode 100644 index 000000000000..d1ae4451f5cb --- /dev/null +++ b/app-office/karbon/files/digest-karbon-1.5.2 @@ -0,0 +1,3 @@ +MD5 cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 35878218 +RMD160 eb33d9e74adec0fc3409d38c2bfe84b5dfdd5546 koffice-1.5.2.tar.bz2 35878218 +SHA256 d57d8a7611337f2678a7e28b100b9ab64148bf5483c01dbd204529f07b148611 koffice-1.5.2.tar.bz2 35878218 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 +} |