diff options
author | Petr Kocmid <raxas@pavouk-v-rohu.net> | 2009-08-25 05:03:23 +0200 |
---|---|---|
committer | Petr Kocmid <raxas@pavouk-v-rohu.net> | 2009-08-25 05:03:23 +0200 |
commit | 89457c9bef10ef9272f43773a6b2830420de9fe8 (patch) | |
tree | c32ad1e2c78a8de40ecfd0b61d5dea8e355923f9 /app-office/koshell/koshell-1.6.3_p20090204.ebuild | |
parent | kde-misc dirty stuff, needs more separation 3|4 (diff) | |
download | kde-sunset-89457c9bef10ef9272f43773a6b2830420de9fe8.tar.gz kde-sunset-89457c9bef10ef9272f43773a6b2830420de9fe8.tar.bz2 kde-sunset-89457c9bef10ef9272f43773a6b2830420de9fe8.zip |
koffice 1.6 for kde3 and some more kde3/qt3 office apps
Diffstat (limited to 'app-office/koshell/koshell-1.6.3_p20090204.ebuild')
-rw-r--r-- | app-office/koshell/koshell-1.6.3_p20090204.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-office/koshell/koshell-1.6.3_p20090204.ebuild b/app-office/koshell/koshell-1.6.3_p20090204.ebuild new file mode 100644 index 00000000..a68499bd --- /dev/null +++ b/app-office/koshell/koshell-1.6.3_p20090204.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.6.3_p20090204.ebuild,v 1.7 2009/07/23 14:07:20 armin76 Exp $ + +ARTS_REQUIRED="never" + +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice workspace." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="3.5" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="~app-office/koffice-libs-1.6.3_p20090204" +RDEPEND="${DEPEND}" + +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" + +KMEXTRACTONLY="lib/" + +need-kde 3.5 |