diff options
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.6.3_p20090204.ebuild | 50 |
2 files changed, 58 insertions, 2 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 44ecdd545926..b634dcf9accd 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/karbon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.84 2008/04/21 18:59:17 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.85 2009/02/08 17:20:40 carlo Exp $ + +*karbon-1.6.3_p20090204 (08 Feb 2009) + + 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org> + +karbon-1.6.3_p20090204.ebuild: + Sync to branch plus various fixes. 21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> +files/karbon-1.6.2+gcc-4.3.patch, karbon-1.6.2.ebuild: diff --git a/app-office/karbon/karbon-1.6.3_p20090204.ebuild b/app-office/karbon/karbon-1.6.3_p20090204.ebuild new file mode 100644 index 000000000000..ad6a52980962 --- /dev/null +++ b/app-office/karbon/karbon-1.6.3_p20090204.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:20:40 carlo Exp $ + +ARTS_REQUIRED="never" + +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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="~app-office/koffice-libs-1.6.3_p20090204 + >=media-gfx/imagemagick-5.5.2 + >=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl" + +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.5 + +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 +} |