update dev300-m58
[ooovba.git] / scp2 / source / gnome / module_gnome.scp
blob739609ce74bd5b912ca489f64c0f7262ef92864d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: module_gnome.scp,v $
10  * $Revision: 1.13 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 #ifdef ENABLE_GIO
34 File gid_File_Registry_Spool_Oo_Ucb_Configuration_GIOContentProvider_Xcu
35     TXT_FILE_BODY;
36     Dir = gid_Dir_Share_Registry_Modules_Oo_Ucb_Configuration;
37     Name = "/registry/spool/org/openoffice/ucb/Configuration-gio.xcu";
38     Styles = (PACKED,SCPZIP_REPLACE);
39 End
40 #endif
42 Module gid_Module_Optional_Gnome
43     ParentID = gid_Module_Optional;
44     Default = YES;
45     PackageInfo = "packinfo_office.txt";
46     MOD_NAME_DESC(MODULE_OPTIONAL_GNOME);
47 #ifdef UNX
48     Styles = ();
49 #else
50     Styles = (DONTSHOWINUSERINSTALL);
51 #endif
52 #ifdef ENABLE_GNOMEVFS
53     XpdCheckSolaris = "SUNWgnome-vfs";
54 #endif
55     Files = (
56 #ifdef ENABLE_GNOMEVFS
57       gid_File_Lib_Gnomevfs, gid_File_Bin_Gnome_Set_Default_Application,
58 #endif
59 #ifdef ENABLE_GIO
60       gid_File_Lib_GIO, gid_File_Registry_Spool_Oo_Ucb_Configuration_GIOContentProvider_Xcu
61 #endif
62 #ifdef ENABLE_GCONF
63       gid_File_Lib_Gconfbe
64 #endif
65     );
66 End