[Libreoffice-commits] .: Branch 'libreoffice-3-3' - instsetoo_native/res instsetoo_native/util

Michael Meeks mmeeks at kemper.freedesktop.org
Mon Jan 10 03:30:23 PST 2011


 instsetoo_native/res/nologobanner.bmp  |binary
 instsetoo_native/res/nologoinstall.bmp |binary
 instsetoo_native/util/makefile.mk      |   12 +++++++++++-
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 50319c1ed7e7ceb19d9be60a6aef6a441eb2e918
Author: Christoph Noack <christoph at dogmatux.com>
Date:   Mon Jan 10 11:30:01 2011 +0000

    add de-branded MSI installation artwork, bug#32435

diff --git a/instsetoo_native/res/nologobanner.bmp b/instsetoo_native/res/nologobanner.bmp
new file mode 100644
index 0000000..726be75
Binary files /dev/null and b/instsetoo_native/res/nologobanner.bmp differ
diff --git a/instsetoo_native/res/nologoinstall.bmp b/instsetoo_native/res/nologoinstall.bmp
index 25b5b11..8af9fc4 100644
Binary files a/instsetoo_native/res/nologoinstall.bmp and b/instsetoo_native/res/nologoinstall.bmp differ
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 31630d5..2befb3e 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -191,7 +191,7 @@ $(foreach,i,$(alllangiso) ooodevhelppack_$i) : $(ADDDEPS)
 $(foreach,i,$(alllangiso) sdkoo_$i) : $(ADDDEPS)
 
 $(foreach,i,$(alllangiso) sdkoodev_$i) : $(ADDDEPS)
-             
+
 $(foreach,i,$(alllangiso) ure_$i) : $(ADDDEPS)
 
 $(foreach,i,$(alllangiso) broffice_$i) : $(ADDDEPS)
@@ -341,11 +341,21 @@ hack_msitemplates .PHONY:
     $(RM) $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Image.bmp
     $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
     $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
+    $(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Banner.bmp
+    $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+    $(RM) $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+    $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Banner.bmp
+    $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Banner.bmp
     $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
     $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
     $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Image.bmp
     $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
     $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
+    $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Banner.bmp
+    $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+    $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+    $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIURETEMPLATEDIR)$/Binary$/Banner.bmp
+    $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Banner.bmp
 
 .IF "$(OS)" == "WNT"
 


More information about the Libreoffice-commits mailing list