You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/05/29 14:27:23 UTC

[openoffice] branch trunk updated: Add background graphic for macOS (Dev Build)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b9f6cb5  Add background graphic for macOS (Dev Build)
b9f6cb5 is described below

commit b9f6cb580bb39b401a5edc359b3df8057a611693
Author: mseidel <ms...@apache.org>
AuthorDate: Fri May 29 16:26:49 2020 +0200

    Add background graphic for macOS (Dev Build)
---
 main/scp2/source/ooo/scpaction_ooo.scp                 |   1 +
 main/setup_native/prj/d.lst                            |   1 +
 main/setup_native/source/mac/ooo/osxdndinstall_dev.png | Bin 0 -> 35314 bytes
 3 files changed, 2 insertions(+)

diff --git a/main/scp2/source/ooo/scpaction_ooo.scp b/main/scp2/source/ooo/scpaction_ooo.scp
index f923c54..22e4b1e 100644
--- a/main/scp2/source/ooo/scpaction_ooo.scp
+++ b/main/scp2/source/ooo/scpaction_ooo.scp
@@ -319,6 +319,7 @@ End
 ScpAction scp_Copy_Dmg_Background_Image
     Copy = "osxdndinstall.png";
     LangPackCopy = "osxdndinstall_lang.png";
+    DevCopy = "osxdndinstall_dev.png";
     BetaCopy = "osxdndinstall_beta.png";
     LangBetaCopy = "osxdndinstall_lang_beta.png";
 	Name = "background.png";
diff --git a/main/setup_native/prj/d.lst b/main/setup_native/prj/d.lst
index 2515c5a..836aaa1 100644
--- a/main/setup_native/prj/d.lst
+++ b/main/setup_native/prj/d.lst
@@ -33,6 +33,7 @@ mkdir: %_DEST%\bin%_EXT%\osolsmf
 ..\source\mac\Info.plist.langpack %_DEST%\bin%_EXT%\Info.plist.langpack
 ..\source\mac\ooo\osxdndinstall.png %_DEST%\bin%_EXT%\osl\osxdndinstall.png
 ..\source\mac\ooo\osxdndinstall_lang.png %_DEST%\bin%_EXT%\osl\osxdndinstall_lang.png
+..\source\mac\ooo\osxdndinstall_dev.png %_DEST%\bin%_EXT%\osl\osxdndinstall_dev.png
 ..\source\mac\ooo\osxdndinstall_beta.png %_DEST%\bin%_EXT%\osl\osxdndinstall_beta.png
 ..\source\mac\ooo\osxdndinstall_lang_beta.png %_DEST%\bin%_EXT%\osl\osxdndinstall_lang_beta.png
 ..\source\mac\ooo\osxdndinstall_nologo.png %_DEST%\bin%_EXT%\osl\osxdndinstall_nologo.png
diff --git a/main/setup_native/source/mac/ooo/osxdndinstall_dev.png b/main/setup_native/source/mac/ooo/osxdndinstall_dev.png
new file mode 100644
index 0000000..c17f571
Binary files /dev/null and b/main/setup_native/source/mac/ooo/osxdndinstall_dev.png differ