summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
blob: 34613811244e0c96f3b874a90f9555fc316351f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# -*- 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_Module_Module,shell))

$(eval $(call gb_Module_add_targets,shell,\
	$(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \
	Library_localebe \
))

ifeq ($(OS),LINUX)
ifeq ($(ENABLE_GIO),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	Library_losessioninstall \
))
endif
endif

ifeq ($(ENABLE_GCONF),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	Library_gconfbe \
))
endif

ifeq ($(ENABLE_KDE4),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	Library_kde4be \
))
endif

ifeq ($(ENABLE_KDE),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	Library_kdebe \
))
endif

ifeq ($(ENABLE_TDE),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	Library_tdebe \
))
endif

ifneq ($(filter TRUE,$(ENABLE_KDE) $(ENABLE_TDE)),)
$(eval $(call gb_Module_add_targets,shell,\
))
endif

ifeq ($(OS),WNT)

$(eval $(call gb_Module_add_targets,shell,\
	Executable_regsvrex \
	Executable_senddoc \
	Library_smplmail \
	Library_syssh_win \
	Library_wininetbe \
	StaticLibrary_simplemapi \
))

ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,shell,\
	CustomTarget_shlxthdl_res \
	Library_ooofilt \
	Library_propertyhdl \
	Library_shlxthdl \
	StaticLibrary_shlxthandler_common \
	StaticLibrary_xmlparser \
	WinResTarget_shlxthdl \
))

$(eval $(call gb_Module_add_check_targets,shell,\
    CppunitTest_shell_zip \
))
endif

ifeq ($(BUILD_X64),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
	CustomTarget_x64 \
	Library_ooofilt_x64 \
	Library_propertyhdl_x64 \
	Library_shlxthdl_x64 \
	StaticLibrary_shlxthandler_common_x64 \
	StaticLibrary_xmlparser_x64 \
))
endif

endif

ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,shell,\
	Library_macbe \
))
endif

ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)

$(eval $(call gb_Module_add_targets,shell,\
	Executable_lngconvex \
))

ifneq ($(OS),WNT)

$(eval $(call gb_Module_add_targets,shell,\
	Executable_gnome_open_url \
	Executable_uri_encode \
	Library_cmdmail \
	Library_syssh \
	Package_scripts \
	Package_scripts_gnome \
	Package_scripts_kde \
	Package_senddoc \
	StaticLibrary_xmlparser \
))

ifneq ($(filter-out MACOSX IOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
	Library_recentfile \
))
endif

endif

endif

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
ghlight'> - Update Filter icons - Update Graphic Filter icons - Update Data Table (.uno:DiagramData) header color - Update Lighting icon (add whole light direction) - Update Zoom only icon and Zoom Shift (.uno:ZoomPanning) icons - Update orange color for Report Design, Chart elements, cell and table border - Update Multimedia playback icons following upstream - Add a dedicated Slide transition play icon - Update Draw/Impress' Zoom status bar - Update button for help page Change-Id: Ica0a4203cd4afd979acf83cdd58eda3f700dd894 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108368 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2020-12-22elementary: tdf#139056 Update color to follow upstream's branding (2)Rizal Muttaqin Change-Id: I5b54280005971ce0d590bfe66b399441db2d5292 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108110 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2020-12-21elementary: tdf#139056 Update color to follow upstream's brandingRizal Muttaqin - Update some arrow element Change-Id: Iecda4e7efbac6a8cb2416bdd70edc5f8edd07894 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108070 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2019-06-13elementary: tdf#125794, fix Show Draw function iconsrizmut Change-Id: I3ee4afb5cd7cbbaded59c61adabe77c526ca0bdc Reviewed-on: https://gerrit.libreoffice.org/73959 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2018-11-03elementary: ^mail merge, cell border color (related to ↵Rizal Muttaqin tdf#120185),conditional format, table, sheet, etc" Change-Id: I8d7fda42d0ff9a2108ba8406bd4e82af4c54ff0d Reviewed-on: https://gerrit.libreoffice.org/62790 Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2018-11-01elementary: fix for tdf#111950, update Calc sidebar, add condition icon, ↵Rizal Muttaqin distribute, etc Change-Id: I7759aef51af2f400f3f5ec69854fd9133e845f48 Reviewed-on: https://gerrit.libreoffice.org/62730 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> 2018-09-24Remove accidental addition of executable bit under icon-themes/*Adolfo Jayme Barrientos Change-Id: I6a2bcdd8403494490a44c11179bf87411f73d32a 2018-09-24elementary: improve many icons, add more 32 pxRizal Muttaqin Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b6 Reviewed-on: https://gerrit.libreoffice.org/60920 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com> 2018-09-09elementary: Add more 32 px, update folder icons, many *dialog, etcRizal Muttaqin Change-Id: I7a246b94bbee50ec8e456475a6c469c7134358b3 Reviewed-on: https://gerrit.libreoffice.org/60181 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com> 2017-12-14Elementary-icons: remove font from svg filesandreas kainz Change-Id: I263736c6ec5a94a124162b75d59ce1608ea31647 Reviewed-on: https://gerrit.libreoffice.org/46389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> 2017-12-11Elementary-icons 1.0 beta release svg files of ALL iconsandreas kainz Change-Id: Iaec7315c2408064fc02baf16d1a47fdd539a875c Reviewed-on: https://gerrit.libreoffice.org/46175 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>