Author: mseidel
Date: Thu Mar 14 14:05:10 2019
New Revision: 1855525

URL: http://svn.apache.org/viewvc?rev=1855525&view=rev
Log:
Merged r1855523 from trunk

Added graphic for Developer build (Start Center)

Added:
    openoffice/branches/AOO42X/main/default_images/framework/res/dev/
      - copied from r1855523, 
openoffice/trunk/main/default_images/framework/res/dev/
Modified:
    openoffice/branches/AOO42X/   (props changed)
    openoffice/branches/AOO42X/main/instsetoo_native/util/makefile.mk

Propchange: openoffice/branches/AOO42X/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Mar 14 14:05:10 2019
@@ -9,4 +9,4 @@
 /openoffice/branches/ia2:1417739-1541842
 
/openoffice/branches/ooxml-osba:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk:1851110-1851111,1851115,1851118,1851121,1851206,1851214-1851215,1851443,1851449,1851464,1851575,1851634,1851637,1851639,1851715,1851753,1851813,1851987,1852008,1852010,1852029,1852046,1852174,1852187,1852190,1852197,1852430,1852438,1852623-1852624,1852841,1852965,1853175,1853245,1853252,1853285-1853286,1853299,1853319,1853327,1853443-1853444,1853456,1853466,1853504,1853558,1853643,1853668,1853670,1853726,1853742,1853972,1853976,1854051,1854065,1854176,1854196,1854324-1854325,1854473,1854519,1854740,1854788,1854852,1854933,1855053,1855140,1855181,1855246,1855509
+/openoffice/trunk:1851110-1851111,1851115,1851118,1851121,1851206,1851214-1851215,1851443,1851449,1851464,1851575,1851634,1851637,1851639,1851715,1851753,1851813,1851987,1852008,1852010,1852029,1852046,1852174,1852187,1852190,1852197,1852430,1852438,1852623-1852624,1852841,1852965,1853175,1853245,1853252,1853285-1853286,1853299,1853319,1853327,1853443-1853444,1853456,1853466,1853504,1853558,1853643,1853668,1853670,1853726,1853742,1853972,1853976,1854051,1854065,1854176,1854196,1854324-1854325,1854473,1854519,1854740,1854788,1854852,1854933,1855053,1855140,1855181,1855246,1855509,1855523

Modified: openoffice/branches/AOO42X/main/instsetoo_native/util/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/instsetoo_native/util/makefile.mk?rev=1855525&r1=1855524&r2=1855525&view=diff
==============================================================================
--- openoffice/branches/AOO42X/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/branches/AOO42X/main/instsetoo_native/util/makefile.mk Thu Mar 
14 14:05:10 2019
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,23 +7,25 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
+
+
 PRJ=..
 PRJNAME=instsetoo_native
 TARGET=util
 
-.INCLUDE:  settings.mk
+.INCLUDE: settings.mk
 .INCLUDE: $(SOLARINCDIR)$/rtlbootstrap.mk
 #.INCLUDE: $(SOLARENVINC)$/version.mk
 
@@ -77,7 +79,7 @@ help .PHONY :
        @echo "    openoffice             builds the default installation 
packages for the platform"
        @echo "    aoo_srcrelease         packs the source release package"
        @echo "    updatepack"
-       @echo "    openofficedev          devloper snapshot"
+       @echo "    openofficedev          developer snapshot"
        @echo "    ooolanguagepack"
        @echo "    ooobetalanguagepack"
        @echo "    ooodevlanguagepack"
@@ -110,10 +112,10 @@ LOCALPYFILES=                     \
        $(BIN)$/mailmerge.py
 
 xxxx:
-    echo $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) 
--arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst 
--product OpenOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) 
$(PRJ)$/util$/update.xml
+       echo $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) 
--arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst 
--product OpenOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) 
$(PRJ)$/util$/update.xml
 
 .IF "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"==""
-ALLTAR  : $(LOCALPYFILES)
+ALLTAR : $(LOCALPYFILES)
        @echo "No EPM: do no packaging at this stage"
 .ELSE                  # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && 
"$(USE_PACKAGER)"==""
 .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
@@ -129,7 +131,7 @@ ALLTAR : updatepack
 
 
 # Independent of PKGFORMAT, always build a default-language openoffice product
-# also in archive format, so that tests that require an OOo installation (like
+# also in archive format, so that tests that require an AOO installation (like
 # smoketestoo_native) have one available:
 openoffice_$(defaultlangiso) : $$@.archive
 
@@ -197,7 +199,7 @@ MSILANGPACKTEMPLATESOURCE=$(PRJ)$/inc_oo
 MSISDKOOTEMPLATESOURCE=$(PRJ)$/inc_sdkoo$/windows$/msi_templates
 
 NOLOGOSPLASH:=$(BIN)$/intro.zip
-DEVNOLOGOSPLASH:=$(BIN)$/dev$/intro.zip
+DEVNOLOGOSPLASH:=$(BIN)$/dev$/intro.zip $(BIN)$/dev$/images.zip
 BETA_LOGO_SPLASH:=$(BIN)$/beta$/intro.zip $(BIN)$/beta$/images.zip
 MSIOFFICETEMPLATEDIR=$(MISC)$/openoffice$/msi_templates
 MSILANGPACKTEMPLATEDIR=$(MISC)$/ooolangpack$/msi_templates
@@ -228,9 +230,9 @@ $(foreach,i,$(alllangiso) sdkoo_$i) : ad
 $(foreach,i,$(alllangiso) sdkoobeta_$i) : adddeps
 $(foreach,i,$(alllangiso) sdkoodev_$i) : adddeps
 
-# Create targets that take the package formats into account.  Together with 
language dependency we
+# Create targets that take the package formats into account. Together with 
language dependency we
 # get this transformation: target -> target_$language -> 
target_$language.$package
-# where $language ranges over all languages in $(alllangiso) 
+# where $language ranges over all languages in $(alllangiso)
 # and $package ranges over all package formats in $(PKGFORMAT)
 $(foreach,i,$(alllangiso) openoffice_$i) : $$@{$(PKGFORMAT:^".")}
 $(foreach,i,$(alllangiso) openofficedev_$i) : $$@{$(PKGFORMAT:^".")}
@@ -288,6 +290,7 @@ $(foreach,P,$(PACKAGE_FORMATS) $(foreach
                $(PRJ)$/util$/update.xml                \
                > $(MISC)/$(@:b)_$(RTL_OS)_$(RTL_ARCH)$(@:e).update.xml
 
+#openofficebeta_%{$(PKGFORMAT:^".")} :
 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) 
openofficebeta_$L.$P)) .PHONY :
        $(MAKE_INSTALLER_COMMAND)               \
                -p Apache_OpenOffice_Beta       \
@@ -339,6 +342,18 @@ $(BIN)$/dev$/intro.zip : $(SOLARCOMMONPC
        @-$(MKDIR) $(@:d)
        $(COPY) $< $@
 
+# Replace framework/res/*.png with *-dev.png
+$(BIN)$/dev$/images.zip : $(SOLARBINDIR)$/images.zip
+       $(COPY) $< $@
+       $(PERL) $(SOLARENV)$/bin/replace_in_zip.pl      \
+               $@                              \
+               framework/res/                  \
+               $(SRC_ROOT)/default_images/framework/res/dev/   \
+               backing.png                     \
+               backing_hc.png                  \
+               backing_rtl_left.png            \
+               backing_rtl_left_hc.png
+
 $(BIN)$/beta$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_beta$/intro.zip
        @-$(MKDIR) $(@:d)
        $(COPY) $< $@
@@ -564,7 +579,7 @@ msi_langpack_template_files .PHONY :
        $(MSILANGPACKTEMPLATEDIR)                               \
        $(MSILANGPACKTEMPLATEDIR)$/Binary                       \
        $(MSILANGPACKTEMPLATEDIR)$/{$(MSI_LANGPACK_TEMPLATE_FILES)}
-$(MSILANGPACKTEMPLATEDIR) $(MSILANGPACKTEMPLATEDIR)$/Binary  :
+$(MSILANGPACKTEMPLATEDIR) $(MSILANGPACKTEMPLATEDIR)$/Binary :
        -$(MKDIRHIER) $@
 $(MSILANGPACKTEMPLATEDIR)$/% : $(MSILANGPACKTEMPLATESOURCE)$/%
        $(GNUCOPY) $< $@
@@ -579,7 +594,4 @@ $(MSISDKOOTEMPLATEDIR) $(MSISDKOOTEMPLAT
 $(MSISDKOOTEMPLATEDIR)/% : $(MSISDKOOTEMPLATESOURCE)$/%
        $(GNUCOPY) $< $@
 
-
-# Local Variables:
-# tab-width: 8
-# End:
+# vim: set noet ts=4 sw=4:


Reply via email to