summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2004-02-05 10:34:16 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2004-02-05 10:34:16 +0000
commit3664397f3a6ac8aade035c59cb932ef05f066a15 (patch)
tree965ea3c1f676cc72ec98da5a4faec5804cfde903 /app-office/openoffice
parentxmms-outpost is a KDE taskbar application to control KDE. Ebuild submitted b... (diff)
downloadgentoo-2-3664397f3a6ac8aade035c59cb932ef05f066a15.tar.gz
gentoo-2-3664397f3a6ac8aade035c59cb932ef05f066a15.tar.bz2
gentoo-2-3664397f3a6ac8aade035c59cb932ef05f066a15.zip
Desktop binding fix
Diffstat (limited to 'app-office/openoffice')
-rw-r--r--app-office/openoffice/ChangeLog6
-rw-r--r--app-office/openoffice/openoffice-1.1.0-r3.ebuild11
2 files changed, 15 insertions, 2 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index 95992c2b7f73..5ff3385f17e2 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.55 2004/02/03 20:31:01 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.56 2004/02/05 10:34:16 pauldv Exp $
+
+ 05 Feb 2004; Paul de Vrieze <pauldv@gentoo.org> openoffice-1.1.0-r3.ebuild:
+ Change the installation database so that the desktop bindings will not get
+ installed for users. They are allready installed globally
03 Feb 2004; suka <suka@gentoo.org> openoffice-1.1.0-r3.ebuild:
This update further simplifies the ebuild and aims to fix the distcc problems.
diff --git a/app-office/openoffice/openoffice-1.1.0-r3.ebuild b/app-office/openoffice/openoffice-1.1.0-r3.ebuild
index 72269b6d9fa5..a1c5883c3c36 100644
--- a/app-office/openoffice/openoffice-1.1.0-r3.ebuild
+++ b/app-office/openoffice/openoffice-1.1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r3.ebuild,v 1.5 2004/02/03 20:31:01 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r3.ebuild,v 1.6 2004/02/05 10:34:16 pauldv Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -494,6 +494,15 @@ src_install() {
done
fi
+ # Do not actually install the desktop bindings for users, we have
+ # installed them globally
+ for module in gid_Module_Optional_Gnome gid_Module_Optional_Kde gid_Module_Optional_Cde
+ do
+ perl -pi -e "/^Module $module/ .. /^End/ and s|(Installed.*)=.*|\1= NO;|" \
+ ${D}${INSTDIR}/program/instdb.ins
+ done
+
+
# Remove unneeded stuff
rm -rf ${D}${INSTDIR}/share/cde