diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-30 22:43:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 17:53:52 +0100 |
commit | 58735f060804248089c0919c67485ae78c462c36 (patch) | |
tree | 9b73e195fabb5e3879516fcac5a63ad0e66f2ac9 /scp2 | |
parent | 6c778e0a9b80734becb52fe3d0799754393c4bc4 (diff) |
scp2: move unix/gnome executables to AutoInstall
Change-Id: I0e0c3b5e3f130093f430f47c1730580105718c1e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/AutoInstall.mk | 2 | ||||
-rw-r--r-- | scp2/source/gnome/module_gnome.scp | 4 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 21 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 40 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 3 |
5 files changed, 2 insertions, 68 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 0cd226807615..72a6340ba76f 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -21,7 +21,7 @@ $(eval $(call gb_AutoInstall_add_module,crashrep,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,draw_brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,extensions_bsh,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE)) -$(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress_brand,,LIBO_EXECUTABLE)) diff --git a/scp2/source/gnome/module_gnome.scp b/scp2/source/gnome/module_gnome.scp index c1244415f3c5..91d0a00bae62 100644 --- a/scp2/source/gnome/module_gnome.scp +++ b/scp2/source/gnome/module_gnome.scp @@ -33,9 +33,7 @@ Module gid_Module_Optional_Gnome #if (defined ENABLE_GNOMEVFS && defined ENABLE_LOCKDOWN) || defined ENABLE_GIO gid_File_Share_Registry_Gnome_Xcd, #endif - gid_File_Bin_Gnome_Open_Url, - gid_File_Bin_Gnome_Open_Url_Bin, - gid_File_Bin_XidFullscreen + gid_File_Bin_Gnome_Open_Url ); End diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 21b0538a25e2..a71dff4259c2 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -71,27 +71,6 @@ End #endif -#if defined UNX && ! defined MACOSX -#ifdef ENABLE_TDE -File gid_File_Bin_TdeFilePicker - BIN_FILE_BODY; - Styles = (PACKED); - Dir = gid_Brand_Dir_Program; - Name = "tdefilepicker"; -End -#endif - -#ifdef ENABLE_GTK -File gid_File_Bin_XidFullscreen - BIN_FILE_BODY; - Styles = (PACKED); - Dir = gid_Brand_Dir_Program; - Name = "xid-fullscreen-on-all-monitors"; -End -#endif - -#endif - #if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN // see common_brand.scp gid_Brand_File_Lib_Msvcp80 and // gid_Brand_File_Lib_Msvcr80 diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 706a90776ddf..7e6187fec1b7 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -122,17 +122,6 @@ File gid_File_Basic_Tutorials Name = "wizards_basicsrvtutorials.filelist"; End -File gid_File_Bin_UIPreviewer - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); - #ifdef UNX - Name = "ui-previewer"; - #else - Name = "ui-previewer.exe"; - #endif -End - #if defined UNX && !defined MACOSX File gid_File_Script_Gengal @@ -144,17 +133,6 @@ End #endif -#if defined ENABLE_NPAPI_FROM_BROWSER && defined UNX && !defined MACOSX - -File gid_File_Bin_Pluginapp - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "pluginapp.bin"; - Styles = (PACKED); -End - -#endif - #if defined UNX && ! defined MACOSX File gid_File_Bin_Gnome_Open_Url @@ -164,13 +142,6 @@ File gid_File_Bin_Gnome_Open_Url Styles = (FILELIST, PACKED); End -File gid_File_Bin_Gnome_Open_Url_Bin - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "gnome-open-url.bin"; - Styles = (PACKED); -End - File gid_File_shell_scripts BIN_FILE_BODY; Dir = FILELIST_DIR; @@ -188,17 +159,6 @@ End #endif #if defined UNX && ! defined MACOSX - -File gid_File_Bin_Uri_Encode - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "uri-encode"; - Styles = (PACKED); -End - -#endif - -#if defined UNX && ! defined MACOSX File gid_File_Bin_Senddoc BIN_FILE_BODY; Dir = FILELIST_DIR; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index b93e6851a1ff..e70e471b561a 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -24,11 +24,8 @@ Module gid_Module_Root InstallOrder = "20"; MOD_NAME_DESC(MODULE_ROOT_OSL); Files = (gid_File_shell_scripts, - gid_File_Bin_Pluginapp, gid_File_Bin_Senddoc, gid_File_Script_Gengal, - gid_File_Bin_Uri_Encode, - gid_File_Bin_UIPreviewer, gid_File_Txt_Pagein_Common, gid_File_Txt_Pagein_Calc, gid_File_Txt_Pagein_Draw, |