summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_tploffimisc.mk
diff options
context:
space:
mode:
authorLaurent BP <laurent.balland-poirier@laposte.net>2018-08-09 17:33:16 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-08-19 11:52:41 +0200
commit0378fa5f8c523e3d3b738b344ce6dc529760e9c5 (patch)
tree7299c509c35d01de15a494823ad40777843e6c31 /extras/CustomTarget_tploffimisc.mk
parentf61af646c5c3fe7e50aea01ede6a9d7ea53380f2 (diff)
Writer templates: built from XML code
Maintaining XML code is easier if we need to change a font (name or size). See tdf#114749 Change-Id: I1c1e5951c24863be717aef3dd22d533f5fd23a4f Reviewed-on: https://gerrit.libreoffice.org/58787 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'extras/CustomTarget_tploffimisc.mk')
-rw-r--r--extras/CustomTarget_tploffimisc.mk99
1 files changed, 99 insertions, 0 deletions
diff --git a/extras/CustomTarget_tploffimisc.mk b/extras/CustomTarget_tploffimisc.mk
new file mode 100644
index 000000000000..1d684d89de5d
--- /dev/null
+++ b/extras/CustomTarget_tploffimisc.mk
@@ -0,0 +1,99 @@
+# -*- 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_CustomTarget_CustomTarget,extras/source/templates/offimisc))
+
+extras_TEMPLATES_OFFIMISC := \
+ Businesscard-with-logo \
+
+
+extras_OFFIMISC_XMLFILES := \
+ Businesscard-with-logo/content.xml \
+ Businesscard-with-logo/manifest.rdf \
+ Businesscard-with-logo/META-INF/manifest.xml \
+ Businesscard-with-logo/meta.xml \
+ Businesscard-with-logo/Pictures/10000201000001F4000000A0108F3F06.png \
+ Businesscard-with-logo/settings.xml \
+ Businesscard-with-logo/styles.xml \
+ Businesscard-with-logo/Thumbnails/thumbnail.png \
+
+
+extras_TPLOFFIMISC_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_OFFIMISC),$(atexts)/mimetype)
+
+
+ifneq ($(sort $(foreach file,$(extras_OFFIMISC_XMLFILES),$(wordlist 1, 1, $(subst /, ,$(file))))),$(sort $(extras_TEMPLATES_OFFIMISC)))
+$(call gb_Output_error,defined template text do not match existing directories)
+endif
+
+$(call gb_CustomTarget_get_target,extras/source/templates/offimisc) : \
+ $(foreach atexts,$(extras_TEMPLATES_OFFIMISC),$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/$(atexts).ott)
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%/mimetype : $(SRCDIR)/extras/source/templates/offimisc/%/mimetype
+ $(call gb_Output_announce,$*/mimetype,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.jpg : $(SRCDIR)/extras/source/templates/offimisc/%.jpg
+ $(call gb_Output_announce,$*.jpg,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.png : $(SRCDIR)/extras/source/templates/offimisc/%.png
+ $(call gb_Output_announce,$*.png,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.rdf : $(SRCDIR)/extras/source/templates/offimisc/%.rdf
+ $(call gb_Output_announce,$*.rdf,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.svg : $(SRCDIR)/extras/source/templates/offimisc/%.svg
+ $(call gb_Output_announce,$*.svg,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.svm : $(SRCDIR)/extras/source/templates/offimisc/%.svm
+ $(call gb_Output_announce,$*.svm,$(true),CPY,1)
+ cp $< $@
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.xml : $(SRCDIR)/extras/source/templates/offimisc/%.xml \
+ | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
+ $(call gb_Output_announce,$*.xml,$(true),XSL,1)
+ $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $<
+
+$(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.ott :
+ $(call gb_Output_announce,$*.ott,$(true),ZIP,2)
+ $(call gb_Helper_abbreviate_dirs,\
+ cd $(EXTRAS_OFFIMISC_DIR) && \
+ zip -qrX --filesync --must-match $@ $(EXTRAS_OFFIMISC_FILES) \
+ )
+
+define extras_Tploffimisc_make_file_deps
+$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/$(2) \
+ | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
+
+endef
+
+define extras_Tploffimisc_make_zip_deps
+$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
+ $(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_TPLOFFIMISC_MIMETYPEFILES) $(extras_OFFIMISC_XMLFILES))) \
+ | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
+
+$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
+ EXTRAS_OFFIMISC_FILES := $(foreach file,$(filter $(3)/%,$(extras_TPLOFFIMISC_MIMETYPEFILES) $(extras_OFFIMISC_XMLFILES)),$(subst $(3)/,,$(file)))
+$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
+ EXTRAS_OFFIMISC_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3)
+
+endef
+
+$(eval $(foreach file,$(extras_TPLOFFIMISC_MIMETYPEFILES) $(extras_OFFIMISC_XMLFILES),\
+ $(call extras_Tploffimisc_make_zip_deps,extras/source/templates/offimisc,$(file)) \
+))
+
+$(eval $(foreach atexts,$(extras_TEMPLATES_OFFIMISC),\
+ $(call extras_Tploffimisc_make_zip_deps,extras/source/templates/offimisc,$(atexts).ott,$(atexts)) \
+))
+
+# vim: set noet sw=4 ts=4: