Kaydet (Commit) 16a87cb2 authored tarafından Michael Stahl's avatar Michael Stahl

shell, scp2: clean up empty script packages

Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351
üst 8ba53690
...@@ -26,7 +26,5 @@ Module gid_Module_Optional_Kde ...@@ -26,7 +26,5 @@ Module gid_Module_Optional_Kde
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_KDE); MOD_NAME_DESC(MODULE_OPTIONAL_KDE);
Styles = (); Styles = ();
Files = (auto_kde_ALL, Files = (auto_kde_ALL);
gid_File_Bin_Kde_Open_Url
);
End End
...@@ -59,31 +59,6 @@ End ...@@ -59,31 +59,6 @@ End
#endif #endif
#if defined UNX && ! defined MACOSX && ! defined LIBO_HEADLESS
File gid_File_shell_scripts
BIN_FILE_BODY;
Dir = FILELIST_DIR;
Name = "shell_scripts.filelist";
Styles = (FILELIST, PACKED);
End
File gid_File_Bin_Kde_Open_Url
BIN_FILE_BODY;
Dir = FILELIST_DIR;
Name = "shell_scripts_kde.filelist";
Styles = (FILELIST, PACKED);
End
File gid_File_Bin_Tde_Open_Url
BIN_FILE_BODY;
Dir = FILELIST_DIR;
Name = "shell_scripts_tde.filelist";
Styles = (FILELIST, PACKED);
End
#endif
#if defined UNX #if defined UNX
File gid_File_Bin_Senddoc File gid_File_Bin_Senddoc
BIN_FILE_BODY; BIN_FILE_BODY;
......
...@@ -23,8 +23,7 @@ Module gid_Module_Root ...@@ -23,8 +23,7 @@ Module gid_Module_Root
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
InstallOrder = "20"; InstallOrder = "20";
MOD_NAME_DESC(MODULE_ROOT_OSL); MOD_NAME_DESC(MODULE_ROOT_OSL);
Files = (gid_File_shell_scripts, Files = (gid_File_Bin_Senddoc,
gid_File_Bin_Senddoc,
gid_File_Script_Gengal, gid_File_Script_Gengal,
gid_File_Txt_Pagein_Common, gid_File_Txt_Pagein_Common,
gid_File_Txt_Pagein_Calc, gid_File_Txt_Pagein_Calc,
......
...@@ -19,8 +19,6 @@ Module gid_Module_Optional_Tde ...@@ -19,8 +19,6 @@ Module gid_Module_Optional_Tde
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_TDE); MOD_NAME_DESC(MODULE_OPTIONAL_TDE);
Styles = (); Styles = ();
Files = (auto_tde_ALL, Files = (auto_tde_ALL);
gid_File_Bin_Tde_Open_Url
);
End End
...@@ -105,9 +105,6 @@ endif ...@@ -105,9 +105,6 @@ endif
ifeq ($(USING_X11),TRUE) ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,shell,\ $(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \ Library_recentfile \
Package_scripts \
Package_scripts_kde \
Package_scripts_tde \
)) ))
endif endif
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
$(eval $(call gb_Package_Package,shell_scripts,$(SRCDIR)/shell/source/unix/misc))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
$(eval $(call gb_Package_Package,shell_scripts_kde,$(SRCDIR)/shell/source/unix/misc))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
$(eval $(call gb_Package_Package,shell_scripts_tde,$(SRCDIR)/shell/source/unix/misc))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment