summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-18 21:26:54 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-18 19:40:16 +0000
commitd636dcc64065fa280688dc26aecb2bb78792eaef (patch)
tree7352b51156e595771a346926227b53c30047dda9
parent9830fd36dbdb72c79703b0c61efc027fba793c5a (diff)
fdo#63197, convert last gallery + template accessories
Change-Id: If393e383a5485ee60f634cbcc6d6de54af7ad1d3 Reviewed-on: https://gerrit.libreoffice.org/3466 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommon.mk20
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommoneducate.mk34
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonfinance.mk18
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonforms.mk18
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonlabels.mk68
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonlayout.mk550
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonmisc.mk19
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonofficorr.mk18
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonoffimisc.mk18
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonpersonal.mk18
-rw-r--r--extras/ExternalPackage_accessoriestemplatescommonpresent.mk18
-rw-r--r--extras/Module_extras.mk22
-rw-r--r--extras/Zip_accessoriestemplatescommon.mk22
-rw-r--r--extras/Zip_accessoriestemplatescommoneducate.mk36
-rw-r--r--extras/Zip_accessoriestemplatescommonfinance.mk20
-rw-r--r--extras/Zip_accessoriestemplatescommonforms.mk20
-rw-r--r--extras/Zip_accessoriestemplatescommonlabels.mk70
-rw-r--r--extras/Zip_accessoriestemplatescommonlayout.mk552
-rw-r--r--extras/Zip_accessoriestemplatescommonmisc.mk21
-rw-r--r--extras/Zip_accessoriestemplatescommonofficorr.mk20
-rw-r--r--extras/Zip_accessoriestemplatescommonoffimisc.mk20
-rw-r--r--extras/Zip_accessoriestemplatescommonpersonal.mk20
-rw-r--r--extras/Zip_accessoriestemplatescommonpresent.mk20
-rw-r--r--scp2/source/accessories/file_gallery_accessories.scp7
-rw-r--r--scp2/source/accessories/file_templates_accessories.scp66
25 files changed, 847 insertions, 868 deletions
diff --git a/extras/ExternalPackage_accessoriestemplatescommon.mk b/extras/ExternalPackage_accessoriestemplatescommon.mk
new file mode 100644
index 000000000000..0430ec48820c
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommon.mk
@@ -0,0 +1,20 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommon,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommon,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommon,share/template/common,\
+ templates/common/dummy_common_templates.txt \
+ templates/common/svn-commit.2.tmp \
+ templates/common/svn-commit.tmp \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommoneducate.mk b/extras/ExternalPackage_accessoriestemplatescommoneducate.mk
new file mode 100644
index 000000000000..da972e09283b
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommoneducate.mk
@@ -0,0 +1,34 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommoneducate,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommoneducate,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommoneducate,share/template/common/educate,\
+ templates/common/educate/A4-chequered.otg \
+ templates/common/educate/A4-lin_2mm.otg \
+ templates/common/educate/A4-lin_3mm.otg \
+ templates/common/educate/A4-lined.otg \
+ templates/common/educate/A4-linlog.otg \
+ templates/common/educate/A4-lin.otg \
+ templates/common/educate/A4-loglin.otg \
+ templates/common/educate/A4-loglog.otg \
+ templates/common/educate/A4-millimeter_black.ott \
+ templates/common/educate/A4-millimeter_orange.ott \
+ templates/common/educate/A4-millimeter_red.ott \
+ templates/common/educate/A4-rhomb.otg \
+ templates/common/educate/Black_lines_1.otg \
+ templates/common/educate/Black_lines_2.otg \
+ templates/common/educate/Black_lines_3.otg \
+ templates/common/educate/soccer-pitch.otg \
+ templates/common/educate/soccer-practice-template.ott \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonfinance.mk b/extras/ExternalPackage_accessoriestemplatescommonfinance.mk
new file mode 100644
index 000000000000..55b97dfca25e
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonfinance.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonfinance,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonfinance,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonfinance,share/template/common/finance,\
+ templates/common/finance/dummy_common_templates.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonforms.mk b/extras/ExternalPackage_accessoriestemplatescommonforms.mk
new file mode 100644
index 000000000000..4ce264567c1a
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonforms.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonforms,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonforms,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonforms,share/template/common/forms,\
+ templates/common/forms/dummy_common_templates.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonlabels.mk b/extras/ExternalPackage_accessoriestemplatescommonlabels.mk
new file mode 100644
index 000000000000..e28b2b1f0d4e
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonlabels.mk
@@ -0,0 +1,68 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonlabels,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonlabels,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonlabels,share/template/common/labels,\
+ templates/common/labels/24_port_patch_text.otg \
+ templates/common/labels/arrows-black-base.ott \
+ templates/common/labels/WL-OL1000.ott \
+ templates/common/labels/WL-OL100.ott \
+ templates/common/labels/WL-OL1025.ott \
+ templates/common/labels/WL-OL1050.ott \
+ templates/common/labels/WL-OL1075.ott \
+ templates/common/labels/WL-OL1100.ott \
+ templates/common/labels/WL-OL1125.ott \
+ templates/common/labels/WL-OL1150.ott \
+ templates/common/labels/WL-OL1200.ott \
+ templates/common/labels/WL-OL125.ott \
+ templates/common/labels/WL-OL150.ott \
+ templates/common/labels/WL-OL175.ott \
+ templates/common/labels/WL-OL200.ott \
+ templates/common/labels/WL-OL225.ott \
+ templates/common/labels/WL-OL250.ott \
+ templates/common/labels/WL-OL25.ott \
+ templates/common/labels/WL-OL275.ott \
+ templates/common/labels/WL-OL325.ott \
+ templates/common/labels/WL-OL350.ott \
+ templates/common/labels/WL-OL375.ott \
+ templates/common/labels/WL-OL400.ott \
+ templates/common/labels/WL-OL425.ott \
+ templates/common/labels/WL-OL450.ott \
+ templates/common/labels/WL-OL475.ott \
+ templates/common/labels/WL-OL5100.ott \
+ templates/common/labels/WL-OL525.ott \
+ templates/common/labels/WL-OL5275.ott \
+ templates/common/labels/WL-OL5375.ott \
+ templates/common/labels/WL-OL550.ott \
+ templates/common/labels/WL-OL5575.ott \
+ templates/common/labels/WL-OL5600.ott \
+ templates/common/labels/WL-OL5625.ott \
+ templates/common/labels/WL-OL575.ott \
+ templates/common/labels/WL-OL6000.ott \
+ templates/common/labels/WL-OL600.ott \
+ templates/common/labels/WL-OL6025.ott \
+ templates/common/labels/WL-OL6050.ott \
+ templates/common/labels/WL-OL6075.ott \
+ templates/common/labels/WL-OL625.ott \
+ templates/common/labels/WL-OL675.ott \
+ templates/common/labels/WL-OL725.ott \
+ templates/common/labels/WL-OL750.ott \
+ templates/common/labels/WL-OL75.ott \
+ templates/common/labels/WL-OL775.ott \
+ templates/common/labels/WL-OL800.ott \
+ templates/common/labels/WL-OL850.ott \
+ templates/common/labels/WL-OL875.ott \
+ templates/common/labels/WL-OL900.ott \
+ templates/common/labels/WL-OL975.ott \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonlayout.mk b/extras/ExternalPackage_accessoriestemplatescommonlayout.mk
new file mode 100644
index 000000000000..5c3232b0af9d
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonlayout.mk
@@ -0,0 +1,550 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonlayout,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonlayout,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonlayout,share/template/common/layout,\
+ templates/common/layout/31407-squares.otp \
+ templates/common/layout/abstract-015_1.jpg.otp \
+ templates/common/layout/abstract-015_2.jpg.otp \
+ templates/common/layout/abstract-015_3.jpg.otp \
+ templates/common/layout/abstract-015p_1.jpg.otp \
+ templates/common/layout/abstract-015p_2.jpg.otp \
+ templates/common/layout/abstract-015p_3.jpg.otp \
+ templates/common/layout/abstract-015t_1.jpg.otp \
+ templates/common/layout/abstract-015t_2.jpg.otp \
+ templates/common/layout/abstract-015t_3.jpg.otp \
+ templates/common/layout/abstract-032_1.jpg.otp \
+ templates/common/layout/abstract-032_2.jpg.otp \
+ templates/common/layout/abstract-032_3.jpg.otp \
+ templates/common/layout/abstract-032p_1.jpg.otp \
+ templates/common/layout/abstract-032p_2.jpg.otp \
+ templates/common/layout/abstract-032p_3.jpg.otp \
+ templates/common/layout/abstract-032t_1.jpg.otp \
+ templates/common/layout/abstract-032t_2.jpg.otp \
+ templates/common/layout/abstract-032t_3.jpg.otp \
+ templates/common/layout/abstract-078_1.jpg.otp \
+ templates/common/layout/abstract-078_2.jpg.otp \
+ templates/common/layout/abstract-078_3.jpg.otp \
+ templates/common/layout/abstract-078p_1.jpg.otp \
+ templates/common/layout/abstract-078p_2.jpg.otp \
+ templates/common/layout/abstract-078p_3.jpg.otp \
+ templates/common/layout/abstract-078t_1.jpg.otp \
+ templates/common/layout/abstract-078t_2.jpg.otp \
+ templates/common/layout/abstract-078t_3.jpg.otp \
+ templates/common/layout/abstract-138_1.jpg.otp \
+ templates/common/layout/abstract-138_2.jpg.otp \
+ templates/common/layout/abstract-138_3.jpg.otp \
+ templates/common/layout/abstract-138p_1.jpg.otp \
+ templates/common/layout/abstract-138p_2.jpg.otp \
+ templates/common/layout/abstract-138p_3.jpg.otp \
+ templates/common/layout/abstract-138t_1.jpg.otp \
+ templates/common/layout/abstract-138t_2.jpg.otp \
+ templates/common/layout/abstract-138t_3.jpg.otp \
+ templates/common/layout/aquarius.otp \
+ templates/common/layout/blau.otp \
+ templates/common/layout/Blue_2.otp \
+ templates/common/layout/Blue_Boxes.otp \
+ templates/common/layout/Blue_Circles.otp \
+ templates/common/layout/blue-elegance.otp \
+ templates/common/layout/Blue_Lines.otp \
+ templates/common/layout/blue.otp \
+ templates/common/layout/Blue_Silver.otp \
+ templates/common/layout/Blue_Squares.otp \
+ templates/common/layout/Blue_Waves.otp \
+ templates/common/layout/carton.otp \
+ templates/common/layout/chalkboard_2.otp \
+ templates/common/layout/chalkboard.otp \
+ templates/common/layout/circulos_clasicos.otp \
+ templates/common/layout/circulos_originales.otp \
+ templates/common/layout/citrus-e.otp \
+ templates/common/layout/compladients.otp \
+ templates/common/layout/Cool_Space.otp \
+ templates/common/layout/cross_color.otp \
+ templates/common/layout/cross_gray.otp \
+ templates/common/layout/cross_green.otp \
+ templates/common/layout/cross_orange.otp \
+ templates/common/layout/cross_white.otp \
+ templates/common/layout/cross_yellow.otp \
+ templates/common/layout/Cubes.otp \
+ templates/common/layout/Doppellinie-blau.otp \
+ templates/common/layout/EarthLight.otp \
+ templates/common/layout/edge-005_1.jpg.otp \
+ templates/common/layout/edge-005_2.jpg.otp \
+ templates/common/layout/edge-005_3.jpg.otp \
+ templates/common/layout/edge-005p_1.jpg.otp \
+ templates/common/layout/edge-005p_2.jpg.otp \
+ templates/common/layout/edge-005p_3.jpg.otp \
+ templates/common/layout/edge-005t_1.jpg.otp \
+ templates/common/layout/edge-005t_2.jpg.otp \
+ templates/common/layout/edge-005t_3.jpg.otp \
+ templates/common/layout/edge-013_1.jpg.otp \
+ templates/common/layout/edge-013_2.jpg.otp \
+ templates/common/layout/edge-013_3.jpg.otp \
+ templates/common/layout/edge-013p_1.jpg.otp \
+ templates/common/layout/edge-013p_2.jpg.otp \
+ templates/common/layout/edge-013p_3.jpg.otp \
+ templates/common/layout/edge-013t_1.jpg.otp \
+ templates/common/layout/edge-013t_2.jpg.otp \
+ templates/common/layout/edge-013t_3.jpg.otp \
+ templates/common/layout/edge-046_1.jpg.otp \
+ templates/common/layout/edge-046_2.jpg.otp \
+ templates/common/layout/edge-046_3.jpg.otp \
+ templates/common/layout/edge-046p_1.jpg.otp \
+ templates/common/layout/edge-046p_2.jpg.otp \
+ templates/common/layout/edge-046p_3.jpg.otp \
+ templates/common/layout/edge-046t_1.jpg.otp \
+ templates/common/layout/edge-046t_2.jpg.otp \
+ templates/common/layout/edge-046t_3.jpg.otp \
+ templates/common/layout/edge-048_1.jpg.otp \
+ templates/common/layout/edge-048_2.jpg.otp \
+ templates/common/layout/edge-048_3.jpg.otp \
+ templates/common/layout/edge-048p_1.jpg.otp \
+ templates/common/layout/edge-048p_2.jpg.otp \
+ templates/common/layout/edge-048p_3.jpg.otp \
+ templates/common/layout/edge-048t_1.jpg.otp \
+ templates/common/layout/edge-048t_2.jpg.otp \
+ templates/common/layout/edge-048t_3.jpg.otp \
+ templates/common/layout/edge-058_1.jpg.otp \
+ templates/common/layout/edge-058_2.jpg.otp \
+ templates/common/layout/edge-058_3.jpg.otp \
+ templates/common/layout/edge-058p_1.jpg.otp \
+ templates/common/layout/edge-058p_2.jpg.otp \
+ templates/common/layout/edge-058p_3.jpg.otp \
+ templates/common/layout/edge-058t_1.jpg.otp \
+ templates/common/layout/edge-058t_2.jpg.otp \
+ templates/common/layout/edge-058t_3.jpg.otp \
+ templates/common/layout/edge-077_1.jpg.otp \
+ templates/common/layout/edge-077_2.jpg.otp \
+ templates/common/layout/edge-077_3.jpg.otp \
+ templates/common/layout/edge-077p_1.jpg.otp \
+ templates/common/layout/edge-077p_2.jpg.otp \
+ templates/common/layout/edge-077p_3.jpg.otp \
+ templates/common/layout/edge-077t_1.jpg.otp \
+ templates/common/layout/edge-077t_2.jpg.otp \
+ templates/common/layout/edge-077t_3.jpg.otp \
+ templates/common/layout/edge-084_1.jpg.otp \
+ templates/common/layout/edge-084_2.jpg.otp \
+ templates/common/layout/edge-084_3.jpg.otp \
+ templates/common/layout/edge-084p_1.jpg.otp \
+ templates/common/layout/edge-084p_2.jpg.otp \
+ templates/common/layout/edge-084p_3.jpg.otp \
+ templates/common/layout/edge-084t_1.jpg.otp \
+ templates/common/layout/edge-084t_2.jpg.otp \
+ templates/common/layout/edge-084t_3.jpg.otp \
+ templates/common/layout/edge-091_1.jpg.otp \
+ templates/common/layout/edge-091_2.jpg.otp \
+ templates/common/layout/edge-091_3.jpg.otp \
+ templates/common/layout/edge-091p_1.jpg.otp \
+ templates/common/layout/edge-091p_2.jpg.otp \
+ templates/common/layout/edge-091p_3.jpg.otp \
+ templates/common/layout/edge-091t_1.jpg.otp \
+ templates/common/layout/edge-091t_2.jpg.otp \
+ templates/common/layout/edge-091t_3.jpg.otp \
+ templates/common/layout/edge-092_1.jpg.otp \
+ templates/common/layout/edge-092_2.jpg.otp \
+ templates/common/layout/edge-092_3.jpg.otp \
+ templates/common/layout/edge-092p_1.jpg.otp \
+ templates/common/layout/edge-092p_2.jpg.otp \
+ templates/common/layout/edge-092p_3.jpg.otp \
+ templates/common/layout/edge-092t_1.jpg.otp \
+ templates/common/layout/edge-092t_2.jpg.otp \
+ templates/common/layout/edge-092t_3.jpg.otp \
+ templates/common/layout/edge-104_1.jpg.otp \
+ templates/common/layout/edge-104_2.jpg.otp \
+ templates/common/layout/edge-104_3.jpg.otp \
+ templates/common/layout/edge-104p_1.jpg.otp \
+ templates/common/layout/edge-104p_2.jpg.otp \
+ templates/common/layout/edge-104p_3.jpg.otp \
+ templates/common/layout/edge-109_1.jpg.otp \
+ templates/common/layout/edge-109_2.jpg.otp \
+ templates/common/layout/edge-109_3.jpg.otp \
+ templates/common/layout/edge-109p_1.jpg.otp \
+ templates/common/layout/edge-109p_2.jpg.otp \
+ templates/common/layout/edge-109p_3.jpg.otp \
+ templates/common/layout/edge-109t_1.jpg.otp \
+ templates/common/layout/edge-109t_2.jpg.otp \
+ templates/common/layout/edge-109t_3.jpg.otp \
+ templates/common/layout/edge-117_1.jpg.otp \
+ templates/common/layout/edge-117_2.jpg.otp \
+ templates/common/layout/edge-117_3.jpg.otp \
+ templates/common/layout/edge-117p_1.jpg.otp \
+ templates/common/layout/edge-117p_2.jpg.otp \
+ templates/common/layout/edge-117p_3.jpg.otp \
+ templates/common/layout/edge-117t_1.jpg.otp \
+ templates/common/layout/edge-117t_2.jpg.otp \
+ templates/common/layout/edge-117t_3.jpg.otp \
+ templates/common/layout/edge-122_1.jpg.otp \
+ templates/common/layout/edge-122_2.jpg.otp \
+ templates/common/layout/edge-122_3.jpg.otp \
+ templates/common/layout/edge-122p_1.jpg.otp \
+ templates/common/layout/edge-122p_2.jpg.otp \
+ templates/common/layout/edge-122p_3.jpg.otp \
+ templates/common/layout/edge-122t_1.jpg.otp \
+ templates/common/layout/edge-122t_2.jpg.otp \
+ templates/common/layout/edge-122t_3.jpg.otp \
+ templates/common/layout/edge-138_1.jpg.otp \
+ templates/common/layout/edge-138_2.jpg.otp \
+ templates/common/layout/edge-138_3.jpg.otp \
+ templates/common/layout/edge-138p_1.jpg.otp \
+ templates/common/layout/edge-138p_2.jpg.otp \
+ templates/common/layout/edge-138p_3.jpg.otp \
+ templates/common/layout/edge-138t_1.jpg.otp \
+ templates/common/layout/edge-138t_2.jpg.otp \
+ templates/common/layout/edge-138t_3.jpg.otp \
+ templates/common/layout/edge-163_1.jpg.otp \
+ templates/common/layout/edge-163_2.jpg.otp \
+ templates/common/layout/edge-163_3.jpg.otp \
+ templates/common/layout/edge-163p_1.jpg.otp \
+ templates/common/layout/edge-163p_2.jpg.otp \
+ templates/common/layout/edge-163p_3.jpg.otp \
+ templates/common/layout/edge-163t_1.jpg.otp \
+ templates/common/layout/edge-163t_2.jpg.otp \
+ templates/common/layout/edge-163t_3.jpg.otp \
+ templates/common/layout/edge-199_1.jpg.otp \
+ templates/common/layout/edge-199_2.jpg.otp \
+ templates/common/layout/edge-199_3.jpg.otp \
+ templates/common/layout/edge-199p_1.jpg.otp \
+ templates/common/layout/edge-199p_2.jpg.otp \
+ templates/common/layout/edge-199p_3.jpg.otp \
+ templates/common/layout/edge-199t_1.jpg.otp \
+ templates/common/layout/edge-199t_2.jpg.otp \
+ templates/common/layout/edge-199t_3.jpg.otp \
+ templates/common/layout/education-116a.jpg.otp \
+ templates/common/layout/education-116b.jpg.otp \
+ templates/common/layout/education-116c.jpg.otp \
+ templates/common/layout/education-116d.jpg.otp \
+ templates/common/layout/education-116e.jpg.otp \
+ templates/common/layout/emotion2.otp \
+ templates/common/layout/emotion.otp \
+ templates/common/layout/eos.otp \
+ templates/common/layout/exec-au.otp \
+ templates/common/layout/exec-br.otp \
+ templates/common/layout/exec-eh.otp \
+ templates/common/layout/exec-eu.otp \
+ templates/common/layout/exec-in.otp \
+ templates/common/layout/exec-jp.otp \
+ templates/common/layout/exec-nz.otp \
+ templates/common/layout/exec-us.otp \
+ templates/common/layout/exec-za.otp \
+ templates/common/layout/fields-of-peace.otp \
+ templates/common/layout/fresh-morning.otp \
+ templates/common/layout/Girasoles.otp \
+ templates/common/layout/Glossy.otp \
+ templates/common/layout/glowing-rectangles.otp \
+ templates/common/layout/golthia.otp \
+ templates/common/layout/green-concentration.otp \
+ templates/common/layout/greenish-wallpaper.otp \
+ templates/common/layout/Green.otp \
+ templates/common/layout/Grey.otp \
+ templates/common/layout/Hatch.otp \
+ templates/common/layout/holiday-030a.jpg.otp \
+ templates/common/layout/holiday-030b.jpg.otp \
+ templates/common/layout/holiday-032a.jpg.otp \
+ templates/common/layout/holiday-032b.jpg.otp \
+ templates/common/layout/humanist_presentation.otp \
+ templates/common/layout/Human.otp \
+ templates/common/layout/Infantil.otp \
+ templates/common/layout/inspire-001a.jpg.otp \
+ templates/common/layout/inspire-001b.jpg.otp \
+ templates/common/layout/inspire-001c.jpg.otp \
+ templates/common/layout/inspire-011a.jpg.otp \
+ templates/common/layout/inspire-011b.jpg.otp \
+ templates/common/layout/inspire-024a.jpg.otp \
+ templates/common/layout/inspire-024b.jpg.otp \
+ templates/common/layout/inspire-073a.jpg.otp \
+ templates/common/layout/inspire-073b.jpg.otp \
+ templates/common/layout/inspire-073c.jpg.otp \
+ templates/common/layout/inspire-130a.jpg.otp \
+ templates/common/layout/inspire-130b.jpg.otp \
+ templates/common/layout/inspire-166c.jpg.otp \
+ templates/common/layout/kde.otp \
+ templates/common/layout/keynote.otp \
+ templates/common/layout/Lamp.otp \
+ templates/common/layout/Lay_grafity.otp \
+ templates/common/layout/Lay_wood.otp \
+ templates/common/layout/letterpress.otp \
+ templates/common/layout/line_blue.otp \
+ templates/common/layout/line_green.otp \
+ templates/common/layout/line_orange.otp \
+ templates/common/layout/line_red.otp \
+ templates/common/layout/line_white.otp \
+ templates/common/layout/line_yellow.otp \
+ templates/common/layout/list.txt \
+ templates/common/layout/macos103.otp \
+ templates/common/layout/Marble.otp \
+ templates/common/layout/MediaStyle.otp \
+ templates/common/layout/moebius-strip.otp \
+ templates/common/layout/Mondo_Cyan.otp \
+ templates/common/layout/Mondo_Green.otp \
+ templates/common/layout/Mondo_Yellow.otp \
+ templates/common/layout/more-green.otp \
+ templates/common/layout/Movie.otp \
+ templates/common/layout/NavyBlue.otp \
+ templates/common/layout/Notepad.otp \
+ templates/common/layout/ooo2.otp \
+ templates/common/layout/ooo2_spot.otp \
+ templates/common/layout/Openblue.otp \
+ templates/common/layout/openoffice.org_gulls.otp \
+ templates/common/layout/Orange.otp \
+ templates/common/layout/perspective-020_1.jpg.otp \
+ templates/common/layout/perspective-020_2.jpg.otp \
+ templates/common/layout/perspective-020_3.jpg.otp \
+ templates/common/layout/perspective-020p_1.jpg.otp \
+ templates/common/layout/perspective-020p_2.jpg.otp \
+ templates/common/layout/perspective-020p_3.jpg.otp \
+ templates/common/layout/perspective-020t_1.jpg.otp \
+ templates/common/layout/perspective-020t_2.jpg.otp \
+ templates/common/layout/perspective-020t_3.jpg.otp \
+ templates/common/layout/perspective-023_1.jpg.otp \
+ templates/common/layout/perspective-023_2.jpg.otp \
+ templates/common/layout/perspective-023_3.jpg.otp \
+ templates/common/layout/perspective-023p_1.jpg.otp \
+ templates/common/layout/perspective-023p_2.jpg.otp \
+ templates/common/layout/perspective-023p_3.jpg.otp \
+ templates/common/layout/perspective-023t_1.jpg.otp \
+ templates/common/layout/perspective-023t_2.jpg.otp \
+ templates/common/layout/perspective-023t_3.jpg.otp \
+ templates/common/layout/perspective-038_1.jpg.otp \
+ templates/common/layout/perspective-038_2.jpg.otp \
+ templates/common/layout/perspective-038_3.jpg.otp \
+ templates/common/layout/perspective-038p_1.jpg.otp \
+ templates/common/layout/perspective-038p_2.jpg.otp \
+ templates/common/layout/perspective-038p_3.jpg.otp \
+ templates/common/layout/perspective-038t_1.jpg.otp \
+ templates/common/layout/perspective-038t_2.jpg.otp \
+ templates/common/layout/perspective-038t_3.jpg.otp \
+ templates/common/layout/perspective-059_1.jpg.otp \
+ templates/common/layout/perspective-059_2.jpg.otp \
+ templates/common/layout/perspective-059_3.jpg.otp \
+ templates/common/layout/perspective-059p_1.jpg.otp \
+ templates/common/layout/perspective-059p_2.jpg.otp \
+ templates/common/layout/perspective-059p_3.jpg.otp \
+ templates/common/layout/perspective-059t_1.jpg.otp \
+ templates/common/layout/perspective-059t_2.jpg.otp \
+ templates/common/layout/perspective-059t_3.jpg.otp \
+ templates/common/layout/perspective-060_1.jpg.otp \
+ templates/common/layout/perspective-060_2.jpg.otp \
+ templates/common/layout/perspective-060_3.jpg.otp \
+ templates/common/layout/perspective-060p_1.jpg.otp \
+ templates/common/layout/perspective-060p_2.jpg.otp \
+ templates/common/layout/perspective-060p_3.jpg.otp \
+ templates/common/layout/perspective-060t_1.jpg.otp \
+ templates/common/layout/perspective-060t_2.jpg.otp \
+ templates/common/layout/perspective-060t_3.jpg.otp \
+ templates/common/layout/perspective-091_1.jpg.otp \
+ templates/common/layout/perspective-091_2.jpg.otp \
+ templates/common/layout/perspective-091_3.jpg.otp \
+ templates/common/layout/perspective-091p_1.jpg.otp \
+ templates/common/layout/perspective-091p_2.jpg.otp \
+ templates/common/layout/perspective-091p_3.jpg.otp \
+ templates/common/layout/perspective-091t_1.jpg.otp \
+ templates/common/layout/perspective-091t_2.jpg.otp \
+ templates/common/layout/perspective-091t_3.jpg.otp \
+ templates/common/layout/perspective-100_1.jpg.otp \
+ templates/common/layout/perspective-100_2.jpg.otp \
+ templates/common/layout/perspective-100_3.jpg.otp \
+ templates/common/layout/perspective-100p_1.jpg.otp \
+ templates/common/layout/perspective-100p_2.jpg.otp \
+ templates/common/layout/perspective-100p_3.jpg.otp \
+ templates/common/layout/perspective-100t_1.jpg.otp \
+ templates/common/layout/perspective-100t_2.jpg.otp \
+ templates/common/layout/perspective-100t_3.jpg.otp \
+ templates/common/layout/perspective-105_1.jpg.otp \
+ templates/common/layout/perspective-105_2.jpg.otp \
+ templates/common/layout/perspective-105_3.jpg.otp \
+ templates/common/layout/perspective-105p_1.jpg.otp \
+ templates/common/layout/perspective-105p_2.jpg.otp \
+ templates/common/layout/perspective-105p_3.jpg.otp \
+ templates/common/layout/perspective-105t_1.jpg.otp \
+ templates/common/layout/perspective-105t_2.jpg.otp \
+ templates/common/layout/perspective-105t_3.jpg.otp \
+ templates/common/layout/perspective-115_1.jpg.otp \
+ templates/common/layout/perspective-115_2.jpg.otp \
+ templates/common/layout/perspective-115_3.jpg.otp \
+ templates/common/layout/perspective-115p_1.jpg.otp \
+ templates/common/layout/perspective-115p_2.jpg.otp \
+ templates/common/layout/perspective-115p_3.jpg.otp \
+ templates/common/layout/perspective-115t_1.jpg.otp \
+ templates/common/layout/perspective-115t_2.jpg.otp \
+ templates/common/layout/perspective-115t_3.jpg.otp \
+ templates/common/layout/perspective-128_1.jpg.otp \
+ templates/common/layout/perspective-128_2.jpg.otp \
+ templates/common/layout/perspective-128_3.jpg.otp \
+ templates/common/layout/perspective-128p_1.jpg.otp \
+ templates/common/layout/perspective-128p_2.jpg.otp \
+ templates/common/layout/perspective-128p_3.jpg.otp \
+ templates/common/layout/perspective-128t_1.jpg.otp \
+ templates/common/layout/perspective-128t_2.jpg.otp \
+ templates/common/layout/perspective-128t_3.jpg.otp \
+ templates/common/layout/perspective-167_1.jpg.otp \
+ templates/common/layout/perspective-167_2.jpg.otp \
+ templates/common/layout/perspective-167_3.jpg.otp \
+ templates/common/layout/perspective-167p_1.jpg.otp \
+ templates/common/layout/perspective-167p_2.jpg.otp \
+ templates/common/layout/perspective-167p_3.jpg.otp \
+ templates/common/layout/perspective-167t_1.jpg.otp \
+ templates/common/layout/perspective-167t_2.jpg.otp \
+ templates/common/layout/perspective-167t_3.jpg.otp \
+ templates/common/layout/perspective-172_1.jpg.otp \
+ templates/common/layout/perspective-172_2.jpg.otp \
+ templates/common/layout/perspective-172_3.jpg.otp \
+ templates/common/layout/perspective-172p_1.jpg.otp \
+ templates/common/layout/perspective-172p_2.jpg.otp \
+ templates/common/layout/perspective-172p_3.jpg.otp \
+ templates/common/layout/perspective-172t_1.jpg.otp \
+ templates/common/layout/perspective-172t_2.jpg.otp \
+ templates/common/layout/perspective-172t_3.jpg.otp \
+ templates/common/layout/perspective-186_1.jpg.otp \
+ templates/common/layout/perspective-186_2.jpg.otp \
+ templates/common/layout/perspective-186_3.jpg.otp \
+ templates/common/layout/perspective-186p_1.jpg.otp \
+ templates/common/layout/perspective-186p_2.jpg.otp \
+ templates/common/layout/perspective-186p_3.jpg.otp \
+ templates/common/layout/perspective-186t_1.jpg.otp \
+ templates/common/layout/perspective-186t_2.jpg.otp \
+ templates/common/layout/perspective-186t_3.jpg.otp \
+ templates/common/layout/PhotoFrame.otp \
+ templates/common/layout/Plantillafiesta.otp \
+ templates/common/layout/Praesentation_Radial_Blau.otp \
+ templates/common/layout/Praesentation_Radial_Braun.otp \
+ templates/common/layout/Praesentation_Radial_Grau.otp \
+ templates/common/layout/Praesentation_Radial_Gruen.otp \
+ templates/common/layout/Praesentation_Radial_Magenta.otp \
+ templates/common/layout/Praesentation_Radial_Orange.otp \
+ templates/common/layout/Praesentation_Radial_Rot.otp \
+ templates/common/layout/Praesentation_Radial_SUN.otp \
+ templates/common/layout/Praesentation_Radial_Tuerkis.otp \
+ templates/common/layout/QuadratischBlau.otp \
+ templates/common/layout/QuadratischBraun.otp \
+ templates/common/layout/QuadratischGrau.otp \
+ templates/common/layout/QuadratischGruen.otp \
+ templates/common/layout/QuadratischMagenta.otp \
+ templates/common/layout/QuadratischOrange.otp \
+ templates/common/layout/QuadratischRot.otp \
+ templates/common/layout/QuadratischSUN.otp \
+ templates/common/layout/RedStar.otp \
+ templates/common/layout/reo-veo10.otp \
+ templates/common/layout/reo-veo11.otp \
+ templates/common/layout/reo-veo12.otp \
+ templates/common/layout/reo-veo1.otp \
+ templates/common/layout/reo-veo2.otp \
+ templates/common/layout/reo-veo3.otp \
+ templates/common/layout/reo-veo4.otp \
+ templates/common/layout/reo-veo5.otp \
+ templates/common/layout/reo-veo6.otp \
+ templates/common/layout/reo-veo7.otp \
+ templates/common/layout/reo-veo8.otp \
+ templates/common/layout/reo-veo9.otp \
+ templates/common/layout/schatten_blau.otp \
+ templates/common/layout/schatten_gelb.otp \
+ templates/common/layout/schatten_gruen.otp \
+ templates/common/layout/schatten_magenta.otp \
+ templates/common/layout/schatten_orange.otp \
+ templates/common/layout/schatten_rot.otp \
+ templates/common/layout/schatten_tuerkis.otp \
+ templates/common/layout/science-002a.jpg.otp \
+ templates/common/layout/science-002b.jpg.otp \
+ templates/common/layout/science-014a.jpg.otp \
+ templates/common/layout/science-014b.jpg.otp \
+ templates/common/layout/science-014c.jpg.otp \
+ templates/common/layout/science-014d.jpg.otp \
+ templates/common/layout/science-108a.jpg.otp \
+ templates/common/layout/science-108b.jpg.otp \
+ templates/common/layout/science-108c.jpg.otp \
+ templates/common/layout/science-108d.jpg.otp \
+ templates/common/layout/sedi.otp \
+ templates/common/layout/Sidepanel_Blue.otp \
+ templates/common/layout/Sidepanel_Cloud.otp \
+ templates/common/layout/Sidepanel_Green.otp \
+ templates/common/layout/Sidepanel_Red.otp \
+ templates/common/layout/Solar.otp \
+ templates/common/layout/Soleil.otp \
+ templates/common/layout/standard-blau-gelb.otp \
+ templates/common/layout/standard-dunkel.otp \
+ templates/common/layout/standard-rot-gruen.otp \
+ templates/common/layout/Sunburst.otp \
+ templates/common/layout/sun.otp \
+ templates/common/layout/texture-003_1.jpg.otp \
+ templates/common/layout/texture-003_2.jpg.otp \
+ templates/common/layout/texture-003_3.jpg.otp \
+ templates/common/layout/texture-003p_1.jpg.otp \
+ templates/common/layout/texture-003p_2.jpg.otp \
+ templates/common/layout/texture-003p_3.jpg.otp \
+ templates/common/layout/texture-003t_1.jpg.otp \
+ templates/common/layout/texture-003t_2.jpg.otp \
+ templates/common/layout/texture-003t_3.jpg.otp \
+ templates/common/layout/texture-004_1.jpg.otp \
+ templates/common/layout/texture-004_2.jpg.otp \
+ templates/common/layout/texture-004_3.jpg.otp \
+ templates/common/layout/texture-004p_1.jpg.otp \
+ templates/common/layout/texture-004p_2.jpg.otp \
+ templates/common/layout/texture-004p_3.jpg.otp \
+ templates/common/layout/texture-004t_1.jpg.otp \
+ templates/common/layout/texture-004t_2.jpg.otp \
+ templates/common/layout/texture-004t_3.jpg.otp \
+ templates/common/layout/texture-007_1.jpg.otp \
+ templates/common/layout/texture-007_2.jpg.otp \
+ templates/common/layout/texture-007_3.jpg.otp \
+ templates/common/layout/texture-007p_1.jpg.otp \
+ templates/common/layout/texture-007p_2.jpg.otp \
+ templates/common/layout/texture-007p_3.jpg.otp \
+ templates/common/layout/texture-007t_1.jpg.otp \
+ templates/common/layout/texture-007t_2.jpg.otp \
+ templates/common/layout/texture-007t_3.jpg.otp \
+ templates/common/layout/texture-045_1.jpg.otp \
+ templates/common/layout/texture-045_2.jpg.otp \
+ templates/common/layout/texture-045_3.jpg.otp \
+ templates/common/layout/texture-045p_1.jpg.otp \
+ templates/common/layout/texture-045p_2.jpg.otp \
+ templates/common/layout/texture-045p_3.jpg.otp \
+ templates/common/layout/texture-045t_1.jpg.otp \
+ templates/common/layout/texture-045t_2.jpg.otp \
+ templates/common/layout/texture-045t_3.jpg.otp \
+ templates/common/layout/texture-110_1.jpg.otp \
+ templates/common/layout/texture-110_2.jpg.otp \
+ templates/common/layout/texture-110_3.jpg.otp \
+ templates/common/layout/texture-110p_1.jpg.otp \
+ templates/common/layout/texture-110p_2.jpg.otp \
+ templates/common/layout/texture-110p_3.jpg.otp \
+ templates/common/layout/texture-110t_1.jpg.otp \
+ templates/common/layout/texture-110t_2.jpg.otp \
+ templates/common/layout/texture-110t_3.jpg.otp \
+ templates/common/layout/texture-158_1.jpg.otp \
+ templates/common/layout/texture-158_2.jpg.otp \
+ templates/common/layout/texture-158_3.jpg.otp \
+ templates/common/layout/texture-158p_1.jpg.otp \
+ templates/common/layout/texture-158p_2.jpg.otp \
+ templates/common/layout/texture-158p_3.jpg.otp \
+ templates/common/layout/texture-158t_1.jpg.otp \
+ templates/common/layout/texture-158t_2.jpg.otp \
+ templates/common/layout/texture-158t_3.jpg.otp \
+ templates/common/layout/texture-191_1.jpg.otp \
+ templates/common/layout/texture-191_2.jpg.otp \
+ templates/common/layout/texture-191_3.jpg.otp \
+ templates/common/layout/texture-191p_1.jpg.otp \
+ templates/common/layout/texture-191p_2.jpg.otp \
+ templates/common/layout/texture-191p_3.jpg.otp \
+ templates/common/layout/texture-191t_1.jpg.otp \
+ templates/common/layout/texture-191t_2.jpg.otp \
+ templates/common/layout/texture-191t_3.jpg.otp \
+ templates/common/layout/vortrag_gelb.otp \
+ templates/common/layout/vortrag_gruen.otp \
+ templates/common/layout/vortrag_rot.otp \
+ templates/common/layout/vortrag_schwarz.otp \
+ templates/common/layout/vortrag_weiss.otp \
+ templates/common/layout/Worldwide_-_Artisticblue.otp \
+ templates/common/layout/Worldwide_-_ArtisticbluePencil.otp \
+ templates/common/layout/Worldwide_-_Deluxegreen.otp \
+ templates/common/layout/Worldwide_-_Lightgray.otp \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonmisc.mk b/extras/ExternalPackage_accessoriestemplatescommonmisc.mk
new file mode 100644
index 000000000000..f2cf1ca777bf
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonmisc.mk
@@ -0,0 +1,19 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonmisc,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonmisc,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonmisc,share/template/common/misc,\
+ templates/common/misc/White_Notebook_Paper_legal.ott \
+ templates/common/misc/Yellow_Pad_Legal.ott \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonofficorr.mk b/extras/ExternalPackage_accessoriestemplatescommonofficorr.mk
new file mode 100644
index 000000000000..cc09376cc4e6
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonofficorr.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonofficorr,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonofficorr,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonofficorr,share/template/common/officorr,\
+ templates/common/officorr/dummy_common_templates.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonoffimisc.mk b/extras/ExternalPackage_accessoriestemplatescommonoffimisc.mk
new file mode 100644
index 000000000000..cf3c5b5bafb3
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonoffimisc.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonoffimisc,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonoffimisc,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonoffimisc,share/template/common/offimisc,\
+ templates/common/offimisc/dummy_common_templates.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonpersonal.mk b/extras/ExternalPackage_accessoriestemplatescommonpersonal.mk
new file mode 100644
index 000000000000..f3cdde0cb7d4
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonpersonal.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonpersonal,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonpersonal,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonpersonal,share/template/common/personal,\
+ templates/common/personal/szivesoldal.otg \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/ExternalPackage_accessoriestemplatescommonpresent.mk b/extras/ExternalPackage_accessoriestemplatescommonpresent.mk
new file mode 100644
index 000000000000..d2c866954438
--- /dev/null
+++ b/extras/ExternalPackage_accessoriestemplatescommonpresent.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,extras_accessoriestemplatescommonpresent,templates-pack))
+
+$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriestemplatescommonpresent,$(INSTDIR)))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriestemplatescommonpresent,share/template/common/presnt,\
+ templates/common/presnt/dummy_common_templates.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index a35ac6e57787..8ac0b18762da 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -116,18 +116,18 @@ $(eval $(call gb_Module_add_targets,extras,\
AllLangPackage_accessoriestemplatesoffimisc \
AllLangPackage_accessoriestemplatespersonal \
AllLangPackage_accessoriestemplatespresent \
+ ExternalPackage_accessoriestemplatescommon \
+ ExternalPackage_accessoriestemplatescommoneducate \
+ ExternalPackage_accessoriestemplatescommonfinance \
+ ExternalPackage_accessoriestemplatescommonforms \
+ ExternalPackage_accessoriestemplatescommonlabels \
+ ExternalPackage_accessoriestemplatescommonlayout \
+ ExternalPackage_accessoriestemplatescommonmisc \
+ ExternalPackage_accessoriestemplatescommonofficorr \
+ ExternalPackage_accessoriestemplatescommonoffimisc \
+ ExternalPackage_accessoriestemplatescommonpersonal \
+ ExternalPackage_accessoriestemplatescommonpresent \
UnpackedTarball_templates_pack \
- Zip_accessoriestemplatescommon \
- Zip_accessoriestemplatescommoneducate \
- Zip_accessoriestemplatescommonfinance \
- Zip_accessoriestemplatescommonforms \
- Zip_accessoriestemplatescommonlabels \
- Zip_accessoriestemplatescommonlayout \
- Zip_accessoriestemplatescommonmisc \
- Zip_accessoriestemplatescommonofficorr \
- Zip_accessoriestemplatescommonoffimisc \
- Zip_accessoriestemplatescommonpersonal \
- Zip_accessoriestemplatescommonpresent \
))
endif
diff --git a/extras/Zip_accessoriestemplatescommon.mk b/extras/Zip_accessoriestemplatescommon.mk
deleted file mode 100644
index 7b8257961852..000000000000
--- a/extras/Zip_accessoriestemplatescommon.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommon,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommon,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommon,\
- dummy_common_templates.txt \
- svn-commit.2.tmp \
- svn-commit.tmp \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommoneducate.mk b/extras/Zip_accessoriestemplatescommoneducate.mk
deleted file mode 100644
index 71c466dc073b..000000000000
--- a/extras/Zip_accessoriestemplatescommoneducate.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommoneducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/educate))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommoneducate,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommoneducate,\
- A4-chequered.otg \
- A4-lin_2mm.otg \
- A4-lin_3mm.otg \
- A4-lined.otg \
- A4-linlog.otg \
- A4-lin.otg \
- A4-loglin.otg \
- A4-loglog.otg \
- A4-millimeter_black.ott \
- A4-millimeter_orange.ott \
- A4-millimeter_red.ott \
- A4-rhomb.otg \
- Black_lines_1.otg \
- Black_lines_2.otg \
- Black_lines_3.otg \
- soccer-pitch.otg \
- soccer-practice-template.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonfinance.mk b/extras/Zip_accessoriestemplatescommonfinance.mk
deleted file mode 100644
index a0b4103b4494..000000000000
--- a/extras/Zip_accessoriestemplatescommonfinance.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonfinance,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/finance))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonfinance,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonfinance,\
- dummy_common_templates.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonforms.mk b/extras/Zip_accessoriestemplatescommonforms.mk
deleted file mode 100644
index 7842d0cef2ad..000000000000
--- a/extras/Zip_accessoriestemplatescommonforms.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonforms,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/forms))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonforms,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonforms,\
- dummy_common_templates.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonlabels.mk b/extras/Zip_accessoriestemplatescommonlabels.mk
deleted file mode 100644
index 7d7546493d17..000000000000
--- a/extras/Zip_accessoriestemplatescommonlabels.mk
+++ /dev/null
@@ -1,70 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonlabels,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/labels))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonlabels,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonlabels,\
- 24_port_patch_text.otg \
- arrows-black-base.ott \
- WL-OL1000.ott \
- WL-OL100.ott \
- WL-OL1025.ott \
- WL-OL1050.ott \
- WL-OL1075.ott \
- WL-OL1100.ott \
- WL-OL1125.ott \
- WL-OL1150.ott \
- WL-OL1200.ott \
- WL-OL125.ott \
- WL-OL150.ott \
- WL-OL175.ott \
- WL-OL200.ott \
- WL-OL225.ott \
- WL-OL250.ott \
- WL-OL25.ott \
- WL-OL275.ott \
- WL-OL325.ott \
- WL-OL350.ott \
- WL-OL375.ott \
- WL-OL400.ott \
- WL-OL425.ott \
- WL-OL450.ott \
- WL-OL475.ott \
- WL-OL5100.ott \
- WL-OL525.ott \
- WL-OL5275.ott \
- WL-OL5375.ott \
- WL-OL550.ott \
- WL-OL5575.ott \
- WL-OL5600.ott \
- WL-OL5625.ott \
- WL-OL575.ott \
- WL-OL6000.ott \
- WL-OL600.ott \
- WL-OL6025.ott \
- WL-OL6050.ott \
- WL-OL6075.ott \
- WL-OL625.ott \
- WL-OL675.ott \
- WL-OL725.ott \
- WL-OL750.ott \
- WL-OL75.ott \
- WL-OL775.ott \
- WL-OL800.ott \
- WL-OL850.ott \
- WL-OL875.ott \
- WL-OL900.ott \
- WL-OL975.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonlayout.mk b/extras/Zip_accessoriestemplatescommonlayout.mk
deleted file mode 100644
index 95f65ca26b09..000000000000
--- a/extras/Zip_accessoriestemplatescommonlayout.mk
+++ /dev/null
@@ -1,552 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonlayout,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/layout))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonlayout,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonlayout,\
- 31407-squares.otp \
- abstract-015_1.jpg.otp \
- abstract-015_2.jpg.otp \
- abstract-015_3.jpg.otp \
- abstract-015p_1.jpg.otp \
- abstract-015p_2.jpg.otp \
- abstract-015p_3.jpg.otp \
- abstract-015t_1.jpg.otp \
- abstract-015t_2.jpg.otp \
- abstract-015t_3.jpg.otp \
- abstract-032_1.jpg.otp \
- abstract-032_2.jpg.otp \
- abstract-032_3.jpg.otp \
- abstract-032p_1.jpg.otp \
- abstract-032p_2.jpg.otp \
- abstract-032p_3.jpg.otp \
- abstract-032t_1.jpg.otp \
- abstract-032t_2.jpg.otp \
- abstract-032t_3.jpg.otp \
- abstract-078_1.jpg.otp \
- abstract-078_2.jpg.otp \
- abstract-078_3.jpg.otp \
- abstract-078p_1.jpg.otp \
- abstract-078p_2.jpg.otp \
- abstract-078p_3.jpg.otp \
- abstract-078t_1.jpg.otp \
- abstract-078t_2.jpg.otp \
- abstract-078t_3.jpg.otp \
- abstract-138_1.jpg.otp \
- abstract-138_2.jpg.otp \
- abstract-138_3.jpg.otp \
- abstract-138p_1.jpg.otp \
- abstract-138p_2.jpg.otp \
- abstract-138p_3.jpg.otp \
- abstract-138t_1.jpg.otp \
- abstract-138t_2.jpg.otp \
- abstract-138t_3.jpg.otp \
- aquarius.otp \
- blau.otp \
- Blue_2.otp \
- Blue_Boxes.otp \
- Blue_Circles.otp \
- blue-elegance.otp \
- Blue_Lines.otp \
- blue.otp \
- Blue_Silver.otp \
- Blue_Squares.otp \
- Blue_Waves.otp \
- carton.otp \
- chalkboard_2.otp \
- chalkboard.otp \
- circulos_clasicos.otp \
- circulos_originales.otp \
- citrus-e.otp \
- compladients.otp \
- Cool_Space.otp \
- cross_color.otp \
- cross_gray.otp \
- cross_green.otp \
- cross_orange.otp \
- cross_white.otp \
- cross_yellow.otp \
- Cubes.otp \
- Doppellinie-blau.otp \
- EarthLight.otp \
- edge-005_1.jpg.otp \
- edge-005_2.jpg.otp \
- edge-005_3.jpg.otp \
- edge-005p_1.jpg.otp \
- edge-005p_2.jpg.otp \
- edge-005p_3.jpg.otp \
- edge-005t_1.jpg.otp \
- edge-005t_2.jpg.otp \
- edge-005t_3.jpg.otp \
- edge-013_1.jpg.otp \
- edge-013_2.jpg.otp \
- edge-013_3.jpg.otp \
- edge-013p_1.jpg.otp \
- edge-013p_2.jpg.otp \
- edge-013p_3.jpg.otp \
- edge-013t_1.jpg.otp \
- edge-013t_2.jpg.otp \
- edge-013t_3.jpg.otp \
- edge-046_1.jpg.otp \
- edge-046_2.jpg.otp \
- edge-046_3.jpg.otp \
- edge-046p_1.jpg.otp \
- edge-046p_2.jpg.otp \
- edge-046p_3.jpg.otp \
- edge-046t_1.jpg.otp \
- edge-046t_2.jpg.otp \
- edge-046t_3.jpg.otp \
- edge-048_1.jpg.otp \
- edge-048_2.jpg.otp \
- edge-048_3.jpg.otp \
- edge-048p_1.jpg.otp \
- edge-048p_2.jpg.otp \
- edge-048p_3.jpg.otp \
- edge-048t_1.jpg.otp \
- edge-048t_2.jpg.otp \
- edge-048t_3.jpg.otp \
- edge-058_1.jpg.otp \
- edge-058_2.jpg.otp \
- edge-058_3.jpg.otp \
- edge-058p_1.jpg.otp \
- edge-058p_2.jpg.otp \
- edge-058p_3.jpg.otp \
- edge-058t_1.jpg.otp \
- edge-058t_2.jpg.otp \
- edge-058t_3.jpg.otp \
- edge-077_1.jpg.otp \
- edge-077_2.jpg.otp \
- edge-077_3.jpg.otp \
- edge-077p_1.jpg.otp \
- edge-077p_2.jpg.otp \
- edge-077p_3.jpg.otp \
- edge-077t_1.jpg.otp \
- edge-077t_2.jpg.otp \
- edge-077t_3.jpg.otp \
- edge-084_1.jpg.otp \
- edge-084_2.jpg.otp \
- edge-084_3.jpg.otp \
- edge-084p_1.jpg.otp \
- edge-084p_2.jpg.otp \
- edge-084p_3.jpg.otp \
- edge-084t_1.jpg.otp \
- edge-084t_2.jpg.otp \
- edge-084t_3.jpg.otp \
- edge-091_1.jpg.otp \
- edge-091_2.jpg.otp \
- edge-091_3.jpg.otp \
- edge-091p_1.jpg.otp \
- edge-091p_2.jpg.otp \
- edge-091p_3.jpg.otp \
- edge-091t_1.jpg.otp \
- edge-091t_2.jpg.otp \
- edge-091t_3.jpg.otp \
- edge-092_1.jpg.otp \
- edge-092_2.jpg.otp \
- edge-092_3.jpg.otp \
- edge-092p_1.jpg.otp \
- edge-092p_2.jpg.otp \
- edge-092p_3.jpg.otp \
- edge-092t_1.jpg.otp \
- edge-092t_2.jpg.otp \
- edge-092t_3.jpg.otp \
- edge-104_1.jpg.otp \
- edge-104_2.jpg.otp \
- edge-104_3.jpg.otp \
- edge-104p_1.jpg.otp \
- edge-104p_2.jpg.otp \
- edge-104p_3.jpg.otp \
- edge-109_1.jpg.otp \
- edge-109_2.jpg.otp \
- edge-109_3.jpg.otp \
- edge-109p_1.jpg.otp \
- edge-109p_2.jpg.otp \
- edge-109p_3.jpg.otp \
- edge-109t_1.jpg.otp \
- edge-109t_2.jpg.otp \
- edge-109t_3.jpg.otp \
- edge-117_1.jpg.otp \
- edge-117_2.jpg.otp \
- edge-117_3.jpg.otp \
- edge-117p_1.jpg.otp \
- edge-117p_2.jpg.otp \
- edge-117p_3.jpg.otp \
- edge-117t_1.jpg.otp \
- edge-117t_2.jpg.otp \
- edge-117t_3.jpg.otp \
- edge-122_1.jpg.otp \
- edge-122_2.jpg.otp \
- edge-122_3.jpg.otp \
- edge-122p_1.jpg.otp \
- edge-122p_2.jpg.otp \
- edge-122p_3.jpg.otp \
- edge-122t_1.jpg.otp \
- edge-122t_2.jpg.otp \
- edge-122t_3.jpg.otp \
- edge-138_1.jpg.otp \
- edge-138_2.jpg.otp \
- edge-138_3.jpg.otp \
- edge-138p_1.jpg.otp \
- edge-138p_2.jpg.otp \
- edge-138p_3.jpg.otp \
- edge-138t_1.jpg.otp \
- edge-138t_2.jpg.otp \
- edge-138t_3.jpg.otp \
- edge-163_1.jpg.otp \
- edge-163_2.jpg.otp \
- edge-163_3.jpg.otp \
- edge-163p_1.jpg.otp \
- edge-163p_2.jpg.otp \
- edge-163p_3.jpg.otp \
- edge-163t_1.jpg.otp \
- edge-163t_2.jpg.otp \
- edge-163t_3.jpg.otp \
- edge-199_1.jpg.otp \
- edge-199_2.jpg.otp \
- edge-199_3.jpg.otp \
- edge-199p_1.jpg.otp \
- edge-199p_2.jpg.otp \
- edge-199p_3.jpg.otp \
- edge-199t_1.jpg.otp \
- edge-199t_2.jpg.otp \
- edge-199t_3.jpg.otp \
- education-116a.jpg.otp \
- education-116b.jpg.otp \
- education-116c.jpg.otp \
- education-116d.jpg.otp \
- education-116e.jpg.otp \
- emotion2.otp \
- emotion.otp \
- eos.otp \
- exec-au.otp \
- exec-br.otp \
- exec-eh.otp \
- exec-eu.otp \
- exec-in.otp \
- exec-jp.otp \
- exec-nz.otp \
- exec-us.otp \
- exec-za.otp \
- fields-of-peace.otp \
- fresh-morning.otp \
- Girasoles.otp \
- Glossy.otp \
- glowing-rectangles.otp \
- golthia.otp \
- green-concentration.otp \
- greenish-wallpaper.otp \
- Green.otp \
- Grey.otp \
- Hatch.otp \
- holiday-030a.jpg.otp \
- holiday-030b.jpg.otp \
- holiday-032a.jpg.otp \
- holiday-032b.jpg.otp \
- humanist_presentation.otp \
- Human.otp \
- Infantil.otp \
- inspire-001a.jpg.otp \
- inspire-001b.jpg.otp \
- inspire-001c.jpg.otp \
- inspire-011a.jpg.otp \
- inspire-011b.jpg.otp \
- inspire-024a.jpg.otp \
- inspire-024b.jpg.otp \
- inspire-073a.jpg.otp \
- inspire-073b.jpg.otp \
- inspire-073c.jpg.otp \
- inspire-130a.jpg.otp \
- inspire-130b.jpg.otp \
- inspire-166c.jpg.otp \
- kde.otp \
- keynote.otp \
- Lamp.otp \
- Lay_grafity.otp \
- Lay_wood.otp \
- letterpress.otp \
- line_blue.otp \
- line_green.otp \
- line_orange.otp \
- line_red.otp \
- line_white.otp \
- line_yellow.otp \
- list.txt \
- macos103.otp \
- Marble.otp \
- MediaStyle.otp \
- moebius-strip.otp \
- Mondo_Cyan.otp \
- Mondo_Green.otp \
- Mondo_Yellow.otp \
- more-green.otp \
- Movie.otp \
- NavyBlue.otp \
- Notepad.otp \
- ooo2.otp \
- ooo2_spot.otp \
- Openblue.otp \
- openoffice.org_gulls.otp \
- Orange.otp \
- perspective-020_1.jpg.otp \
- perspective-020_2.jpg.otp \
- perspective-020_3.jpg.otp \
- perspective-020p_1.jpg.otp \
- perspective-020p_2.jpg.otp \
- perspective-020p_3.jpg.otp \
- perspective-020t_1.jpg.otp \
- perspective-020t_2.jpg.otp \
- perspective-020t_3.jpg.otp \
- perspective-023_1.jpg.otp \
- perspective-023_2.jpg.otp \
- perspective-023_3.jpg.otp \
- perspective-023p_1.jpg.otp \
- perspective-023p_2.jpg.otp \
- perspective-023p_3.jpg.otp \
- perspective-023t_1.jpg.otp \
- perspective-023t_2.jpg.otp \
- perspective-023t_3.jpg.otp \
- perspective-038_1.jpg.otp \
- perspective-038_2.jpg.otp \
- perspective-038_3.jpg.otp \
- perspective-038p_1.jpg.otp \
- perspective-038p_2.jpg.otp \
- perspective-038p_3.jpg.otp \
- perspective-038t_1.jpg.otp \
- perspective-038t_2.jpg.otp \
- perspective-038t_3.jpg.otp \
- perspective-059_1.jpg.otp \
- perspective-059_2.jpg.otp \
- perspective-059_3.jpg.otp \
- perspective-059p_1.jpg.otp \
- perspective-059p_2.jpg.otp \
- perspective-059p_3.jpg.otp \
- perspective-059t_1.jpg.otp \
- perspective-059t_2.jpg.otp \
- perspective-059t_3.jpg.otp \
- perspective-060_1.jpg.otp \
- perspective-060_2.jpg.otp \
- perspective-060_3.jpg.otp \
- perspective-060p_1.jpg.otp \
- perspective-060p_2.jpg.otp \
- perspective-060p_3.jpg.otp \
- perspective-060t_1.jpg.otp \
- perspective-060t_2.jpg.otp \
- perspective-060t_3.jpg.otp \
- perspective-091_1.jpg.otp \
- perspective-091_2.jpg.otp \
- perspective-091_3.jpg.otp \
- perspective-091p_1.jpg.otp \
- perspective-091p_2.jpg.otp \
- perspective-091p_3.jpg.otp \
- perspective-091t_1.jpg.otp \
- perspective-091t_2.jpg.otp \
- perspective-091t_3.jpg.otp \
- perspective-100_1.jpg.otp \
- perspective-100_2.jpg.otp \
- perspective-100_3.jpg.otp \
- perspective-100p_1.jpg.otp \
- perspective-100p_2.jpg.otp \
- perspective-100p_3.jpg.otp \
- perspective-100t_1.jpg.otp \
- perspective-100t_2.jpg.otp \
- perspective-100t_3.jpg.otp \
- perspective-105_1.jpg.otp \
- perspective-105_2.jpg.otp \
- perspective-105_3.jpg.otp \
- perspective-105p_1.jpg.otp \
- perspective-105p_2.jpg.otp \
- perspective-105p_3.jpg.otp \
- perspective-105t_1.jpg.otp \
- perspective-105t_2.jpg.otp \
- perspective-105t_3.jpg.otp \
- perspective-115_1.jpg.otp \
- perspective-115_2.jpg.otp \
- perspective-115_3.jpg.otp \
- perspective-115p_1.jpg.otp \
- perspective-115p_2.jpg.otp \
- perspective-115p_3.jpg.otp \
- perspective-115t_1.jpg.otp \
- perspective-115t_2.jpg.otp \
- perspective-115t_3.jpg.otp \
- perspective-128_1.jpg.otp \
- perspective-128_2.jpg.otp \
- perspective-128_3.jpg.otp \
- perspective-128p_1.jpg.otp \
- perspective-128p_2.jpg.otp \
- perspective-128p_3.jpg.otp \
- perspective-128t_1.jpg.otp \
- perspective-128t_2.jpg.otp \
- perspective-128t_3.jpg.otp \
- perspective-167_1.jpg.otp \
- perspective-167_2.jpg.otp \
- perspective-167_3.jpg.otp \
- perspective-167p_1.jpg.otp \
- perspective-167p_2.jpg.otp \
- perspective-167p_3.jpg.otp \
- perspective-167t_1.jpg.otp \
- perspective-167t_2.jpg.otp \
- perspective-167t_3.jpg.otp \
- perspective-172_1.jpg.otp \
- perspective-172_2.jpg.otp \
- perspective-172_3.jpg.otp \
- perspective-172p_1.jpg.otp \
- perspective-172p_2.jpg.otp \
- perspective-172p_3.jpg.otp \
- perspective-172t_1.jpg.otp \
- perspective-172t_2.jpg.otp \
- perspective-172t_3.jpg.otp \
- perspective-186_1.jpg.otp \
- perspective-186_2.jpg.otp \
- perspective-186_3.jpg.otp \
- perspective-186p_1.jpg.otp \
- perspective-186p_2.jpg.otp \
- perspective-186p_3.jpg.otp \
- perspective-186t_1.jpg.otp \
- perspective-186t_2.jpg.otp \
- perspective-186t_3.jpg.otp \
- PhotoFrame.otp \
- Plantillafiesta.otp \
- Praesentation_Radial_Blau.otp \
- Praesentation_Radial_Braun.otp \
- Praesentation_Radial_Grau.otp \
- Praesentation_Radial_Gruen.otp \
- Praesentation_Radial_Magenta.otp \
- Praesentation_Radial_Orange.otp \
- Praesentation_Radial_Rot.otp \
- Praesentation_Radial_SUN.otp \
- Praesentation_Radial_Tuerkis.otp \
- QuadratischBlau.otp \
- QuadratischBraun.otp \
- QuadratischGrau.otp \
- QuadratischGruen.otp \
- QuadratischMagenta.otp \
- QuadratischOrange.otp \
- QuadratischRot.otp \
- QuadratischSUN.otp \
- RedStar.otp \
- reo-veo10.otp \
- reo-veo11.otp \
- reo-veo12.otp \
- reo-veo1.otp \
- reo-veo2.otp \
- reo-veo3.otp \
- reo-veo4.otp \
- reo-veo5.otp \
- reo-veo6.otp \
- reo-veo7.otp \
- reo-veo8.otp \
- reo-veo9.otp \
- schatten_blau.otp \
- schatten_gelb.otp \
- schatten_gruen.otp \
- schatten_magenta.otp \
- schatten_orange.otp \
- schatten_rot.otp \
- schatten_tuerkis.otp \
- science-002a.jpg.otp \
- science-002b.jpg.otp \
- science-014a.jpg.otp \
- science-014b.jpg.otp \
- science-014c.jpg.otp \
- science-014d.jpg.otp \
- science-108a.jpg.otp \
- science-108b.jpg.otp \
- science-108c.jpg.otp \
- science-108d.jpg.otp \
- sedi.otp \
- Sidepanel_Blue.otp \
- Sidepanel_Cloud.otp \
- Sidepanel_Green.otp \
- Sidepanel_Red.otp \
- Solar.otp \
- Soleil.otp \
- standard-blau-gelb.otp \
- standard-dunkel.otp \
- standard-rot-gruen.otp \
- Sunburst.otp \
- sun.otp \
- texture-003_1.jpg.otp \
- texture-003_2.jpg.otp \
- texture-003_3.jpg.otp \
- texture-003p_1.jpg.otp \
- texture-003p_2.jpg.otp \
- texture-003p_3.jpg.otp \
- texture-003t_1.jpg.otp \
- texture-003t_2.jpg.otp \
- texture-003t_3.jpg.otp \
- texture-004_1.jpg.otp \
- texture-004_2.jpg.otp \
- texture-004_3.jpg.otp \
- texture-004p_1.jpg.otp \
- texture-004p_2.jpg.otp \
- texture-004p_3.jpg.otp \
- texture-004t_1.jpg.otp \
- texture-004t_2.jpg.otp \
- texture-004t_3.jpg.otp \
- texture-007_1.jpg.otp \
- texture-007_2.jpg.otp \
- texture-007_3.jpg.otp \
- texture-007p_1.jpg.otp \
- texture-007p_2.jpg.otp \
- texture-007p_3.jpg.otp \
- texture-007t_1.jpg.otp \
- texture-007t_2.jpg.otp \
- texture-007t_3.jpg.otp \
- texture-045_1.jpg.otp \
- texture-045_2.jpg.otp \
- texture-045_3.jpg.otp \
- texture-045p_1.jpg.otp \
- texture-045p_2.jpg.otp \
- texture-045p_3.jpg.otp \
- texture-045t_1.jpg.otp \
- texture-045t_2.jpg.otp \
- texture-045t_3.jpg.otp \
- texture-110_1.jpg.otp \
- texture-110_2.jpg.otp \
- texture-110_3.jpg.otp \
- texture-110p_1.jpg.otp \
- texture-110p_2.jpg.otp \
- texture-110p_3.jpg.otp \
- texture-110t_1.jpg.otp \
- texture-110t_2.jpg.otp \
- texture-110t_3.jpg.otp \
- texture-158_1.jpg.otp \
- texture-158_2.jpg.otp \
- texture-158_3.jpg.otp \
- texture-158p_1.jpg.otp \
- texture-158p_2.jpg.otp \
- texture-158p_3.jpg.otp \
- texture-158t_1.jpg.otp \
- texture-158t_2.jpg.otp \
- texture-158t_3.jpg.otp \
- texture-191_1.jpg.otp \
- texture-191_2.jpg.otp \
- texture-191_3.jpg.otp \
- texture-191p_1.jpg.otp \
- texture-191p_2.jpg.otp \
- texture-191p_3.jpg.otp \
- texture-191t_1.jpg.otp \
- texture-191t_2.jpg.otp \
- texture-191t_3.jpg.otp \
- vortrag_gelb.otp \
- vortrag_gruen.otp \
- vortrag_rot.otp \
- vortrag_schwarz.otp \
- vortrag_weiss.otp \
- Worldwide_-_Artisticblue.otp \
- Worldwide_-_ArtisticbluePencil.otp \
- Worldwide_-_Deluxegreen.otp \
- Worldwide_-_Lightgray.otp \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonmisc.mk b/extras/Zip_accessoriestemplatescommonmisc.mk
deleted file mode 100644
index a44e5fe2c017..000000000000
--- a/extras/Zip_accessoriestemplatescommonmisc.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonmisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/misc))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonmisc,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonmisc,\
- White_Notebook_Paper_legal.ott \
- Yellow_Pad_Legal.ott \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonofficorr.mk b/extras/Zip_accessoriestemplatescommonofficorr.mk
deleted file mode 100644
index 6fcd28fd1656..000000000000
--- a/extras/Zip_accessoriestemplatescommonofficorr.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonofficorr,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/officorr))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonofficorr,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonofficorr,\
- dummy_common_templates.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonoffimisc.mk b/extras/Zip_accessoriestemplatescommonoffimisc.mk
deleted file mode 100644
index 228faab87f3d..000000000000
--- a/extras/Zip_accessoriestemplatescommonoffimisc.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonoffimisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/offimisc))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonoffimisc,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonoffimisc,\
- dummy_common_templates.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonpersonal.mk b/extras/Zip_accessoriestemplatescommonpersonal.mk
deleted file mode 100644
index 2cadc8b69740..000000000000
--- a/extras/Zip_accessoriestemplatescommonpersonal.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonpersonal,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/personal))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonpersonal,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonpersonal,\
- szivesoldal.otg \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/extras/Zip_accessoriestemplatescommonpresent.mk b/extras/Zip_accessoriestemplatescommonpresent.mk
deleted file mode 100644
index 93f05bb28256..000000000000
--- a/extras/Zip_accessoriestemplatescommonpresent.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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_Zip_Zip,accessoriestemplatescommonpresent,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/presnt))
-
-$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonpresent,\
- $(call gb_UnpackedTarball_get_target,templates-pack) \
-))
-
-$(eval $(call gb_Zip_add_files,accessoriestemplatescommonpresent,\
- dummy_common_templates.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/scp2/source/accessories/file_gallery_accessories.scp b/scp2/source/accessories/file_gallery_accessories.scp
index f3755be0f402..b73e7bcf986a 100644
--- a/scp2/source/accessories/file_gallery_accessories.scp
+++ b/scp2/source/accessories/file_gallery_accessories.scp
@@ -49,9 +49,10 @@ File gid_File_Extra_Gallery_Draws_People_Accessories
End
File gid_File_Extra_Gallery_Photos_Plants_Accessories
- Dir = gid_Dir_Gallery_Photos_Plants;
- ARCHIVE_TXT_FILE_BODY;
- Name = "accessoriesgalleryphotosplants.zip";
+ Dir = FILELIST_DIR;
+ TXT_FILE_BODY;
+ Styles = (FILELIST);
+ Name = "extras_accessoriesgalleryphotosplants.filelist";
End
File gid_File_Extra_Gallery_Photos_Celebration_Accessories
diff --git a/scp2/source/accessories/file_templates_accessories.scp b/scp2/source/accessories/file_templates_accessories.scp
index 22278dbce969..edd360abb687 100644
--- a/scp2/source/accessories/file_templates_accessories.scp
+++ b/scp2/source/accessories/file_templates_accessories.scp
@@ -114,80 +114,80 @@ End
/* ** Templates - Common ** */
File gid_File_Extra_Templates_Common
- Dir = gid_Dir_Template_Common;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommon.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommon.filelist";
End
File gid_File_Extra_Templates_Common_Layout
- Dir = gid_Dir_Template_Common_Layout;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonlayout.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonlayout.filelist";
End
File gid_File_Extra_Templates_Common_Present
- Dir = gid_Dir_Template_Common_Presnt;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonpresent.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonpresent.filelist";
End
File gid_File_Extra_Templates_Common_Educate
- Dir = gid_Dir_Template_Common_Educate;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommoneducate.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommoneducate.filelist";
End
File gid_File_Extra_Templates_Common_Finance
- Dir = gid_Dir_Template_Common_Finance;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonfinance.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonfinance.filelist";
End
File gid_File_Extra_Templates_Common_Forms
- Dir = gid_Dir_Template_Common_Forms;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonforms.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonforms.filelist";
End
File gid_File_Extra_Templates_Common_Labels
- Dir = gid_Dir_Template_Common_Labels;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonlabels.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonlabels.filelist";
End
File gid_File_Extra_Templates_Common_Misc
- Dir = gid_Dir_Template_Common_Misc;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonmisc.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonmisc.filelist";
End
File gid_File_Extra_Templates_Common_Officorr
- Dir = gid_Dir_Template_Common_Officorr;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonofficorr.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonofficorr.filelist";
End
File gid_File_Extra_Templates_Common_Offimisc
- Dir = gid_Dir_Template_Common_Offimisc;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonoffimisc.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonoffimisc.filelist";
End
File gid_File_Extra_Templates_Common_Personal
- Dir = gid_Dir_Template_Common_Personal;
+ Dir = FILELIST_DIR;
TXT_FILE_BODY;
- Styles = (ARCHIVE, DONT_OVERWRITE);
- Name = "accessoriestemplatescommonpersonal.zip";
+ Styles = (FILELIST, DONT_OVERWRITE);
+ Name = "extras_accessoriestemplatescommonpersonal.filelist";
End
/* ** Templates - NON FREE ** */