diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2009-02-08 17:21:17 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2009-02-08 17:21:17 +0000 |
commit | 67f07f74ed955cf27efac11ad0b8582c6edafcbc (patch) | |
tree | da0c653eb53d38ca88f770ec94e8062ba8564eae /app-office | |
parent | Bump to 2.12.8 (diff) | |
download | gentoo-2-67f07f74ed955cf27efac11ad0b8582c6edafcbc.tar.gz gentoo-2-67f07f74ed955cf27efac11ad0b8582c6edafcbc.tar.bz2 gentoo-2-67f07f74ed955cf27efac11ad0b8582c6edafcbc.zip |
Sync to branch plus various fixes.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kchart/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/kchart/kchart-1.6.3_p20090204.ebuild | 46 |
2 files changed, 54 insertions, 2 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 91225058ef23..78eb96a27abd 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kchart -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.83 2007/11/11 20:40:18 philantrop Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.84 2009/02/08 17:21:17 carlo Exp $ + +*kchart-1.6.3_p20090204 (08 Feb 2009) + + 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org> + +kchart-1.6.3_p20090204.ebuild: + Sync to branch plus various fixes. 11 Nov 2007; Wulf C. Krueger <philantrop@gentoo.org> kchart-1.6.3.ebuild: Added a minor fix for the desktop file as per bug 190006. Thanks to diff --git a/app-office/kchart/kchart-1.6.3_p20090204.ebuild b/app-office/kchart/kchart-1.6.3_p20090204.ebuild new file mode 100644 index 000000000000..526421525fc5 --- /dev/null +++ b/app-office/kchart/kchart-1.6.3_p20090204.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:21:17 carlo Exp $ + +ARTS_REQUIRED="never" + +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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="~app-office/koffice-libs-1.6.3_p20090204" + +KMCOPYLIB="libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMEXTRA="filters/kchart" + +KMCOMPILEONLY="filters/libdialogfilter" + +need-kde 3.5 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = libdialogfilter kchart" > "$S"/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |