fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / module_hidden_ooo.scp
blobdfa1598075871f95db7d16b01eed1dd9ef9f7c73
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"
20 #include "AutoInstall/ooo"
21 #include "AutoInstall/ooobinarytable"
23 #ifdef AIX
24 #ifndef SYSTEM_CURL
25 Unixlink gid_Unixlink_File_Lib_Curl
26     BIN_FILE_BODY;
27     Dir = SCP2_OOO_BIN_DIR;
28     Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
29     Styles = (PACKED);
30     Target = STRING(CONCAT3(libcurl,UNXSUFFIX,.3));
31 End
32 #endif
33 #ifndef SYSTEM_REDLAND
34 Unixlink gid_Unixlink_File_Lib_Raptor
35     BIN_FILE_BODY;
36     Dir = SCP2_OOO_BIN_DIR;
37     Name = STRING(CONCAT2(libraptor,UNXSUFFIX));
38     Styles = (PACKED);
39     Target = STRING(CONCAT3(libraptor,UNXSUFFIX,.1));
40 End
42 Unixlink gid_Unixlink_File_Lib_Rasqal
43     BIN_FILE_BODY;
44     Dir = SCP2_OOO_BIN_DIR;
45     Name = STRING(CONCAT2(librasqal,UNXSUFFIX));
46     Styles = (PACKED);
47     Target = STRING(CONCAT3(librasqal,UNXSUFFIX,.1));
48 End
50 Unixlink gid_Unixlink_File_Lib_Rdf
51     BIN_FILE_BODY;
52     Dir = SCP2_OOO_BIN_DIR;
53     Name = STRING(CONCAT2(librdf,UNXSUFFIX));
54     Styles = (PACKED);
55     Target = STRING(CONCAT3(librdf,UNXSUFFIX,.0));
56 End
57 #endif
58 #ifndef SYSTEM_LIBXSLT
59 Unixlink gid_Unixlink_File_Lib_Xslt
60     BIN_FILE_BODY;
61     Dir = SCP2_OOO_BIN_DIR;
62     Name = STRING(CONCAT2(libxslt,UNXSUFFIX));
63     Styles = (PACKED);
64     Target = STRING(CONCAT3(libxslt,UNXSUFFIX,.1));
65 End
66 Unixlink gid_Unixlink_File_Lib_eXslt
67     BIN_FILE_BODY;
68     Dir = SCP2_OOO_BIN_DIR;
69     Name = STRING(CONCAT2(libexslt,UNXSUFFIX));
70     Styles = (PACKED);
71     Target = STRING(CONCAT3(libexslt,UNXSUFFIX,.0));
72 End
73 #endif
74 #endif
76 #ifndef LIBO_HEADLESS
77 Module gid_Module_Root_Files_Images
78     PackageInfo = "packinfo_office.txt";
79         ParentID = gid_Module_Root;
80     InstallOrder = "100";
81         Name = "gid_Module_Root_Files_Images";
82         Description = "gid_Module_Root_Files_Images";
83         Sortkey = "2050";
84         Default = YES;
85         Styles = (HIDDEN_ROOT);
86         Files = (gid_File_Images);
87 End
88 #endif
90 #ifndef WITHOUT_FONTS
91 Module gid_Module_Root_Fonts_OOo_Hidden
92     PackageInfo = "packinfo_office.txt";
93         ParentID = gid_Module_Root;
94     InstallOrder = "100";
95         Name = "gid_Module_Root_Fonts_OOo_Hidden";
96         Description = "gid_Module_Root_Fonts_OOo_Hidden";
97         Sortkey = "2100";
98         Default = YES;
99         Styles = (HIDDEN_ROOT);
100         Files = (gid_File_Fnt_Opensymb,
101         gid_File_Fnt_Caladea,
102         gid_File_Fnt_Carlito,
103         gid_File_Fnt_DejaVu,
104         gid_File_Fnt_Gentium,
105         gid_File_Fnt_LibSansNarrow,
106         gid_File_Fnt_Liberation,
107         gid_File_Fnt_LinuxLibertineG,
108         gid_File_Fnt_PtSerif,
109         gid_File_Fnt_OpenSans,
110         gid_File_Fnt_SourceSans,
111         gid_File_Fnt_SourceCode,
112         gid_File_FcLocal_Conf);
114 #endif
116 Module gid_Module_Oo_Linguistic
117     PackageInfo = "packinfo_office.txt";
118     Name = "gid_Module_Oo_Linguistic";
119     Description = "gid_Module_Oo_Linguistic";
120     ParentID = gid_Module_Root;
121     Default = YES;
122     Styles = (HIDDEN_ROOT);
123     Files = (gid_File_Share_Registry_Lingucomponent_Xcd);