1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 include $(SRCDIR
)/sysui
/productlist.mk
13 ifeq ($(ENABLE_GIO
),TRUE
)
14 brand_URIPARAM
:= --urls
15 else ifeq ($(ENABLE_QT5
),TRUE
)
16 brand_URIPARAM
:= --urls
21 share_WORKDIR
:= $(gb_CustomTarget_workdir
)/sysui
/share
22 share_SRCDIR
:= $(SRCDIR
)/sysui
/desktop
24 share_TRANSLATE
:= $(SRCDIR
)/solenv
/bin
/desktop-translate.py
26 LAUNCHERLIST_APPS
:= writer calc draw impress math base startcenter
27 LAUNCHERLIST
:= $(LAUNCHERLIST_APPS
) xsltfilter
28 LAUNCHERS
:= $(foreach launcher
,$(LAUNCHERLIST
),$(share_SRCDIR
)/menus
/$(launcher
).desktop
)
34 spreadsheet-template \
38 presentation-template \
45 oasis-spreadsheet-template \
46 oasis-spreadsheet-flat-xml \
48 oasis-drawing-template \
49 oasis-drawing-flat-xml \
51 oasis-presentation-template \
52 oasis-presentation-flat-xml \
54 oasis-master-document \
55 oasis-master-document-template \
60 ms-excel-template-12 \
61 ms-powerpoint-presentation-12 \
62 ms-powerpoint-presentation \
63 ms-powerpoint-template-12 \
68 openxmlformats-officedocument-presentationml-presentation \
69 openxmlformats-officedocument-presentationml-template \
70 openxmlformats-officedocument-spreadsheetml-sheet \
71 openxmlformats-officedocument-spreadsheetml-template \
72 openxmlformats-officedocument-wordprocessingml-document \
73 openxmlformats-officedocument-wordprocessingml-template \
74 ms-excel-sheet-binary-12 \
81 oasis-spreadsheet-template \
83 oasis-drawing-template \
85 oasis-presentation-template \
87 oasis-master-document \
88 oasis-master-document-template \
94 spreadsheet-template \
98 presentation-template \
104 share_ICONS
:= $(foreach size
,16x16
32x32
48x48
,\
105 $(foreach contrast
,hicolor locolor
,\
106 $(foreach app
,$(LAUNCHERLIST_APPS
),\
107 $(share_SRCDIR
)/icons
/$(contrast
)/$(size
)/apps
/$(app
).png
) \
108 $(foreach mime
,$(MIMEICONLIST
),\
109 $(share_SRCDIR
)/icons
/$(contrast
)/$(size
)/mimetypes
/$(mime
).png
)))
111 MIMEDESKTOPS
:= $(foreach mime
,$(MIMELIST
),$(share_SRCDIR
)/mimetypes
/$(mime
).desktop
)
112 ULFS
:= documents.ulf \
115 $(eval
$(call gb_CustomTarget_CustomTarget
,sysui
/share
))
117 $(eval
$(call gb_CustomTarget_register_targets
,sysui
/share
,\
119 $(foreach product
,$(PRODUCTLIST
),\
120 $(product
)/build.flag \
121 $(product
)/openoffice.org.xml \
122 $(product
)/openoffice.sh \
123 $(product
)/create_tree.sh \
124 $(if
$(INTROSPECTION_SCANNER
),\
125 $(product
)/LOKDocView-0.1.gir \
126 $(product
)/LOKDocView-0.1.typelib
) \
127 $(product
)/launcherlist
) \
130 $(share_WORKDIR
)/%/openoffice.org.xml
: $(share_WORKDIR
)/documents.ulf
$(MIMEDESKTOPS
) $(share_SRCDIR
)/share
/create_mime_xml.pl
131 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),PRL
,1)
132 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),PRL
)
133 $(PERL
) $(share_SRCDIR
)/share
/create_mime_xml.pl
$< > $@
134 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),PRL
)
136 $(share_WORKDIR
)/%/openoffice.sh
: $(share_SRCDIR
)/share
/openoffice.sh
138 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),CAT
,1)
139 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),CAT
)
140 cat
$< | tr
-d
"\015" | sed
-e
"s/%PREFIX/$(UNIXFILENAME.$*)/g" > $@
141 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),CAT
)
143 $(share_WORKDIR
)/%/create_tree.sh
: $(share_SRCDIR
)/share
/create_tree.sh \
144 $(share_WORKDIR
)/%/openoffice.org.xml
$(share_WORKDIR
)/%/launcherlist
146 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),CAT
,1)
147 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),CAT
)
148 echo
"#!/bin/sh" > $@
149 echo
"PREFIX=$(UNIXFILENAME.$*)" >> $@
150 echo
"ICON_PREFIX=$(UNIXFILENAME.$*)" >> $@
151 echo
"ICON_SOURCE_DIR=$(SRCDIR)/sysui/desktop/icons" >> $@
152 echo
"APPDATA_SOURCE_DIR=$(SRCDIR)/sysui/desktop/appstream-appdata" >> $@
153 echo
"PRODUCTVERSION=$(PRODUCTVERSION)" >> $@
156 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),CAT
)
158 # Generate gobject-introspection files
159 # These are *not* packaged in rpms because there's no good place to put them
160 # where the system will actually find them and where it won't conflict with a
161 # distro packaged LO; on Fedora 30 at least there's no /opt path in
163 ifneq ($(INTROSPECTION_SCANNER
),)
165 $(share_WORKDIR
)/%/LOKDocView-0.1.gir
: \
166 $(call gb_Library_get_target
,libreofficekitgtk
)
168 PYTHONWARNINGS
=default g-ir-scanner
"${SRCDIR}/include/LibreOfficeKit/LibreOfficeKitGtk.h" \
169 "${SRCDIR}/libreofficekit/source/gtk/lokdocview.cxx" \
170 `${PKG_CONFIG} --cflags-only-I gobject-introspection-1.0 gtk+-3.0` \
171 -I
"${SRCDIR}/include/" \
172 --include=GLib-2.0
--include=GObject-2.0
--include=Gio-2.0 \
173 --library
=libreofficekitgtk
--library-path
="${INSTDIR}/program" \
174 --include=Gdk-3.0
--include=GdkPixbuf-2.0
--include=Gtk-3.0 \
175 --namespace
=LOKDocView
--nsversion
=0.1 --identifier-prefix
=LOKDoc
--symbol-prefix
=lok_doc \
176 --c-include
="LibreOfficeKit/LibreOfficeKitGtk.h" \
177 --output
="$@" --warn-all
--no-libtool
179 $(share_WORKDIR
)/%/LOKDocView-0.1.typelib
: $(share_WORKDIR
)/%/LOKDocView-0.1.gir
180 g-ir-compiler
"$<" --output
="$@"
184 $(share_WORKDIR
)/%/launcherlist
: $(LAUNCHERS
)
186 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),ECH
,1)
187 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),ECH
)
188 echo
"$(addsuffix .desktop,$(LAUNCHERLIST))" > $@
189 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),ECH
)
192 # these .desktop files are written by brand.pl below
193 # need to have a rule for these because they are targets in Package_share
194 define sysui_Desktop_rule
195 $(share_WORKDIR
)/%/$(1).desktop
: $(share_WORKDIR
)/%/build.flag
200 $(foreach launcher
,$(LAUNCHERLIST
),$(eval
$(call sysui_Desktop_rule
,$(launcher
))))
202 $(share_WORKDIR
)/%/build.flag
: $(share_SRCDIR
)/share
/brand.pl
$(LAUNCHERS
) \
203 $(share_TRANSLATE
) $(addprefix $(share_WORKDIR
)/,$(ULFS
)) \
204 $(call gb_ExternalExecutable_get_dependencies
,python
)
206 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),PRL
,1)
207 $(call gb_Trace_StartRange
,$(subst $(WORKDIR
)/,,$@
),PRL
)
208 $(PERL
) $(share_SRCDIR
)/share
/brand.pl
-p
'$${PRODUCTNAME} $${PRODUCTVERSION}' -u
$(UNIXFILENAME.
$*) \
210 --iconprefix
'$${UNIXBASISROOTNAME}-' $(LAUNCHERS
) $(share_WORKDIR
)/$*
211 $(call gb_ExternalExecutable_get_command
,python
) $(share_TRANSLATE
) -p
$(PRODUCTNAME.
$*)$(PRODUCTVERSION
) -d
$(share_WORKDIR
)/$* \
212 --ext
"desktop" $(share_WORKDIR
)/launcher.ulf
214 $(call gb_Trace_EndRange
,$(subst $(WORKDIR
)/,,$@
),PRL
)
216 $(eval
$(call gb_CustomTarget_ulfex_rule
,\
217 $(share_WORKDIR
)/%.ulf
,\
218 $(share_SRCDIR
)/share
/%.ulf
,\
219 $(foreach lang
,$(gb_TRANS_LANGS
),\
220 $(gb_POLOCATION
)/$(lang
)/sysui
/desktop
/share.po
)))
222 # vim: set noet sw=4 ts=4: