[Libreoffice-commits] .: instsetoo_native/util solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 09:05:40 PST 2013


 instsetoo_native/util/openoffice.lst     |    8 ++++----
 solenv/bin/modules/installer/download.pm |   10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 44cd995f02d2b46e5b0bfb3cbd743a366d4284f7
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Jan 7 17:43:53 2013 +0100

    use "LibreOffice" instead of "LibO" for final download file names
    
    "LibreOffice" is the name of the product and we should promote it.
    This change has been proposed on the ESC call.
    
    Change-Id: I755ea5b2ec7b6357a7fd2c86ec8479737696042b

diff --git a/instsetoo_native/util/openoffice.lst b/instsetoo_native/util/openoffice.lst
index 487f460..94197bf 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -85,9 +85,9 @@ LibreOffice
         active          1
         compression     5
         script          setup_osl
-        downloadname    LibO_{productversion}_{os}_install_{languages}
-        langpackdownloadname    LibO_{productversion}_languagepack_{os}_install_{languages}
-        helppackdownloadname    LibO_{productversion}_helppack_{os}_install_{languages}
+        downloadname    LibreOffice_{productversion}_{os}_install_{languages}
+        langpackdownloadname    LibreOffice_{productversion}_languagepack_{os}_install_{languages}
+        helppackdownloadname    LibreOffice_{productversion}_helppack_{os}_install_{languages}
         include         {solarenvpath}/{os}/loader2,.,{localpath}/bin,{solarpath}/bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgtype},{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},../../external/common,{solarenvpath}/{os}/OOo_external
     }
 }
@@ -191,7 +191,7 @@ LibreOffice_SDK
 {
     Settings
     {
-        downloadname LibO-SDK_{packageversion}_{os}_install_{languages}
+        downloadname LibreOffice-SDK_{packageversion}_{os}_install_{languages}
         variables
         {
             PRODUCTNAME LibreOffice
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 07308c5..97d29a8 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -314,21 +314,21 @@ sub get_downloadname_productname
 {
     my ($allvariables) = @_;
 
-    my $start = "LibO";
+    my $start = "LibreOffice";
 
-    if ( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) { $start = "LibO"; }
+    if ( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) { $start = "LibreOffice"; }
 
     if ( $allvariables->{'PRODUCTNAME'} eq "LOdev" ) { $start = "LibO-Dev"; }
 
-    if (( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start = "LibO-SDK"; }
+    if (( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start = "LibreOffice-SDK"; }
 
     if (( $allvariables->{'PRODUCTNAME'} eq "LOdev" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start = "LibO-Dev-SDK"; }
 
-    if (( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "TEST" )) { $start = "LibO-Test"; }
+    if (( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "TEST" )) { $start = "LibreOffice-Test"; }
 
     if (( $allvariables->{'PRODUCTNAME'} eq "LOdev" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "TEST" )) { $start = "LibO-Dev-Test"; }
 
-    if ( $allvariables->{'PRODUCTNAME'} eq "URE" ) { $start = "LibO-URE"; }
+    if ( $allvariables->{'PRODUCTNAME'} eq "URE" ) { $start = "LibreOffice-URE"; }
 
     if ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; }
 


More information about the Libreoffice-commits mailing list