[Libreoffice-commits] .: 2 commits - instsetoo_native/util solenv/gbuild
Jan Holesovsky
kendy at kemper.freedesktop.org
Thu Dec 1 15:30:34 PST 2011
instsetoo_native/util/openoffice.lst | 5 +++++
solenv/gbuild/platform/unxgcc.mk | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 4f242ff5b0eb4baa3e9ff4f5beef7a4e475c296a
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Dec 2 00:29:30 2011 +0100
Run gdb in the TUI mode.
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index fe2aa7e..28fd943 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -402,7 +402,7 @@ endef
define gb_Module_DEBUGRUNCOMMAND
OFFICESCRIPT=`mktemp` && \
printf ". $(OUTDIR)/installation/opt/program/ooenv\\n" > $${OFFICESCRIPT} && \
-printf "gdb $(OUTDIR)/installation/opt/program/soffice.bin" >> $${OFFICESCRIPT} && \
+printf "gdb --tui $(OUTDIR)/installation/opt/program/soffice.bin" >> $${OFFICESCRIPT} && \
printf " -ex \"set args --norestore --nologo '--accept=pipe,name=$(USER);urp;' -env:UserInstallation=file://$(OUTDIR)/installation/\"" >> $${OFFICESCRIPT} && \
printf " -ex \"r\"\\n" >> $${OFFICESCRIPT} && \
$(SHELL) $${OFFICESCRIPT} && \
commit 0ba266a2984afa19fb10b3384f4e317c929b49fc
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Dec 2 00:28:40 2011 +0100
online update: We were missing the update service URL.
diff --git a/instsetoo_native/util/openoffice.lst b/instsetoo_native/util/openoffice.lst
index 1313851..5cb2baa 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -61,6 +61,7 @@ LibreOffice
ABOUTBOXPRODUCTVERSION 3.5.0
BASEPRODUCTVERSION 3.5
PCPFILENAME libreoffice.pcp
+ UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk,userland.txt,version.lst
REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
ADDSYSTEMINTEGRATION 1
@@ -120,6 +121,7 @@ LibreOffice_wJRE
USERDIRPRODUCTVERSION 3
ABOUTBOXPRODUCTVERSION 3.5.0
BASEPRODUCTVERSION 3.5
+ UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
ADDSYSTEMINTEGRATION 1
@@ -186,6 +188,7 @@ LibreOffice_Dev
SOLSUREPACKAGEPREFIX lodev
REGISTRYLAYERNAME LayerDev
SERVICETAG_URN urn:uuid:1680b00d-e45c-11de-82d6-080020a9ed93
+ UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
EVAL
FILEFORMATNAME OpenOffice.org
@@ -483,6 +486,7 @@ OxygenOffice
ABOUTBOXPRODUCTVERSION 3.5.0
BASEPRODUCTVERSION 3.5
PCPFILENAME openoffice.pcp
+ UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk,userland.txt,version.lst
REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
ADDSYSTEMINTEGRATION 1
@@ -547,6 +551,7 @@ OxygenOffice_wJRE
USERDIRPRODUCTVERSION 3
ABOUTBOXPRODUCTVERSION 3.5.0
BASEPRODUCTVERSION 3.5
+ UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
ADDSYSTEMINTEGRATION 1
More information about the Libreoffice-commits
mailing list