2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2013-06-10 00:56:28 +02:00
|
|
|
#include "AutoInstall/gnome"
|
2013-05-07 11:44:32 -03:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
Module gid_Module_Optional_Gnome
|
|
|
|
ParentID = gid_Module_Optional;
|
|
|
|
Default = YES;
|
2007-09-06 09:06:01 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2007-01-02 14:28:38 +00:00
|
|
|
MOD_NAME_DESC(MODULE_OPTIONAL_GNOME);
|
2009-01-20 11:48:05 +00:00
|
|
|
Styles = ();
|
2008-08-27 12:44:41 +00:00
|
|
|
#ifdef ENABLE_GNOMEVFS
|
2008-01-07 11:35:14 +00:00
|
|
|
XpdCheckSolaris = "SUNWgnome-vfs";
|
2008-08-27 12:44:41 +00:00
|
|
|
#endif
|
2013-07-11 12:23:39 +02:00
|
|
|
Files = (auto_gnome_ALL,
|
2009-10-21 10:08:09 +02:00
|
|
|
#if (defined ENABLE_GNOMEVFS && defined ENABLE_LOCKDOWN) || defined ENABLE_GIO
|
2012-09-07 12:40:05 +02:00
|
|
|
gid_File_Share_Registry_Gnome_Xcd,
|
2008-08-27 12:44:41 +00:00
|
|
|
#endif
|
2014-10-30 22:43:27 +01:00
|
|
|
gid_File_Bin_Gnome_Open_Url
|
2008-08-27 12:44:41 +00:00
|
|
|
);
|
2005-01-21 11:07:20 +00:00
|
|
|
End
|
|
|
|
|