[Erp5-report] r31993 luke - in /erp5/trunk/buildout: official.cfg openoffice-bin/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 26 17:29:55 CET 2010


Author: luke
Date: Tue Jan 26 17:29:51 2010
New Revision: 31993

URL: http://svn.erp5.org?rev=31993&view=rev
Log:
 - start implementation of openoffice installation from binary archive

Modified:
    erp5/trunk/buildout/official.cfg
    erp5/trunk/buildout/openoffice-bin/buildout.cfg

Modified: erp5/trunk/buildout/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/official.cfg?rev=31993&r1=31992&r2=31993&view=diff
==============================================================================
--- erp5/trunk/buildout/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/official.cfg [utf8] Tue Jan 26 17:29:51 2010
@@ -8,7 +8,7 @@
   mysql-instance/buildout.cfg
   oood/buildout.cfg
   imagemagick/buildout.cfg
-  openoffice/buildout.cfg
+  openoffice-bin/buildout.cfg
   python-2.4/buildout.cfg
   varnish/buildout.cfg
   zope-2.8/buildout.cfg
@@ -36,8 +36,8 @@
   products-deps
   products-erp5
   bt5-erp5
+  openoffice-bin
 #  oood
-#  openoffice
 #  erp5-bt5
 #  erp5-products
 

Modified: erp5/trunk/buildout/openoffice-bin/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/openoffice-bin/buildout.cfg?rev=31993&r1=31992&r2=31993&view=diff
==============================================================================
--- erp5/trunk/buildout/openoffice-bin/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/openoffice-bin/buildout.cfg [utf8] Tue Jan 26 17:29:51 2010
@@ -1,2 +1,14 @@
 # profile to install openoffice from binary (needs host detection)
 [buildout]
+parts =
+  openoffice-bin
+
+[openoffice-bin]
+# XXX: This recipe seems to not support new open office layout
+# XXX: This recipe does not reuse download-cache
+recipe = z3c.recipe.openoffice
+install-pyuno-egg = yes
+hack-openoffice-python = no
+download-url = http://download.services.openoffice.org/files/stable/3.1.1/OOo_3.1.1_LinuxX86-64_install_wJRE_en-US.tar.gz
+unpack-name = OOO310_m19_native_packed-2_en-US.9420
+version = 3




More information about the Erp5-report mailing list