Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / scpaction_ooo.scp
bloba6546b2400e002294786c1ddb19a6ffb0e8ba47e
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #if !defined(WNT) && !defined(MACOSX)
22 ScpAction scp_Copy_Readme_Txt
23   #ifdef UNX
24     README_ALL_LANG(Copy, README);
25     README_ALL_LANG(Name, README);
26   #else
27     README_TXT_ALL_LANG(Copy, readme, txt);
28     README_TXT_ALL_LANG(Name, readme, txt);
29   #endif
30     Styles = (SCPZIP_REPLACE);
31   #ifndef MACOSX
32     Subdir = "readmes";
33   #else
34     Subdir = "READMEs";
35   #endif
36 End
37 #endif
39 #ifdef MACOSX
40 ScpAction scp_Copy_Dmg_Background_Image
41     Copy = "osxdndinstall.png";
42     Name = "background.png";
43     UnixRights = 444;
44     Styles = ();
45     Subdir = ".background";
46 End
48 ScpAction scp_Copy_Dmg_Volume_Icon
49     Copy = "VolumeIcon.icns";
50     Name = ".VolumeIcon.icns";
51     UnixRights = 444;
52     Styles = ();
53 End
55 ScpAction scp_Copy_Ds_Store
56     Copy = "DS_Store";
57     DevVersionCopy = "DS_Store_Dev";
58     LangPackCopy = "DS_Store_Langpack";
59     PatchCopy = "DS_Store_Patch";
60     Name = ".DS_Store";
61     UnixRights = 444;
62     Styles = (FORCELANGUAGEPACK);
63 End
64 #endif