diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2004-08-23 14:47:13 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2004-08-23 14:47:13 +0000 |
commit | fa6c69368a703f827e1ebb216235d218b9f854f7 (patch) | |
tree | bd38e0ae34836c1c0e7da630b15817ff0901f8f5 /app-office | |
parent | Moved from net-www/dspam-web to www-apps/dspam-web (diff) | |
download | gentoo-2-fa6c69368a703f827e1ebb216235d218b9f854f7.tar.gz gentoo-2-fa6c69368a703f827e1ebb216235d218b9f854f7.tar.bz2 gentoo-2-fa6c69368a703f827e1ebb216235d218b9f854f7.zip |
kde build fix, again, and some added features for kde, see ChangeLog
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-ximian/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/openoffice-ximian/files/1.1.2/gentoo-1.3.0.patch | 3 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index b52af984a192..80ca51eb5fe7 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.63 2004/08/22 20:39:47 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.64 2004/08/23 14:47:13 suka Exp $ + + 23 Aug 2004; suka@gentoo.org files/1.1.2/gentoo-1.3.0.patch, + openoffice-ximian-1.3.0.ebuild: + Fixed a build problem with ooo-kde (introduced by myself in the last commit :( + ) . In return KDE users get some added bonus features (which gnome users + already had), like startup notfication, Lotus Document support and the removal + of the annoying double install of menu entries, the last one should also solve + bug #53752 22 Aug 2004; suka@gentoo.org files/1.1.2/gentoo-1.3.0.patch, +files/1.1.2/gentoo-splash.diff, openoffice-ximian-1.3.0.ebuild: diff --git a/app-office/openoffice-ximian/files/1.1.2/gentoo-1.3.0.patch b/app-office/openoffice-ximian/files/1.1.2/gentoo-1.3.0.patch index 3823d79af535..e5d9cbc33daa 100644 --- a/app-office/openoffice-ximian/files/1.1.2/gentoo-1.3.0.patch +++ b/app-office/openoffice-ximian/files/1.1.2/gentoo-1.3.0.patch @@ -1,10 +1,11 @@ --- patches/OOO_1_1_2/apply 2004-08-20 23:49:28.172509416 +0200 +++ patches/OOO_1_1_2/apply 2004-08-20 23:49:28.174509112 +0200 -@@ -27,6 +27,7 @@ +@@ -27,6 +27,8 @@ NLD : NovellBase, NLDOnly PLD : PLDOnly, LinuxCommon, KDECommon, GlobalDesktopFiles, NonDebianCommon KDE : LinuxCommon, KDEOnly +Gentoo : LinuxCommon, GnomeVFS, GlobalDesktopFiles, NonDebianCommon, NovellOnly ++GentooKDE : LinuxCommon, KDECommon, GlobalDesktopFiles, NonDebianCommon # Odd one, very few patches: Ark : ArkOnly, LinuxCommon, GlobalDesktopFiles, ODKFixes, VBABits diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild index 35f22c18072a..df1b4b4a439b 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild,v 1.6 2004/08/22 20:39:47 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.0.ebuild,v 1.7 2004/08/23 14:47:13 suka Exp $ # IMPORTANT: This is extremely alpha!!! @@ -243,7 +243,7 @@ src_unpack() { epatch ${FILESDIR}/${OO_VER}/gentoo-splash.diff if use ooo-kde; then - DISTRO=KDE + DISTRO=GentooKDE ICONDIR=${WORKDIR}/ooo-KDE_icons-${KDE_ICON_VER} WIDGETSET=kde else |