gbuildize extras
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
This commit is contained in:
parent
20f06e3cd3
commit
a39f11a276
323 changed files with 8105 additions and 6332 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -99,7 +99,6 @@ TAGS
|
|||
/external/*/*.txt
|
||||
/external/*/*.msm
|
||||
/moz/zipped/*.zip
|
||||
/extras/source/extensions
|
||||
|
||||
# links to the other repositories
|
||||
/binfilter
|
||||
|
|
|
@ -66,6 +66,7 @@ embeddedobj\
|
|||
embedserv\
|
||||
eventattacher\
|
||||
extensions\
|
||||
extras\
|
||||
fileaccess\
|
||||
filter\
|
||||
forms\
|
||||
|
@ -186,7 +187,6 @@ curl\
|
|||
epm\
|
||||
expat\
|
||||
external\
|
||||
extras\
|
||||
fontconfig\
|
||||
freetype\
|
||||
gdk-pixbuf\
|
||||
|
|
|
@ -62,6 +62,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
|
|||
embedserv \
|
||||
eventattacher \
|
||||
extensions \
|
||||
extras \
|
||||
fileaccess \
|
||||
filter \
|
||||
forms \
|
||||
|
|
|
@ -584,6 +584,7 @@ export WITH_AGFA_MONOTYPE_FONTS=@WITH_AGFA_MONOTYPE_FONTS@
|
|||
export WITH_BINFILTER=@WITH_BINFILTER@
|
||||
export WITH_COMPAT_OOWRAPPERS=@WITH_COMPAT_OOWRAPPERS@
|
||||
export WITH_EXTENSION_INTEGRATION=@WITH_EXTENSION_INTEGRATION@
|
||||
export WITH_EXTRA_EXTENSIONS=@WITH_EXTRA_EXTENSIONS@
|
||||
export WITH_EXTRA_FONT=@WITH_EXTRA_FONT@
|
||||
export WITH_EXTRA_GALLERY=@WITH_EXTRA_GALLERY@
|
||||
export WITH_EXTRA_SAMPLE=@WITH_EXTRA_SAMPLE@
|
||||
|
|
18
configure.in
18
configure.in
|
@ -10418,6 +10418,11 @@ else
|
|||
fi
|
||||
AC_SUBST(WITH_EXTENSION_INTEGRATION)
|
||||
|
||||
dnl Should any extra extensions be included?
|
||||
dnl There are standalone tests for each of these below.
|
||||
WITH_EXTRA_EXTENSIONS=
|
||||
AC_SUBST([WITH_EXTRA_EXTENSIONS])
|
||||
|
||||
dnl ===================================================================
|
||||
dnl Test whether to include Watch Window extension
|
||||
dnl ===================================================================
|
||||
|
@ -10426,6 +10431,7 @@ WATCH_WINDOW_EXTENSION_PACK=
|
|||
if test "x$enable_ext_watch_window" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_WATCH_WINDOW"
|
||||
WATCH_WINDOW_EXTENSION_PACK="23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10440,6 +10446,7 @@ DIAGRAM_EXTENSION_PACK=
|
|||
if test "x$enable_ext_diagram" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_DIAGRAM"
|
||||
DIAGRAM_EXTENSION_PACK="8d74685d41f8bffe8c3e71fe8deac09d-SmART_0.9.5.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10454,6 +10461,7 @@ VALIDATOR_EXTENSION_PACK=
|
|||
if test "x$enable_ext_validator" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_VALIDATOR"
|
||||
VALIDATOR_EXTENSION_PACK="bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10468,6 +10476,7 @@ BARCODE_EXTENSION_PACK=
|
|||
if test "x$enable_ext_barcode" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_BARCODE"
|
||||
BARCODE_EXTENSION_PACK="3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10478,16 +10487,13 @@ dnl ===================================================================
|
|||
dnl Test whether to include ConvertTextToNumber extension
|
||||
dnl ===================================================================
|
||||
AC_MSG_CHECKING([for ConvertTextToNumber extension integration])
|
||||
CT2N_EXTENSION_PACK=
|
||||
if test "x$enable_ext_ct2n" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
BUILD_TYPE="$BUILD_TYPE CT2N"
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_CT2N"
|
||||
CT2N_EXTENSION_PACK="451ccf439a36a568653b024534669971-ConvertTextToNumber_1.3.2.oxt"
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
AC_SUBST(CT2N_EXTENSION_PACK)
|
||||
|
||||
dnl ===================================================================
|
||||
dnl Test whether to include Numbertext extension
|
||||
|
@ -10497,6 +10503,7 @@ NUMBERTEXT_EXTENSION_PACK=
|
|||
if test "x$enable_ext_numbertext" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_NUMBERTEXT"
|
||||
NUMBERTEXT_EXTENSION_PACK="b8cbca7b3363e6ca2d02bc0ba2b63904-numbertext_0.9.4.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10511,6 +10518,7 @@ HUNART_EXTENSION_PACK=
|
|||
if test "x$enable_ext_hunart" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_HUNART"
|
||||
HUNART_EXTENSION_PACK="b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10525,6 +10533,7 @@ TYPO_EXTENSION_PACK=
|
|||
if test "x$enable_ext_typo" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_TYPO"
|
||||
TYPO_EXTENSION_PACK="9d60b6cfa3ef1926848710bbcd11115b-typo_0.4.2.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10539,6 +10548,7 @@ GOOGLE_DOCS_EXTENSION_PACK=
|
|||
if test "x$enable_ext_google_docs" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_GOOGLE_DOCS"
|
||||
GOOGLE_DOCS_EXTENSION_PACK="2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10577,6 +10587,7 @@ OOOBLOGGER_EXTENSION_PACK=
|
|||
if test "x$enable_ext_oooblogger" = "xyes" -a "x$enable_extension_integration" != "xno"; then
|
||||
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_OOOBLOGGER"
|
||||
OOOBLOGGER_EXTENSION_PACK="b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt"
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -10625,6 +10636,7 @@ else
|
|||
esac
|
||||
fi
|
||||
done
|
||||
WITH_EXTRA_EXTENSIONS=YES
|
||||
AC_MSG_RESULT([$SUNTEMPLATES_LANG])
|
||||
fi
|
||||
AC_SUBST(SUNTEMPLATES_DE_PACK)
|
||||
|
|
16
download
16
download
|
@ -258,28 +258,12 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# OxygenOffice extras
|
||||
for pack in $OOOP_FONTS_PACK $OOOP_GALLERY_PACK $OOOP_SAMPLES_PACK $OOOP_TEMPLATES_PACK ; do
|
||||
check_file $TARFILE_LOCATION/$pack
|
||||
echo "Unpacking OxygenOffice extra '$pack' ..."
|
||||
unzip -o -q $TARFILE_LOCATION/$pack -d $SRC_ROOT/extras/source
|
||||
done
|
||||
|
||||
if [ -n "$OXYGENOFFICE_PACK" ] ; then
|
||||
check_file $TARFILE_LOCATION/$OXYGENOFFICE_PACK
|
||||
echo "Unpacking OxygenOffice '$OXYGENOFFICE_PACK' ..."
|
||||
unzip -o -q $TARFILE_LOCATION/$OXYGENOFFICE_PACK -d $SRC_ROOT/src
|
||||
fi
|
||||
|
||||
# Extensions copy
|
||||
for pack in $BARCODE_EXTENSION_PACK $DIAGRAM_EXTENSION_PACK $VALIDATOR_EXTENSION_PACK $WATCH_WINDOW_EXTENSION_PACK $NUMBERTEXT_EXTENSION_PACK $HUNART_EXTENSION_PACK $TYPO_EXTENSION_PACK $GOOGLE_DOCS_EXTENSION_PACK $OOOBLOGGER_EXTENSION_PACK $SUNTEMPLATES_DE_PACK $SUNTEMPLATES_EN_US_PACK $SUNTEMPLATES_ES_PACK $SUNTEMPLATES_FR_PACK $SUNTEMPLATES_HU_PACK $SUNTEMPLATES_IT_PACK; do
|
||||
check_file $TARFILE_LOCATION/$pack
|
||||
packfilename=`echo "$pack" | cut -f 2- -s -d - | cut -f 1 -d _`
|
||||
echo "Copy extension: '$pack' as '$packfilename.oxt' ..."
|
||||
mkdir -p $SRC_ROOT/extras/source/extensions/ || exit 1
|
||||
cp $TARFILE_LOCATION/$pack $SRC_ROOT/extras/source/extensions/$packfilename.oxt || exit 1
|
||||
done
|
||||
|
||||
[ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; }
|
||||
|
||||
# Save the config.log from the main configure script
|
||||
|
|
37
extras/AllLangZip_accessoriessamples.mk
Normal file
37
extras/AllLangZip_accessoriessamples.mk
Normal file
|
@ -0,0 +1,37 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamples,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamples,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamples,\
|
||||
cs/.nametranslation.table \
|
||||
de/.nametranslation.table \
|
||||
en-US/JacketPotato.odb \
|
||||
en-US/.nametranslation.table \
|
||||
es/.nametranslation.table \
|
||||
fi/.nametranslation.table \
|
||||
fr/.nametranslation.table \
|
||||
hu/.nametranslation.table \
|
||||
hu/naptar.ods \
|
||||
it/.nametranslation.table \
|
||||
ja/.nametranslation.table \
|
||||
ka/.nametranslation.table \
|
||||
nl/.nametranslation.table \
|
||||
pl/dummy_samples.txt \
|
||||
pt-BR/.nametranslation.table \
|
||||
sv/.nametranslation.table \
|
||||
tr/.nametranslation.table \
|
||||
zh-CN/.nametranslation.table \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
41
extras/AllLangZip_accessoriessamplesadvertisement.mk
Normal file
41
extras/AllLangZip_accessoriessamplesadvertisement.mk
Normal file
|
@ -0,0 +1,41 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesadvertisement,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/advertisement/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesadvertisement,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesadvertisement,\
|
||||
cs/dummy_samples.txt \
|
||||
de/dummy_samples.txt \
|
||||
en-US/ooo2prodflyera3en.odt \
|
||||
en-US/ooo2prodflyera4en.odt \
|
||||
en-US/ooo2prodintroen.odp \
|
||||
en-US/ooo2prodspeca4en.odt \
|
||||
es/dummy_samples.txt \
|
||||
fi/dummy_samples.txt \
|
||||
fr/dummy_samples.txt \
|
||||
hu/ooo2prodflyera3hu.odt \
|
||||
hu/ooo2prodspeca4hu.odt \
|
||||
hu/OOo_Ossszehasonlitas.odt \
|
||||
hu/OOo_Reklam4.odt \
|
||||
it/dummy_samples.txt \
|
||||
ja/dummy_samples.txt \
|
||||
ka/dummy_samples.txt \
|
||||
nl/dummy_samples.txt \
|
||||
pl/dummy_samples.txt \
|
||||
pt-BR/dummy_samples.txt \
|
||||
sv/dummy_samples.txt \
|
||||
tr/dummy_samples.txt \
|
||||
zh-CN/dummy_samples.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
36
extras/AllLangZip_accessoriessamplesdocumentation.mk
Normal file
36
extras/AllLangZip_accessoriessamplesdocumentation.mk
Normal file
|
@ -0,0 +1,36 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesdocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/documentation/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesdocumentation,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesdocumentation,\
|
||||
cs/dummy_samples.txt \
|
||||
de/dummy_samples.txt \
|
||||
en-US/Connect_to_Postgres.odt \
|
||||
en-US/ooo2.odt \
|
||||
es/dummy_samples.txt \
|
||||
fi/dummy_samples.txt \
|
||||
fr/dummy_samples.txt \
|
||||
hu/ooo2.odt \
|
||||
it/dummy_samples.txt \
|
||||
ja/dummy_samples.txt \
|
||||
ka/dummy_samples.txt \
|
||||
nl/dummy_samples.txt \
|
||||
pl/dummy_samples.txt \
|
||||
pt-BR/dummy_samples.txt \
|
||||
sv/dummy_samples.txt \
|
||||
tr/dummy_samples.txt \
|
||||
zh-CN/dummy_samples.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriessamplesnonfree.mk
Normal file
35
extras/AllLangZip_accessoriessamplesnonfree.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesnonfree,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfree,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfree,\
|
||||
cs/dummy_samples-nonfree.txt \
|
||||
de/dummy_samples-nonfree.txt \
|
||||
en-US/dummy_samples-nonfree.txt \
|
||||
es/dummy_samples-nonfree.txt \
|
||||
fi/dummy_samples-nonfree.txt \
|
||||
fr/dummy_samples-nonfree.txt \
|
||||
hu/dummy_samples-nonfree.txt \
|
||||
it/dummy_samples-nonfree.txt \
|
||||
ja/dummy_samples-nonfree.txt \
|
||||
ka/dummy_samples-nonfree.txt \
|
||||
nl/dummy_samples-nonfree.txt \
|
||||
pl/dummy_samples-nonfree.txt \
|
||||
pt-BR/dummy_samples-nonfree.txt \
|
||||
sv/dummy_samples-nonfree.txt \
|
||||
tr/dummy_samples-nonfree.txt \
|
||||
zh-CN/dummy_samples-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriessamplesnonfreeadvertisement.mk
Normal file
35
extras/AllLangZip_accessoriessamplesnonfreeadvertisement.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesnonfreeadvertisement,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/advertisement/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfreeadvertisement,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfreeadvertisement,\
|
||||
cs/dummy_samples-nonfree.txt \
|
||||
de/dummy_samples-nonfree.txt \
|
||||
en-US/dummy_samples-nonfree.txt \
|
||||
es/dummy_samples-nonfree.txt \
|
||||
fi/dummy_samples-nonfree.txt \
|
||||
fr/dummy_samples-nonfree.txt \
|
||||
hu/dummy_samples-nonfree.txt \
|
||||
it/dummy_samples-nonfree.txt \
|
||||
ja/dummy_samples-nonfree.txt \
|
||||
ka/dummy_samples-nonfree.txt \
|
||||
nl/dummy_samples-nonfree.txt \
|
||||
pl/dummy_samples-nonfree.txt \
|
||||
pt-BR/dummy_samples-nonfree.txt \
|
||||
sv/dummy_samples-nonfree.txt \
|
||||
tr/dummy_samples-nonfree.txt \
|
||||
zh-CN/dummy_samples-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriessamplesnonfreedocumentation.mk
Normal file
35
extras/AllLangZip_accessoriessamplesnonfreedocumentation.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesnonfreedocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/documentation/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesnonfreedocumentation,\
|
||||
$(call gb_UnpackedTarball_get_target,samples-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriessamplesnonfreedocumentation,\
|
||||
cs/dummy_samples-nonfree.txt \
|
||||
de/dummy_samples-nonfree.txt \
|
||||
en-US/dummy_samples-nonfree.txt \
|
||||
es/dummy_samples-nonfree.txt \
|
||||
fi/dummy_samples-nonfree.txt \
|
||||
fr/dummy_samples-nonfree.txt \
|
||||
hu/dummy_samples-nonfree.txt \
|
||||
it/dummy_samples-nonfree.txt \
|
||||
ja/dummy_samples-nonfree.txt \
|
||||
ka/dummy_samples-nonfree.txt \
|
||||
nl/dummy_samples-nonfree.txt \
|
||||
pl/dummy_samples-nonfree.txt \
|
||||
pt-BR/dummy_samples-nonfree.txt \
|
||||
sv/dummy_samples-nonfree.txt \
|
||||
tr/dummy_samples-nonfree.txt \
|
||||
zh-CN/dummy_samples-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
34
extras/AllLangZip_accessoriestemplates.mk
Normal file
34
extras/AllLangZip_accessoriestemplates.mk
Normal file
|
@ -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_AllLangZip_AllLangZip,accessoriestemplates,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplates,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplates,\
|
||||
cs/dummy_templates.txt \
|
||||
de/dummy_templates.txt \
|
||||
en-US/dummy_templates.txt \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/dummy_templates.txt \
|
||||
hu/dummy_templates.txt \
|
||||
it/dummy_templates.txt \
|
||||
ja/dummy_templates.txt \
|
||||
ka/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
50
extras/AllLangZip_accessoriestemplateseducate.mk
Normal file
50
extras/AllLangZip_accessoriestemplateseducate.mk
Normal file
|
@ -0,0 +1,50 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplateseducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/educate/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplateseducate,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplateseducate,\
|
||||
cs/dummy_templates.txt \
|
||||
de/Jahres_Schulnoten.ots \
|
||||
de/Klassen-Schulnoten-Verwaltung_Noten_1-6.ots \
|
||||
de/Kursnoten_15_Punkte.ots \
|
||||
de/Meine_Schulnoten.ots \
|
||||
de/Schulnoten.ots \
|
||||
de/Stundenplan.ots \
|
||||
de/stundenplan_und_vorlesungsplan.ots \
|
||||
en-US/apa_4thEd.ott \
|
||||
en-US/bookmark_1.ott \
|
||||
en-US/bookmark_2.ott \
|
||||
en-US/classroom_schedule.ott \
|
||||
en-US/Crystal.ots \
|
||||
en-US/disciplinary_assignment.ott \
|
||||
en-US/disciplinary_referral.ott \
|
||||
en-US/grades.ots \
|
||||
en-US/lesson_plan_1.ott \
|
||||
en-US/lesson_plan_2.ott \
|
||||
en-US/name_badge_1.ott \
|
||||
en-US/student_schedule.ott \
|
||||
en-US/table_tent_1.ott \
|
||||
en-US/Thesis.ott \
|
||||
fr/AgendaSemaine1.1.ots \
|
||||
fr/carnet_de_notes.ots \
|
||||
fr/documentfinalTP-1.1.ott \
|
||||
fr/note_moyenne.ots \
|
||||
hu/essze.ott \
|
||||
hu/Meresi_jegyzokonyv_-_Iskolai.ott \
|
||||
hu/osztalynevsor.ott \
|
||||
hu/thesis_k.ott \
|
||||
ja/timetable_for_school.ots \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
108
extras/AllLangZip_accessoriestemplatesfinance.mk
Normal file
108
extras/AllLangZip_accessoriestemplatesfinance.mk
Normal file
|
@ -0,0 +1,108 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesfinance,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/finance/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesfinance,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesfinance,\
|
||||
cs/podaci_kniha.ots \
|
||||
de/arbeitszeiterfassung.ots \
|
||||
de/az.ots \
|
||||
de/BudgetAufDeutsch.ots \
|
||||
de/business_indebtedness_schedule.ots \
|
||||
de/business_trip_budget.ots \
|
||||
de/discount_zertifikate_rechner.ots \
|
||||
de/energie_verbrauchstabelle.ots \
|
||||
de/fahrtenbuch.ots \
|
||||
de/Finanzuebersicht.ots \
|
||||
de/Haushaltsbuch.ots \
|
||||
de/Haushaltsbuch_vordruck.ots \
|
||||
de/hypothekenberechnung.ots \
|
||||
de/Invoice-Rechnung.ots \
|
||||
de/Kassenbuch_2006.ots \
|
||||
de/Kassenbuch_2007.ots \
|
||||
de/kassenbuch2.ots \
|
||||
de/kassenbuch.ots \
|
||||
de/Kassenbuch_Vordruck.ots \
|
||||
de/Kassenbuch_vorlage_Netto.ots \
|
||||
de/Kassenbuch_vorlage.ots \
|
||||
de/Konto.ots \
|
||||
de/konto.ott \
|
||||
de/Kraftstoff_Kilometer_Kostenrechner_2006.ots \
|
||||
de/Kraftstoff_Kilometer_Kostenrechner_2007.ots \
|
||||
de/Kraftstoff_Kilometer_Kostenrechner_2008.ots \
|
||||
de/Kraftstoff_Kilometer_Kostenrechner_2009.ots \
|
||||
de/Kraftstoff_Kilometer_Kostenrechner_2010.ots \
|
||||
de/Lastschrift.ott \
|
||||
de/marketing_budget_plan.ots \
|
||||
de/Mwstbruttonetto.ots \
|
||||
de/OOoReise.ots \
|
||||
de/project_planning.ots \
|
||||
de/quittung.ott \
|
||||
de/Rechnung.ots \
|
||||
de/Rechnungs_Vorlage.ots \
|
||||
de/start-up_capital_estimate.ots \
|
||||
de/taetigkeitsbericht.ots \
|
||||
de/Ueberweisungsformular.ott \
|
||||
en-US/advloan.ots \
|
||||
en-US/Amortization-Schedule.ots \
|
||||
en-US/armcalculation.ots \
|
||||
en-US/BalanceSheet1.ots \
|
||||
en-US/Bank_Account.ots \
|
||||
en-US/Budget.ots \
|
||||
en-US/business_indebtedness_schedule.ots \
|
||||
en-US/business_plan.ott \
|
||||
en-US/business_trip_budget.ots \
|
||||
en-US/CheckBookRegister.ots \
|
||||
en-US/Compare_Loan_Conditions.ots \
|
||||
en-US/Compare_Two_Years_with_Graphs.ots \
|
||||
en-US/Deposit_Template_-_US_DOLLAR.ots \
|
||||
en-US/DialogSheetEg.ots \
|
||||
en-US/Giro_en.ott \
|
||||
en-US/job_bid.ott \
|
||||
en-US/loan.ots \
|
||||
en-US/marketing_budget_plan.ots \
|
||||
en-US/marketing_plan.ott \
|
||||
en-US/mortgage_buster.ots \
|
||||
en-US/PettyCash.ots \
|
||||
en-US/portfolio_manager.ots \
|
||||
en-US/pos.ots \
|
||||
en-US/project_planning.ots \
|
||||
en-US/rental_returns.ots \
|
||||
en-US/RunningBudget.ots \
|
||||
en-US/SalesTargets.ots \
|
||||
en-US/start-up_capital_estimate.ots \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/dummy_templates.txt \
|
||||
hu/afas_szamla.ott \
|
||||
hu/Banki_atutalas.ots \
|
||||
hu/Csekkminta.ott \
|
||||
hu/eves_beszamolo_eredmenykimutatas_egyszerusitett.ots \
|
||||
hu/Hazi_koltsegvetes.ots \
|
||||
hu/msz16124.ots \
|
||||
hu/msz16177.ots \
|
||||
hu/Napi_kiadas.ots \
|
||||
hu/Olvass.el \
|
||||
it/notaspese.ots \
|
||||
ja/cost_statement.ots \
|
||||
ja/journal_book.ots \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
87
extras/AllLangZip_accessoriestemplatesforms.mk
Normal file
87
extras/AllLangZip_accessoriestemplatesforms.mk
Normal file
|
@ -0,0 +1,87 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesforms,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/forms/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesforms,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesforms,\
|
||||
cs/seznam_pohledavek.ots \
|
||||
de/Ausbildungsnachweis2.ott \
|
||||
de/Ausbildungsnachweis.ott \
|
||||
de/ausgabebelege.ott \
|
||||
de/Checkliste_Hauswartung.ots \
|
||||
de/dienstreiseantrag.ott \
|
||||
de/einnahmebelege.ott \
|
||||
de/Fahrtenbuch.ots \
|
||||
de/Fax_privat_formlich_dringend.ott \
|
||||
de/Fax_privat_formlich.ott \
|
||||
de/Fax_privat_personlich.ott \
|
||||
de/Gesprachsnotiz.ott \
|
||||
de/kariertes_blatt_a4_5mm.ots \
|
||||
de/kurz_begleitschreiben.ott \
|
||||
de/Kurz-Begleitschreiben.ott \
|
||||
de/kurzbrief.ott \
|
||||
de/lernkarteikarten_4x10_stueck.ott \
|
||||
de/pkw_kaufvertrag.ott \
|
||||
de/protokoll.ott \
|
||||
de/quittungen.ott \
|
||||
de/quittung.ots \
|
||||
de/rechnung.ots \
|
||||
de/reisekostenabrechnung.ott \
|
||||
de/smily_calender.ots \
|
||||
de/ueberweisungstraeger.ott \
|
||||
de/urlaubsplaner_2006.ots \
|
||||
de/zeichenblatt_din_en_iso_5457_einfach_ohne_din_schrift.ott \
|
||||
en-US/cap1107.ott \
|
||||
en-US/Confidentiality_Agreement.ott \
|
||||
en-US/contract.ott \
|
||||
en-US/Joint_venture.ott \
|
||||
en-US/maintenance_agreement.ott \
|
||||
en-US/Note_Template.ott \
|
||||
en-US/partnership.ott \
|
||||
en-US/PleadingGeneric.ott \
|
||||
en-US/Pleading.ott \
|
||||
en-US/System_maint_tmpl.ott \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/dummy_templates.txt \
|
||||
hu/Alairasi_cimpeldany.ott \
|
||||
hu/Auto_berbeadasi_megallapodas.ott \
|
||||
hu/Autokolcsonzes.ott \
|
||||
hu/Beszelgetesi_jegyzet.ott \
|
||||
hu/BT_tarsasagi_szerzodes_1.ott \
|
||||
hu/Ingatlan-adasveteli_eloszerzodes.ott \
|
||||
hu/Ingatlan-adasveteli_szerzodes_haszonelvezet.ott \
|
||||
hu/Ingatlan-adasveteli_szerzodes.ott \
|
||||
hu/Ingatlan-adasveteli_szerzodes_tarsashaz.ott \
|
||||
hu/Ingatlancsere_szerzodes.ott \
|
||||
hu/Kiadoi_szerzodes.ott \
|
||||
hu/Meghatalmazas_penzfelvetel.ott \
|
||||
hu/Reklammu_atruhazasi_szerzodes.ott \
|
||||
hu/Szoftver_felhasznalasi_szerzodes.ott \
|
||||
hu/Szoftverlegalizacio_alkalmazotti_nyilatkozat.ott \
|
||||
hu/Szoftverlegalizacio_etikai_kodex.ott \
|
||||
hu/Vegrendelet.ott \
|
||||
hu/Veszelyes_allat_tartasi_engedely_kerelem.ott \
|
||||
it/lettera_legale.ott \
|
||||
it/SchedaCarburante.ott \
|
||||
ja/resume.ots \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
76
extras/AllLangZip_accessoriestemplateslabels.mk
Normal file
76
extras/AllLangZip_accessoriestemplateslabels.mk
Normal file
|
@ -0,0 +1,76 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplateslabels,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/labels/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplateslabels,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplateslabels,\
|
||||
cs/dummy_templates.txt \
|
||||
de/dummy_templates.txt \
|
||||
en-US/address12-WL-OL875.ott \
|
||||
en-US/address15-festival-WL-OL875.ott \
|
||||
en-US/address21-animals-WL-OL875.ott \
|
||||
en-US/address22-animals-WL-OL875.ott \
|
||||
en-US/address23-animals-WL-OL875.ott \
|
||||
en-US/Address-label10.ott \
|
||||
en-US/Address_label7.ott \
|
||||
en-US/Alphabetical-1-filling-labels.ott \
|
||||
en-US/Alphabetical-2-Filling-labels.ott \
|
||||
en-US/Alphabetical-3-Filling-labels.ott \
|
||||
en-US/BasicAddress3sameAvery5160.ott \
|
||||
en-US/BasicAddressSameAvery5160.ott \
|
||||
en-US/BasicMailing3sameAvery5162.ott \
|
||||
en-US/BasicMailing4sameAvery5162.ott \
|
||||
en-US/BasicMailingSame2Avery5161.ott \
|
||||
en-US/BasicMailingSameAvery5161.ott \
|
||||
en-US/BasicReturnAddress2SameAvery5167.ott \
|
||||
en-US/BasicreturnaddresssameAvery5167.ott \
|
||||
en-US/BasicShippingsame2Avery5164.ott \
|
||||
en-US/BasicShippingsameAvery5164.ott \
|
||||
en-US/Basictext2sameAvery5160.ott \
|
||||
en-US/blue-shpWL-OL150.ott \
|
||||
en-US/ClasicMailingsameAvery5163.ott \
|
||||
en-US/color-bars-2-filling-labels.ott \
|
||||
en-US/Fragile-Handle-with-Care-red-background.ott \
|
||||
en-US/Fragrance_02_Address_Label.ott \
|
||||
en-US/frame-filling-labels.ott \
|
||||
en-US/Gemini_label_01.ott \
|
||||
en-US/Mailing-Label-01.ott \
|
||||
en-US/Mailing_Label-Buss_with-Logo-011.ott \
|
||||
en-US/MailingLabelFlowerSameAvery5163.ott \
|
||||
en-US/Mailing_Label-General_Theme_01-WL-OL125.ott \
|
||||
en-US/miniaddapple-adrsWL-OL875.ott \
|
||||
en-US/miniaddflower-adrsWL-OL875.ott \
|
||||
en-US/miniaddfruits-adrsWL-OL875.ott \
|
||||
en-US/miniaddressbasket-adrsWL-OL875.ott \
|
||||
en-US/miniaddrose-adrsWL-OL875.ott \
|
||||
en-US/miniaddyellow-adrsWL-OL875.ott \
|
||||
en-US/SeasonsShippingLabel.ott \
|
||||
en-US/ShippinglabelSameAvery5164.ott \
|
||||
en-US/Shipping-std-design3.ott \
|
||||
en-US/Shipping-std-design9.ott \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/dummy_templates.txt \
|
||||
hu/dummy_templates.txt \
|
||||
it/dummy_templates.txt \
|
||||
ja/dummy_templates.txt \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
335
extras/AllLangZip_accessoriestemplateslayout.mk
Normal file
335
extras/AllLangZip_accessoriestemplateslayout.mk
Normal file
|
@ -0,0 +1,335 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplateslayout,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/layout/lang,$(true)))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplateslayout,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplateslayout,\
|
||||
cs/dummy_templates.txt \
|
||||
de/A4-kariert.otp \
|
||||
de/BlueBoxes.otp \
|
||||
de/BlueSilver.otp \
|
||||
de/bluesquares.otp \
|
||||
de/BlueWavesTempl-1.otp \
|
||||
de/Butterflies.otp \
|
||||
de/coolspace.otp \
|
||||
de/Cubes_1x.otp \
|
||||
de/DABlueChecker.otp \
|
||||
de/DABlueCircle.otp \
|
||||
de/DABlueCloud.otp \
|
||||
de/DABlueStars.otp \
|
||||
de/DABlueWhiteFlower.otp \
|
||||
de/DALetters.otp \
|
||||
de/DAMultiStars2.otp \
|
||||
de/DAOrangeTexture.otp \
|
||||
de/DAPinkCloud.otp \
|
||||
de/DASnowFlacks.otp \
|
||||
de/DASparkle.otp \
|
||||
de/dummy_templates.txt \
|
||||
de/earthlight.otp \
|
||||
de/edu1.otp \
|
||||
de/email.otp \
|
||||
de/Espai.otp \
|
||||
de/Foral-Studio_A01.otp \
|
||||
de/jp-temple.otp \
|
||||
de/karteikarte.otp \
|
||||
de/lamp.otp \
|
||||
de/landscape.otp \
|
||||
de/lay_wood.otp \
|
||||
de/lyt-acryl.otp \
|
||||
de/lyt-aquarell2.otp \
|
||||
de/lyt-aquarell.otp \
|
||||
de/lyt-bluecrystals.otp \
|
||||
de/lyt-bluegradback.otp \
|
||||
de/lyt-bluelightning.otp \
|
||||
de/lyt-bluelines.otp \
|
||||
de/lyt-blueripplewave.otp \
|
||||
de/lyt-bluesmoke.otp \
|
||||
de/lyt-brightcirc.otp \
|
||||
de/lyt-brightlines.otp \
|
||||
de/lyt-brightpainting.otp \
|
||||
de/lyt-colorfulchars.otp \
|
||||
de/lyt-colornumbers.otp \
|
||||
de/lyt-colorpainting.otp \
|
||||
de/lyt-darkcirc.otp \
|
||||
de/lyt-darkpainting.otp \
|
||||
de/lyt-fractalspiral.otp \
|
||||
de/lyt-frozen.otp \
|
||||
de/lyt-glow.otp \
|
||||
de/lyt-golddown.otp \
|
||||
de/lyt-golddrop.otp \
|
||||
de/lyt-gradshad.otp \
|
||||
de/lyt-greenlines.otp \
|
||||
de/lyt-greenmosaic.otp \
|
||||
de/lyt-greenwaterpainting.otp \
|
||||
de/lyt-mezzo.otp \
|
||||
de/lyt-numbeffect.otp \
|
||||
de/lyt-orange.otp \
|
||||
de/lyt-organic_black.otp \
|
||||
de/lyt-paintingred.otp \
|
||||
de/lyt-paintwaves.otp \
|
||||
de/lyt-papertop.otp \
|
||||
de/lyt-pastell_pyr.otp \
|
||||
de/lyt-plastic.otp \
|
||||
de/lyt-raster.otp \
|
||||
de/lyt-rectbright.otp \
|
||||
de/lyt-rednoise.otp \
|
||||
de/lyt-redstorm.otp \
|
||||
de/lyt-redsunrise.otp \
|
||||
de/lyt-reyellin.otp \
|
||||
de/lyt-simblue.otp \
|
||||
de/lyt-simpleblue.otp \
|
||||
de/lyt-sunrise_lines.otp \
|
||||
de/lyt-techborder.otp \
|
||||
de/lyt-technical.otp \
|
||||
de/lyt-typography.otp \
|
||||
de/lyt-violetlightning.otp \
|
||||
de/lyt-watercolor.otp \
|
||||
de/lyt-waterstorm.otp \
|
||||
de/lyt-whitemountains.otp \
|
||||
de/lyt-yereblend.otp \
|
||||
de/MarbleTempl-2.otp \
|
||||
de/mondo_cyan.otp \
|
||||
de/mondo_green.otp \
|
||||
de/mondo_yellow.otp \
|
||||
de/ooo_20_basis.otp \
|
||||
de/ooo_blue.otp \
|
||||
de/ooo_red.otp \
|
||||
de/openblue.otp \
|
||||
de/Ortra.otp \
|
||||
de/Plantilla_Fresas.otp \
|
||||
de/redStar.otp \
|
||||
de/relief.otp \
|
||||
de/sidepanel_blue.otp \
|
||||
de/sidepanel_cloud.otp \
|
||||
de/sidepanel_green.otp \
|
||||
de/sidepanel_red.otp \
|
||||
de/Simple.otp \
|
||||
de/soleil.otp \
|
||||
de/steps.otp \
|
||||
de/techno_sphere_template.otp \
|
||||
de/UserGroup_agenda.otp \
|
||||
de/vortrag_blau.otp \
|
||||
en-US/A4-kariert.otp \
|
||||
en-US/apothecaryBottles.otp \
|
||||
en-US/Beach.otp \
|
||||
en-US/Black-cyan-yellow.otp \
|
||||
en-US/Black-orange.otp \
|
||||
en-US/BlueBend.otp \
|
||||
en-US/BlueBoxes.otp \
|
||||
en-US/Blue_Dots.otp \
|
||||
en-US/BlueSilver.otp \
|
||||
en-US/BlueSkyLine.otp \
|
||||
en-US/bluesquares.otp \
|
||||
en-US/BlueWavesTempl-1.otp \
|
||||
en-US/Blue-yellow-white.otp \
|
||||
en-US/brasil.otp \
|
||||
en-US/BTC.otp \
|
||||
en-US/Butterflies.otp \
|
||||
en-US/Candy.otp \
|
||||
en-US/Chalkboard_2.otp \
|
||||
en-US/Chalkboard.otp \
|
||||
en-US/Cheesy.otp \
|
||||
en-US/circular.otp \
|
||||
en-US/coolspace.otp \
|
||||
en-US/Cubes_1x.otp \
|
||||
en-US/Cultural.otp \
|
||||
en-US/DABlueChecker.otp \
|
||||
en-US/DABlueCircle.otp \
|
||||
en-US/DABlueCloud.otp \
|
||||
en-US/DABlueStars.otp \
|
||||
en-US/DABlueWhiteFlower.otp \
|
||||
en-US/DALetters.otp \
|
||||
en-US/DAMultiStars2.otp \
|
||||
en-US/DAOrangeTexture.otp \
|
||||
en-US/DAPinkCloud.otp \
|
||||
en-US/DASnowFlacks.otp \
|
||||
en-US/DASparkle.otp \
|
||||
en-US/Desert.otp \
|
||||
en-US/dummy_templates.txt \
|
||||
en-US/earthlight.otp \
|
||||
en-US/edu1.otp \
|
||||
en-US/email.otp \
|
||||
en-US/Espai.otp \
|
||||
en-US/Foot-prints.otp \
|
||||
en-US/Foral-Studio_A01.otp \
|
||||
en-US/Globe_-_Presentation_1.otp \
|
||||
en-US/Globe_-_Presentation_2.otp \
|
||||
en-US/Grad-blue_2.otp \
|
||||
en-US/Grad-blue_3.otp \
|
||||
en-US/Grad-blue.otp \
|
||||
en-US/Grad-cyan-black.otp \
|
||||
en-US/Grad-gray-blue.otp \
|
||||
en-US/Grad-lightblue_2.otp \
|
||||
en-US/Grad-lightblue.otp \
|
||||
en-US/Grad-mediumblue.otp \
|
||||
en-US/Grad-purple.otp \
|
||||
en-US/grapefruit.otp \
|
||||
en-US/Gray-green.otp \
|
||||
en-US/Green_Dots.otp \
|
||||
en-US/Green_leaf.otp \
|
||||
en-US/GreenMosaics.otp \
|
||||
en-US/GreenNGray.otp \
|
||||
en-US/informatica2.otp \
|
||||
en-US/informatica.otp \
|
||||
en-US/jp-temple.otp \
|
||||
en-US/karteikarte.otp \
|
||||
en-US/Keynote_template.otp \
|
||||
en-US/lamp.otp \
|
||||
en-US/landscape.otp \
|
||||
en-US/lay_wood.otp \
|
||||
en-US/listras.otp \
|
||||
en-US/lyt-acryl.otp \
|
||||
en-US/lyt-aquarell2.otp \
|
||||
en-US/lyt-aquarell.otp \
|
||||
en-US/lyt-bluecrystals.otp \
|
||||
en-US/lyt-bluegradback.otp \
|
||||
en-US/lyt-bluelightning.otp \
|
||||
en-US/lyt-bluelines.otp \
|
||||
en-US/lyt-blueripplewave.otp \
|
||||
en-US/lyt-bluesmoke.otp \
|
||||
en-US/lyt-brightcirc.otp \
|
||||
en-US/lyt-brightlines.otp \
|
||||
en-US/lyt-brightpainting.otp \
|
||||
en-US/lyt-colorfulchars.otp \
|
||||
en-US/lyt-colornumbers.otp \
|
||||
en-US/lyt-colorpainting.otp \
|
||||
en-US/lyt-darkcirc.otp \
|
||||
en-US/lyt-darkpainting.otp \
|
||||
en-US/lyt-fractalspiral.otp \
|
||||
en-US/lyt-frozen.otp \
|
||||
en-US/lyt-glow.otp \
|
||||
en-US/lyt-golddown.otp \
|
||||
en-US/lyt-golddrop.otp \
|
||||
en-US/lyt-gradshad.otp \
|
||||
en-US/lyt-greenlines.otp \
|
||||
en-US/lyt-greenmosaic.otp \
|
||||
en-US/lyt-greenwaterpainting.otp \
|
||||
en-US/lyt-mezzo.otp \
|
||||
en-US/lyt-numbeffect.otp \
|
||||
en-US/lyt-orange.otp \
|
||||
en-US/lyt-organic_black.otp \
|
||||
en-US/lyt-paintingred.otp \
|
||||
en-US/lyt-paintwaves.otp \
|
||||
en-US/lyt-papertop.otp \
|
||||
en-US/lyt-pastell_pyr.otp \
|
||||
en-US/lyt-plastic.otp \
|
||||
en-US/lyt-raster.otp \
|
||||
en-US/lyt-rectbright.otp \
|
||||
en-US/lyt-rednoise.otp \
|
||||
en-US/lyt-redstorm.otp \
|
||||
en-US/lyt-redsunrise.otp \
|
||||
en-US/lyt-reyellin.otp \
|
||||
en-US/lyt-simblue.otp \
|
||||
en-US/lyt-simpleblue.otp \
|
||||
en-US/lyt-sunrise_lines.otp \
|
||||
en-US/lyt-techborder.otp \
|
||||
en-US/lyt-technical.otp \
|
||||
en-US/lyt-typography.otp \
|
||||
en-US/lyt-violetlightning.otp \
|
||||
en-US/lyt-watercolor.otp \
|
||||
en-US/lyt-waterstorm.otp \
|
||||
en-US/lyt-whitemountains.otp \
|
||||
en-US/lyt-yereblend.otp \
|
||||
en-US/Marble2.otp \
|
||||
en-US/mondo_cyan.otp \
|
||||
en-US/mondo_green.otp \
|
||||
en-US/mondo_yellow.otp \
|
||||
en-US/Music.otp \
|
||||
en-US/ooo_20_basis.otp \
|
||||
en-US/OOo_Professional.otp \
|
||||
en-US/openblue.otp \
|
||||
en-US/orangebook.otp \
|
||||
en-US/Ortra.otp \
|
||||
en-US/Pixels.otp \
|
||||
en-US/Plantilla_Fresas.otp \
|
||||
en-US/quadrados_coloridos2.otp \
|
||||
en-US/quadrados_coloridos.otp \
|
||||
en-US/Red_Dots.otp \
|
||||
en-US/redStar.otp \
|
||||
en-US/relief.otp \
|
||||
en-US/Roses.otp \
|
||||
en-US/sidepanel_blue.otp \
|
||||
en-US/sidepanel_cloud.otp \
|
||||
en-US/sidepanel_green.otp \
|
||||
en-US/sidepanel_red.otp \
|
||||
en-US/simbologia.otp \
|
||||
en-US/Simple.otp \
|
||||
en-US/slides_blue-penrose_nojhan.otp \
|
||||
en-US/soleil.otp \
|
||||
en-US/squares.otp \
|
||||
en-US/SteelDesign.otp \
|
||||
en-US/steps.otp \
|
||||
en-US/technology.otp \
|
||||
en-US/techno_sphere_template.otp \
|
||||
en-US/Toulumne.otp \
|
||||
en-US/UserGroup_agenda.otp \
|
||||
en-US/White-blue.otp \
|
||||
en-US/White-blue_sky.otp \
|
||||
en-US/White-red_2.otp \
|
||||
en-US/White-red_3.otp \
|
||||
en-US/White-red.otp \
|
||||
en-US/Wire_Gulls_-_Blue.otp \
|
||||
en-US/Wire_Gulls_-_White.otp \
|
||||
en-US/With-year-2003.otp \
|
||||
en-US/With-year-2004.otp \
|
||||
en-US/With-year-2005.otp \
|
||||
en-US/With-years.otp \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/dummy_templates.txt \
|
||||
hu/compladients_1.otp \
|
||||
hu/compladients_2.otp \
|
||||
hu/compladients_3.otp \
|
||||
hu/compladients_4.otp \
|
||||
hu/compladients_5.otp \
|
||||
hu/Cross-color.otp \
|
||||
hu/Cross-gray.otp \
|
||||
hu/Cross-green.otp \
|
||||
hu/Cross-orange.otp \
|
||||
hu/Cross-white.otp \
|
||||
hu/Cross-yellow.otp \
|
||||
hu/Line-blue.otp \
|
||||
hu/Line-green.otp \
|
||||
hu/Line-orange.otp \
|
||||
hu/Line-red.otp \
|
||||
hu/Line-white.otp \
|
||||
hu/Line-yellow.otp \
|
||||
hu/Ooo_blue.otp \
|
||||
hu/Ooo_red.otp \
|
||||
hu/Ortra.otp \
|
||||
hu/Schatten-blau.otp \
|
||||
hu/Schatten-gelb.otp \
|
||||
hu/Schatten-gruen.otp \
|
||||
hu/Schatten-magenta.otp \
|
||||
hu/Schatten-orange.otp \
|
||||
hu/Schatten-rot.otp \
|
||||
hu/Schatten-tuerkis.otp \
|
||||
hu/Simple.otp \
|
||||
hu/Vortrag-blau.otp \
|
||||
hu/Vortrag-gelb.otp \
|
||||
hu/Vortrag-gruen.otp \
|
||||
hu/Vortrag-rot.otp \
|
||||
hu/Vortrag-schwarz.otp \
|
||||
hu/Vortrag-weiss.otp \
|
||||
it/dummy_templates.txt \
|
||||
ja/dummy_templates.txt \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
264
extras/AllLangZip_accessoriestemplatesmisc.mk
Normal file
264
extras/AllLangZip_accessoriestemplatesmisc.mk
Normal file
|
@ -0,0 +1,264 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesmisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/misc/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesmisc,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesmisc,\
|
||||
cs/dummy_templates.txt \
|
||||
de/01_event_poster.otg \
|
||||
de/02_event_poster.otg \
|
||||
de/03_event_poster.otg \
|
||||
de/04_event_poster.otg \
|
||||
de/12_Blatt_fuer_Notizen.ots \
|
||||
de/2_cd_inlays_fuer_rueckseite.otg \
|
||||
de/2_cd_inlays_fuer_vorderseite_je_2_seitig.otg \
|
||||
de/3DElements.ott \
|
||||
de/3_Monatsuebersicht_Kalender_fuer_Notizen.ots \
|
||||
de/3_Monatsuebersicht_Kalender_mit_Geburtstag.ots \
|
||||
de/Abreissblatt_A4_hoch.ott \
|
||||
de/Abreissblatt_A4_quer.ott \
|
||||
de/adressetiketten_3x8st_a_4x7cm_1_adresse_24x.ott \
|
||||
de/adressetiketten_3x8st_a_4x7cm_abfrage_24_adressen.ott \
|
||||
de/adressetiketten_3x8st_a_4x7cm_auswahl_1_etikett.ott \
|
||||
de/Aktenordnerbeschriftung_fur_breite_Sichtfenster.otg \
|
||||
de/Aktenordnerbeschriftung_fur_schmale_Sichtfenster.otg \
|
||||
de/Aktenordnerbeschriftung_zum_Kleben_fur_breite_Ordner.otg \
|
||||
de/Anwesenheitsliste_2006.ots \
|
||||
de/Anwesenheitsliste_2007.ots \
|
||||
de/Anwesenheitsliste_2008.ots \
|
||||
de/Anwesenheitsliste_2009.ots \
|
||||
de/Anwesenheitsliste_2010.ots \
|
||||
de/Auftragsbestaetigung_vorlage.ots \
|
||||
de/Automatischer_Tageskalender.ots \
|
||||
de/berichtsvorlage_5gestalten.ott \
|
||||
de/Briefumschlag_C4_Kuvert_Querformat.ott \
|
||||
de/cd_booklet_4_seitig.otg \
|
||||
de/CD-Booklet_4-seitig.otg \
|
||||
de/cd_booklet_inlet_audio_1_crossline.ott \
|
||||
de/cd_cover.otg \
|
||||
de/cd_huelle_fuer_duenne_huellen.otg \
|
||||
de/cd_inlay.ott \
|
||||
de/CD-Inlays_Ruckseite.otg \
|
||||
de/CD-Inlays_Vorderseite.otg \
|
||||
de/cd_label.otg \
|
||||
de/cd_labels.otg \
|
||||
de/CD-Labels.otg \
|
||||
de/cd_papierhuelle.otg \
|
||||
de/Dienstreiseausgleich_nach26_Ziff7.ots \
|
||||
de/DIN_A4_hoch.otg \
|
||||
de/DIN_A4_quer.otg \
|
||||
de/DPTC_divi_2x6.ott \
|
||||
de/DPTC_pyramids.otg \
|
||||
de/dvd_huelle.otg \
|
||||
de/entwurf.ott \
|
||||
de/Familien-Termin-Kalender-2007.ots \
|
||||
de/FerienKalender.ots \
|
||||
de/FOTOKALENDER_mit_Geburtstagen.ots \
|
||||
de/gantt.ots \
|
||||
de/glueckwunschkarte.otg \
|
||||
de/Gutschein.ott \
|
||||
de/inlay_set_fuer_cd_boxen.otg \
|
||||
de/Jahreskalender_2005.ots \
|
||||
de/Jahreskalender_2006.ots \
|
||||
de/Jahreskalender_2007.ots \
|
||||
de/Jahreskalender_2008.ots \
|
||||
de/Jahreskalender_2009.ots \
|
||||
de/Jahreskalender_2010.ots \
|
||||
de/jahreskalender_2.ots \
|
||||
de/Jahreskalender_horizontal.ots \
|
||||
de/jahreskalender_ooo.ots \
|
||||
de/jahreskalender.ots \
|
||||
de/Jahreskalender_vertikal.ots \
|
||||
de/Kalender_2005_Hochformat.ots \
|
||||
de/Kalender_2005_Querformat.ots \
|
||||
de/Kalender_2006_Hochformat.ots \
|
||||
de/Kalender_2006_Querformat.ots \
|
||||
de/Kalender_2007_Hochformat.ots \
|
||||
de/Kalender_2007_Querformat.ots \
|
||||
de/Kleine_Zeitung_back.ott \
|
||||
de/Kleine_Zeitung_front.ott \
|
||||
de/matheblatt_hz.ots \
|
||||
de/Monatlicher_Kalender.ots \
|
||||
de/Monatskalender_2.ots \
|
||||
de/monatskalender.ots \
|
||||
de/pflegetagebuch.ots \
|
||||
de/Projektkalender_2006.ots \
|
||||
de/Projektkalender_2007.ots \
|
||||
de/Projektkalender_2008.ots \
|
||||
de/Projektkalender_2009.ots \
|
||||
de/Projektkalender_2010.ots \
|
||||
de/Quittungen.ott \
|
||||
de/Schichtkalender.ots \
|
||||
de/schulausgangsschrift_druckvorlage.ott \
|
||||
de/sprachwissenschaftliche_hausarbeit.ott \
|
||||
de/Tagebuch_Vorlage.ott \
|
||||
de/Tageskalender.ots \
|
||||
de/Taschengeld.ots \
|
||||
de/Taschenkalender_2007_2008.ots \
|
||||
de/Terminkalender_2007_2008.ots \
|
||||
de/Terminkalender_2009_2010.ots \
|
||||
de/trennblaetter.ots \
|
||||
de/urkunden_vorlage.ott \
|
||||
de/vorlage_studienarbeit_mehrseitiger_verzeichnisteil.ott \
|
||||
de/vorlage_studienarbeit.ott \
|
||||
de/wissenschaftliche_hausarbeit.ott \
|
||||
en-US/01_event_poster.otg \
|
||||
en-US/0-20_Number_Labels_7651.ott \
|
||||
en-US/02_event_poster.otg \
|
||||
en-US/03_event_poster.otg \
|
||||
en-US/04_event_poster.otg \
|
||||
en-US/3DElements.ott \
|
||||
en-US/AveryA4CDTemplate.otg \
|
||||
en-US/A-Z_Lettering_Labels_7163.ott \
|
||||
en-US/A-Z_Lettering_Labels_7651.ott \
|
||||
en-US/BlueHome.ott \
|
||||
en-US/Booklet.ott \
|
||||
en-US/book_template.ott \
|
||||
en-US/brochure_2page.ott \
|
||||
en-US/bulletin_1.ott \
|
||||
en-US/Calendar_pg.ots \
|
||||
en-US/Calendar_Quarterly.ots \
|
||||
en-US/calender.ots \
|
||||
en-US/CD-BACK.ott \
|
||||
en-US/CD-booklet.ott \
|
||||
en-US/CD_Cover.otg \
|
||||
en-US/CD_DVD.ott \
|
||||
en-US/CD-JewelCase.ott \
|
||||
en-US/CD-Pressit.otg \
|
||||
en-US/CD_Template.otg \
|
||||
en-US/certificate_of_appreciation.ott \
|
||||
en-US/Clear_advantage-Blue.ott \
|
||||
en-US/Company-CD-Label2.ott \
|
||||
en-US/Company-CD-Label4.ott \
|
||||
en-US/Company-CD-Label.ott \
|
||||
en-US/Confidential_Labels_7651.ott \
|
||||
en-US/ConflictOfInterestNotice.ott \
|
||||
en-US/Congratulations_Banner.ott \
|
||||
en-US/consolidation_eng.ots \
|
||||
en-US/Convention_Schedule.ots \
|
||||
en-US/Cross_Labels_7651.ott \
|
||||
en-US/documentation.ott \
|
||||
en-US/excellence_award_2.ott \
|
||||
en-US/Expense_Report_Template.ots \
|
||||
en-US/Extra_Savings.ott \
|
||||
en-US/First_Class_Labels_7651.ott \
|
||||
en-US/flowchart.otg \
|
||||
en-US/Forever_CD_Label.odt \
|
||||
en-US/Forever_CD_Label.ott \
|
||||
en-US/funkeCDCover.otg \
|
||||
en-US/gantt_011d_en.ots \
|
||||
en-US/Gantt.ots \
|
||||
en-US/Get_Me_Another_Tie_CD_Label.ott \
|
||||
en-US/Keep_Dry_Labels_7169.ott \
|
||||
en-US/Landscape_Booklet.ott \
|
||||
en-US/MapCharts.ots \
|
||||
en-US/MonthlyCalendar.ots \
|
||||
en-US/New_Labels_7651.ott \
|
||||
en-US/newsletter_1.ott \
|
||||
en-US/newsletter_2.ott \
|
||||
en-US/NewsLetterTemplate.ott \
|
||||
en-US/Office-Label.ott \
|
||||
en-US/OOoCalendar.ots \
|
||||
en-US/OrigamiCD.otg \
|
||||
en-US/origamiletter.ott \
|
||||
en-US/Origami_Paper_CD_Cover.otg \
|
||||
en-US/OurGlobe.ott \
|
||||
en-US/Petit.ott \
|
||||
en-US/photo-label.ott \
|
||||
en-US/pricecard.ots \
|
||||
en-US/Private_Labels_7651.ott \
|
||||
en-US/Quote.ott \
|
||||
en-US/Recycle_Me_Labels_7651.ott \
|
||||
en-US/RepeatedMeasuresANOVA.ots \
|
||||
en-US/sale.otg \
|
||||
en-US/Seed_Packets.ott \
|
||||
en-US/Sold_Labels_7651.ott \
|
||||
en-US/sonnets-lullabyes.ott \
|
||||
en-US/Speed_advantage-Blue.ott \
|
||||
en-US/Statistical_calculator.ots \
|
||||
en-US/Stripes-in-Pink-CD-Label.ott \
|
||||
en-US/Tick_Labels_7651.ott \
|
||||
en-US/Title_Page_Template.ott \
|
||||
en-US/Trifold_v07.ott \
|
||||
en-US/Tutorial.ott \
|
||||
en-US/tyro_rota_05b.ots \
|
||||
en-US/validation_en.ots \
|
||||
en-US/VHS.otg \
|
||||
en-US/WeeklyCalendar.ots \
|
||||
en-US/WL-OL5000.ott \
|
||||
en-US/WL-OL5025.ott \
|
||||
en-US/WL-OL5050.otg \
|
||||
en-US/WL-OL5075.otg \
|
||||
en-US/writertemplate.ott \
|
||||
es/75437-CornellNotetaking.ott \
|
||||
fi/dummy_templates.txt \
|
||||
fr/calendannuel_horizontal_fr.ots \
|
||||
fr/calendannuel_Vertical_fr.ots \
|
||||
fr/calendrier2005.ots \
|
||||
fr/calendrier_mensuel_fr.ots \
|
||||
fr/calendrier_perpetuel.ots \
|
||||
fr/excellence2fr.ott \
|
||||
fr/HalPiratcd.otg \
|
||||
fr/Modele_HowTo.ott \
|
||||
hu/3DElements.ott \
|
||||
hu/A4-esborito2.otg \
|
||||
hu/A4-esborito.otg \
|
||||
hu/A5-osborito.otg \
|
||||
hu/artdecofejlec.ott \
|
||||
hu/beszallitok_minositese.ots \
|
||||
hu/BlueHome.ott \
|
||||
hu/Brinell-kemenysegmeres.ots \
|
||||
hu/Bulletin_1.ott \
|
||||
hu/CD_sablon_Alap_ures.otg \
|
||||
hu/CD_sablon_Normal.otg \
|
||||
hu/CD_sablon_Vekony.otg \
|
||||
hu/Clear_advantage-Blue.ott \
|
||||
hu/DVD_sablon.otg \
|
||||
hu/EN12209.ots \
|
||||
hu/HV_kemenyseg_vizsgalat.ots \
|
||||
hu/Idomszer_tervezo.ots \
|
||||
hu/ISO_2859-1.ots \
|
||||
hu/klasszikusbizonyitvany.ott \
|
||||
hu/Meresi_lap-turessel.ots \
|
||||
hu/naptar-hetfovel.ots \
|
||||
hu/Naptar_sablon-kombinalt.ots \
|
||||
hu/OurGlobe.ott \
|
||||
hu/programtar_nagy.ott \
|
||||
hu/programtar.ott \
|
||||
hu/Rugo_meretezes.ots \
|
||||
hu/Speed_advantage-Blue.ott \
|
||||
hu/Tick_Labels_7651.ott \
|
||||
hu/trifold.ott \
|
||||
it/calendar.ots \
|
||||
it/VHS.otg \
|
||||
ja/back_cover_for_12cmCD10mm_case.ott \
|
||||
ja/booklet_for_CD_case.ott \
|
||||
ja/Callender.ott \
|
||||
ja/Index_card_for_DVD_tall_case.ott \
|
||||
ka/dummy_templates.txt \
|
||||
nl/3DElements.ott \
|
||||
nl/Clear_advantage-Blue.ott \
|
||||
nl/Speed_advantage-Blue.ott \
|
||||
pl/absolwent_na_6.ott \
|
||||
pl/przedszkolak1.ott \
|
||||
pl/teczka_opis.otg \
|
||||
pl/wyroznienie.ott \
|
||||
pt-BR/3DElements.ott \
|
||||
pt-BR/Clear_advantage-Blue.ott \
|
||||
pt-BR/Speed_advantage-Blue.ott \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfree.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfree.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfree,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfree,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfree,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
55
extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk
Normal file
55
extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk
Normal file
|
@ -0,0 +1,55 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreeeducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/educate/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreeeducate,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreeeducate,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/attendance_sheet.ott \
|
||||
en-US/class_list.ott \
|
||||
en-US/classroom_seating_chart.ott \
|
||||
en-US/College_Budget_-_Semester.ots \
|
||||
en-US/College_Monthly_Budget.ots \
|
||||
en-US/diploma_landscape.ott \
|
||||
en-US/diploma_portrait.ott \
|
||||
en-US/elementary_record_cards.ott \
|
||||
en-US/GPA_Calculator.ots \
|
||||
en-US/Grading_Sheet.ots \
|
||||
en-US/homework_tracker.ott \
|
||||
en-US/honor_student_award.ott \
|
||||
en-US/medical_history.ott \
|
||||
en-US/permission_slip.ott \
|
||||
en-US/School_Budget.ots \
|
||||
en-US/student_of_the_month.ott \
|
||||
en-US/Student_Reading_Record.ots \
|
||||
en-US/substitute_Information.ott \
|
||||
en-US/syllabus_1.ott \
|
||||
en-US/term_paper.ott \
|
||||
en-US/Weekly_Class_Schedule.ots \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
47
extras/AllLangZip_accessoriestemplatesnonfreefinance.mk
Normal file
47
extras/AllLangZip_accessoriestemplatesnonfreefinance.mk
Normal file
|
@ -0,0 +1,47 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreefinance,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/finance/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreefinance,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreefinance,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/24_Month_Sales_Forecast.ots \
|
||||
en-US/Balance_Sheet.ots \
|
||||
en-US/Break-Even_Analysis.ots \
|
||||
en-US/business_plan_calc.ots \
|
||||
en-US/Capital_Budget_Analysis.ots \
|
||||
en-US/Corporate_Earnings_Analysis.ots \
|
||||
en-US/Five_Year_Projections.ots \
|
||||
en-US/Income_Statement.ots \
|
||||
en-US/job_bid_calc.ots \
|
||||
en-US/marketing_plan_calc.ots \
|
||||
en-US/Pro-Forma_Balance_Sheet.ots \
|
||||
en-US/Pro-Forma_Income_Statement.ots \
|
||||
en-US/Quarterly_Marketing_Budget.ots \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfreeforms.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfreeforms.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreeforms,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/forms/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreeforms,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreeforms,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfreelabels.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfreelabels.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreelabels,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/labels/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreelabels,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreelabels,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfreelayout.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfreelayout.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreelayout,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/layout/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreelayout,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreelayout,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
56
extras/AllLangZip_accessoriestemplatesnonfreemisc.mk
Normal file
56
extras/AllLangZip_accessoriestemplatesnonfreemisc.mk
Normal file
|
@ -0,0 +1,56 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreemisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/misc/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreemisc,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreemisc,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/achievement_1.ott \
|
||||
en-US/athletic_achievement.ott \
|
||||
en-US/attendance_award.ott \
|
||||
en-US/award_of_merit.ott \
|
||||
en-US/best_suggestion.ott \
|
||||
en-US/bulletin_2.ott \
|
||||
en-US/bulletin_3.ott \
|
||||
en-US/event_calendar_1.ott \
|
||||
en-US/event_poster_1.ott \
|
||||
en-US/event_poster_2.ott \
|
||||
en-US/event_poster.ott \
|
||||
en-US/excellence.ott \
|
||||
en-US/first_place.ott \
|
||||
en-US/great_idea_award.ott \
|
||||
en-US/Landscape_Monthly_Calendar.ots \
|
||||
en-US/school_newsletter_1.ott \
|
||||
en-US/school_newsletter_2.ott \
|
||||
en-US/table_tent_landscape.ott \
|
||||
en-US/trifold_brochure.ott \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/Bulletin_2.ott \
|
||||
hu/Bulletin_3.ott \
|
||||
hu/Event_poster.ott \
|
||||
hu/Kituntetes.ott \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
36
extras/AllLangZip_accessoriestemplatesnonfreeofficorr.mk
Normal file
36
extras/AllLangZip_accessoriestemplatesnonfreeofficorr.mk
Normal file
|
@ -0,0 +1,36 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreeofficorr,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/officorr/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreeofficorr,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreeofficorr,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
en-US/id_2_statement.ott \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfreeoffimisc.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfreeoffimisc.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreeoffimisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/offimisc/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreeoffimisc,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreeoffimisc,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/report_1.ott \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
37
extras/AllLangZip_accessoriestemplatesnonfreepersonal.mk
Normal file
37
extras/AllLangZip_accessoriestemplatesnonfreepersonal.mk
Normal file
|
@ -0,0 +1,37 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreepersonal,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/personal/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreepersonal,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreepersonal,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/resume_1.ott \
|
||||
en-US/resume_2.ott \
|
||||
en-US/resume_3.ott \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
35
extras/AllLangZip_accessoriestemplatesnonfreepresent.mk
Normal file
35
extras/AllLangZip_accessoriestemplatesnonfreepresent.mk
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesnonfreepresent,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/presnt/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreepresent,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreepresent,\
|
||||
cs/dummy_templates-nonfree.txt \
|
||||
de/dummy_templates-nonfree.txt \
|
||||
en-US/dummy_templates-nonfree.txt \
|
||||
es/dummy_templates-nonfree.txt \
|
||||
fi/dummy_templates-nonfree.txt \
|
||||
fr/dummy_templates-nonfree.txt \
|
||||
hu/dummy_templates-nonfree.txt \
|
||||
it/dummy_templates-nonfree.txt \
|
||||
ja/dummy_templates-nonfree.txt \
|
||||
ka/dummy_templates-nonfree.txt \
|
||||
nl/dummy_templates-nonfree.txt \
|
||||
pl/dummy_templates-nonfree.txt \
|
||||
pt-BR/dummy_templates-nonfree.txt \
|
||||
sv/dummy_templates-nonfree.txt \
|
||||
tr/dummy_templates-nonfree.txt \
|
||||
zh-CN/dummy_templates-nonfree.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
172
extras/AllLangZip_accessoriestemplatesofficorr.mk
Normal file
172
extras/AllLangZip_accessoriestemplatesofficorr.mk
Normal file
|
@ -0,0 +1,172 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesofficorr,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/officorr/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesofficorr,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesofficorr,\
|
||||
cs/dummy_templates.txt \
|
||||
de/01_business_fax.ott \
|
||||
de/01_business_letter.ott \
|
||||
de/02_business_fax.ott \
|
||||
de/02_business_letter.ott \
|
||||
de/03_business_fax.ott \
|
||||
de/03_business_letter.ott \
|
||||
de/04_business_fax.ott \
|
||||
de/04_business_letter.ott \
|
||||
de/05_business_fax.ott \
|
||||
de/05_business_letter.ott \
|
||||
de/06_business_fax.ott \
|
||||
de/06_business_letter.ott \
|
||||
de/74011-mygbrief.odt \
|
||||
de/basis_briefvorlage.ott \
|
||||
de/begleitanschreiben.ott \
|
||||
de/bewerbung_vorlage.ott \
|
||||
de/Brief.ott \
|
||||
de/briefumschlag_c4_kuvert_querformat.ott \
|
||||
de/briefvorlage.ott \
|
||||
de/din_brief_geschaeftlich.ott \
|
||||
de/dinbrief.ott \
|
||||
de/eleganter_tabellarischer_lebenslauf.ott \
|
||||
de/emailformular.ott \
|
||||
de/entschuldigung.ott \
|
||||
de/foermliches_privatfax_dringend.ott \
|
||||
de/foermliches_privatfax.ott \
|
||||
de/geschaeftsbrief_ch.ott \
|
||||
de/klassischer_brief.ott \
|
||||
de/klassischer_tabellarischer_lebenslauf.ott \
|
||||
de/klassisch_moderner_brief.ott \
|
||||
de/lebenslauf2.ott \
|
||||
de/lebenslauf3.ott \
|
||||
de/lebenslauf.ott \
|
||||
de/maengelanzeige_und_mietminderung.ott \
|
||||
de/memo1.ott \
|
||||
de/moderner_brief.ott \
|
||||
de/moderner_tabellarischer_lebenslauf.ott \
|
||||
de/notiz.ott \
|
||||
de/postkarte.ott \
|
||||
de/privatbrief_ch.ott \
|
||||
de/privatbrief_mit_feldern.ott \
|
||||
de/privatfax.ott \
|
||||
de/Standard_Geschaeftlich_Neutral.ott \
|
||||
de/stellenbewerbung.ott \
|
||||
de/zahlungsaufforderung.ott \
|
||||
en-US/01_business_fax.ott \
|
||||
en-US/01_business_letter.ott \
|
||||
en-US/02_business_fax.ott \
|
||||
en-US/02_business_letter.ott \
|
||||
en-US/03_business_fax.ott \
|
||||
en-US/03_business_letter.ott \
|
||||
en-US/04_business_fax.ott \
|
||||
en-US/04_business_letter.ott \
|
||||
en-US/05_business_fax.ott \
|
||||
en-US/05_business_letter.ott \
|
||||
en-US/06_business_fax.ott \
|
||||
en-US/06_business_letter.ott \
|
||||
en-US/bar_bc.ott \
|
||||
en-US/bar_env.ott \
|
||||
en-US/bar_label.ott \
|
||||
en-US/bar_lh.ott \
|
||||
en-US/bar_memo.ott \
|
||||
en-US/buscard_1.ott \
|
||||
en-US/buscard_2.ott \
|
||||
en-US/Business_Card.otg \
|
||||
en-US/businesscards.ott \
|
||||
en-US/business_cards_sandy.ott \
|
||||
en-US/CGInvoice.ott \
|
||||
en-US/env_1.ott \
|
||||
en-US/env_2.ott \
|
||||
en-US/Envelope_fancy.ott \
|
||||
en-US/FaxCoverLetter2.ott \
|
||||
en-US/Fax_Cover.ott \
|
||||
en-US/fax_cover_sandy.ott \
|
||||
en-US/faxCoverSheet.ott \
|
||||
en-US/Globe_-_Business_Card_1.ott \
|
||||
en-US/Globe_-_Business_Card_2.ott \
|
||||
en-US/id_1_10_envelope.ott \
|
||||
en-US/id_1_business_card.ott \
|
||||
en-US/id_1_fax_cover.ott \
|
||||
en-US/id_1_Invoice_form.ott \
|
||||
en-US/id_1_letterhead.ott \
|
||||
en-US/id_1_press_release.ott \
|
||||
en-US/id_1_purchase_order.ott \
|
||||
en-US/id_1_statement.ott \
|
||||
en-US/id_2_10_envelope.ott \
|
||||
en-US/id_2_business_card.ott \
|
||||
en-US/id_2_fax_cover.ott \
|
||||
en-US/id_2_Invoice_form.ott \
|
||||
en-US/id_2_letterhead.ott \
|
||||
en-US/id_2_press_release.ott \
|
||||
en-US/id_2_purchase_order.ott \
|
||||
en-US/invoice.billing.ots \
|
||||
en-US/invoice.ots \
|
||||
en-US/InvoiceTemplate.ots \
|
||||
en-US/Job_Invoice.ott \
|
||||
en-US/label_1.ott \
|
||||
en-US/label_2.ott \
|
||||
en-US/Labels_fancy.ott \
|
||||
en-US/LAFBusinessLetter.ott \
|
||||
en-US/letterhead_sandy.ott \
|
||||
en-US/lh_1.ott \
|
||||
en-US/lh_2.ott \
|
||||
en-US/memo_1.ott \
|
||||
en-US/memo1.ott \
|
||||
en-US/memo_2.ott \
|
||||
en-US/organica_business_cards.ott \
|
||||
en-US/organica_fax_form.ott \
|
||||
en-US/organica_file_folder_label.ott \
|
||||
en-US/organica_invoice_form.ott \
|
||||
en-US/organica_letter.ott \
|
||||
en-US/organica_mailing_labels.ott \
|
||||
en-US/organica_return_address_labels.ott \
|
||||
en-US/organica_shipping_labels.ott \
|
||||
en-US/PastDueNotice1.ott \
|
||||
en-US/PastDueNotice2.ott \
|
||||
en-US/Personal_Business_Cards_A4.ott \
|
||||
en-US/salesinvoice.ots \
|
||||
en-US/ServiceTermination.ott \
|
||||
en-US/simplefax.ott \
|
||||
en-US/Single_Page_Fax.ott \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/cartvprofr.ott \
|
||||
fr/entetelettrefr.ott \
|
||||
fr/facturefr.ott \
|
||||
fr/newsletter_2fr.ott \
|
||||
hu/23755-level_sablon.ott \
|
||||
hu/Buscard_1.ott \
|
||||
hu/Hivatali_dokumentum_2_o_oldalszamozva.ott \
|
||||
hu/Hivatali_dokumentum_elolabban_oldalszamozva_vonallal.ott \
|
||||
hu/hivataloslevelartdeco.ott \
|
||||
hu/hivataloslevelformazott.ott \
|
||||
hu/hivataloslevelirogep.ott \
|
||||
hu/hivataloslevelklasszikus.ott \
|
||||
hu/memo.ott \
|
||||
hu/Meresi_jegyzokonyv_-_Ceges.ott \
|
||||
hu/nemetuzletilev.ott \
|
||||
hu/Nevjegykartya_alap.ott \
|
||||
hu/normalfax.ott \
|
||||
it/Lettera_Formale_Stile_Macchina_Da_Scrivere1.ott \
|
||||
ja/fax_001.ott \
|
||||
ja/fax.ott \
|
||||
ja/invoice.ots \
|
||||
ja/stock_sheet.ots \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
153
extras/AllLangZip_accessoriestemplatesoffimisc.mk
Normal file
153
extras/AllLangZip_accessoriestemplatesoffimisc.mk
Normal file
|
@ -0,0 +1,153 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatesoffimisc,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/offimisc/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesoffimisc,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesoffimisc,\
|
||||
cs/dummy_templates.txt \
|
||||
de/01_graph_paper.ott \
|
||||
de/01_invoice.ott \
|
||||
de/01_minutes.ott \
|
||||
de/01_notes.ott \
|
||||
de/01_presentation_background.otp \
|
||||
de/01_press_release.ott \
|
||||
de/02_graph_paper.ott \
|
||||
de/02_invoice.ott \
|
||||
de/02_minutes.ott \
|
||||
de/02_notes.ott \
|
||||
de/02_presentation_background.otp \
|
||||
de/02_press_release.ott \
|
||||
de/03_graph_paper.ott \
|
||||
de/03_invoice.ott \
|
||||
de/03_minutes.ott \
|
||||
de/03_notes.ott \
|
||||
de/03_presentation_background.otp \
|
||||
de/03_press_release.ott \
|
||||
de/04_graph_paper.ott \
|
||||
de/04_invoice.ott \
|
||||
de/04_minutes.ott \
|
||||
de/04_notes.ott \
|
||||
de/04_presentation_background.otp \
|
||||
de/04_press_release.ott \
|
||||
de/05_graph_paper.ott \
|
||||
de/05_invoice.ott \
|
||||
de/05_minutes.ott \
|
||||
de/05_notes.ott \
|
||||
de/05_presentation_background.otp \
|
||||
de/05_press_release.ott \
|
||||
de/06_graph_paper.ott \
|
||||
de/06_invoice.ott \
|
||||
de/06_minutes.ott \
|
||||
de/06_notes.ott \
|
||||
de/06_presentation_background.otp \
|
||||
de/06_press_release.ott \
|
||||
de/agenda.ott \
|
||||
de/benzinrechner.ots \
|
||||
de/ergebnisprotokoll_handschriftlich.ott \
|
||||
de/ergebnisprotokoll.ott \
|
||||
de/fahrtenbuch.ots \
|
||||
de/Projektarbeit.ott \
|
||||
de/projektauftrag.ott \
|
||||
de/projektplanung.ots \
|
||||
de/Stunden-_und_Vorlesungsplan.ots \
|
||||
de/Stundenzettel.ots \
|
||||
de/todo_liste_handschriftlich.ott \
|
||||
de/Zeiterfassungsbogen.ots \
|
||||
en-US/01_graph_paper.ott \
|
||||
en-US/01_invoice.ott \
|
||||
en-US/01_minutes.ott \
|
||||
en-US/01_notes.ott \
|
||||
en-US/01_presentation_background.otp \
|
||||
en-US/01_press_release.ott \
|
||||
en-US/02_graph_paper.ott \
|
||||
en-US/02_invoice.ott \
|
||||
en-US/02_minutes.ott \
|
||||
en-US/02_notes.ott \
|
||||
en-US/02_presentation_background.otp \
|
||||
en-US/02_press_release.ott \
|
||||
en-US/03_graph_paper.ott \
|
||||
en-US/03_invoice.ott \
|
||||
en-US/03_minutes.ott \
|
||||
en-US/03_notes.ott \
|
||||
en-US/03_presentation_background.otp \
|
||||
en-US/03_press_release.ott \
|
||||
en-US/04_graph_paper.ott \
|
||||
en-US/04_invoice.ott \
|
||||
en-US/04_minutes.ott \
|
||||
en-US/04_notes.ott \
|
||||
en-US/04_presentation_background.otp \
|
||||
en-US/04_press_release.ott \
|
||||
en-US/05_graph_paper.ott \
|
||||
en-US/05_invoice.ott \
|
||||
en-US/05_minutes.ott \
|
||||
en-US/05_notes.ott \
|
||||
en-US/05_presentation_background.otp \
|
||||
en-US/05_press_release.ott \
|
||||
en-US/06_graph_paper.ott \
|
||||
en-US/06_invoice.ott \
|
||||
en-US/06_minutes.ott \
|
||||
en-US/06_notes.ott \
|
||||
en-US/06_presentation_background.otp \
|
||||
en-US/06_press_release.ott \
|
||||
en-US/attendanceCalendar.ots \
|
||||
en-US/Blue_Report.ott \
|
||||
en-US/Business_Letter.ott \
|
||||
en-US/Checklist.ott \
|
||||
en-US/CorporateReport.ott \
|
||||
en-US/DailyToDo.ott \
|
||||
en-US/Humanist_Report_A4.ott \
|
||||
en-US/Humanist_Report_Letter.ott \
|
||||
en-US/MeetingFollowUp.ott \
|
||||
en-US/MeetingPreparation.ott \
|
||||
en-US/Membership_Fee_payment_status.ots \
|
||||
en-US/org_chart.ott \
|
||||
en-US/report_3.ott \
|
||||
en-US/Report_Or_Paper.ott \
|
||||
en-US/roster.ots \
|
||||
en-US/Weekly_Timesheet.ots \
|
||||
es/dummy_templates.txt \
|
||||
fi/dummy_templates.txt \
|
||||
fr/diagramfluxfr.otg \
|
||||
fr/FeuillemetreItalienne.ott \
|
||||
fr/FeuillemetrePaysage.ott \
|
||||
fr/Lettre-EnveloppeFenetreC65.ott \
|
||||
fr/logigramfr.otg \
|
||||
fr/logigramme.otg \
|
||||
fr/organigramfr.ott \
|
||||
hu/bizalmasjavaslat.odt \
|
||||
hu/Blue_Report.ott \
|
||||
hu/Checklist.ott \
|
||||
hu/Havi_jelenleti_iv.ots \
|
||||
hu/Irattarolo_16_3-1.ott \
|
||||
hu/Irattarolo_16_3.ott \
|
||||
hu/Irattarolo_16_5-1.ott \
|
||||
hu/Irattarolo_16_5.ott \
|
||||
hu/marginalishirujsag.ott \
|
||||
hu/Mobiltelefon-hasznalati_szabalyzat.ott \
|
||||
hu/moderncegeshirujsag.ott \
|
||||
hu/Posta_ajanlott.otg \
|
||||
hu/sajtokozlemeny.ott \
|
||||
hu/uzletihirlevel.ott \
|
||||
it/dummy_templates.txt \
|
||||
ja/company_directory.ots \
|
||||
ja/Giziroku.ott \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
140
extras/AllLangZip_accessoriestemplatespersonal.mk
Normal file
140
extras/AllLangZip_accessoriestemplatespersonal.mk
Normal file
|
@ -0,0 +1,140 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatespersonal,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/personal/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatespersonal,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatespersonal,\
|
||||
cs/dummy_templates.txt \
|
||||
de/faltkarte.otg \
|
||||
de/formalletteraquarius.ott \
|
||||
de/formalletteraries.ott \
|
||||
de/formalletterat.ott \
|
||||
de/formalletterblackwhite.ott \
|
||||
de/formallettercancer.ott \
|
||||
de/formallettercapricornus.ott \
|
||||
de/formallettereye.ott \
|
||||
de/formallettergame.ott \
|
||||
de/formallettergemini.ott \
|
||||
de/formalletterhearts.ott \
|
||||
de/formalletterhexagons.ott \
|
||||
de/formalletterinkpot.ott \
|
||||
de/formalletterleo.ott \
|
||||
de/formalletterlibra.ott \
|
||||
de/formalletterpisces.ott \
|
||||
de/formallettersagittarius.ott \
|
||||
de/formalletterscorpius.ott \
|
||||
de/formallettertaurus.ott \
|
||||
de/formallettervirgo.ott \
|
||||
de/formalletteryinyang.ott \
|
||||
de/merels_board_game_original.otg \
|
||||
de/mitarbeiterplanung_2006.ots \
|
||||
de/tabellarischer_lebenslauf.ott \
|
||||
de/tabellarischer_lebenslauf_popup.ott \
|
||||
de/vitalwerte.ots \
|
||||
en-US/48171-Resume-Template.odt \
|
||||
en-US/ad_resume1.ott \
|
||||
en-US/ad_resume2.ott \
|
||||
en-US/ad_resume3.ott \
|
||||
en-US/BookLabel_12_4x3-WL-OL150.ott \
|
||||
en-US/Country_book6-WL-OL125.ott \
|
||||
en-US/Curriculum_Vitae.ott \
|
||||
en-US/CV.ott \
|
||||
en-US/DailyCalendar.ots \
|
||||
en-US/dayreview.ott \
|
||||
en-US/diarypage.ott \
|
||||
en-US/eventlist.ott \
|
||||
en-US/example-resume.ott \
|
||||
en-US/faltkarte.otg \
|
||||
en-US/formalletteraquarius.ott \
|
||||
en-US/formalletteraries.ott \
|
||||
en-US/formalletterat.ott \
|
||||
en-US/formalletterblackwhite.ott \
|
||||
en-US/formallettercancer.ott \
|
||||
en-US/formallettercapricornus.ott \
|
||||
en-US/formallettereye.ott \
|
||||
en-US/formallettergame.ott \
|
||||
en-US/formallettergemini.ott \
|
||||
en-US/formalletterhearts.ott \
|
||||
en-US/formalletterhexagons.ott \
|
||||
en-US/formalletterinkpot.ott \
|
||||
en-US/formalletterleo.ott \
|
||||
en-US/formalletterlibra.ott \
|
||||
en-US/formalletterpisces.ott \
|
||||
en-US/formallettersagittarius.ott \
|
||||
en-US/formalletterscorpius.ott \
|
||||
en-US/formallettertaurus.ott \
|
||||
en-US/formallettervirgo.ott \
|
||||
en-US/formalletteryinyang.ott \
|
||||
en-US/greeting_card_kids.otg \
|
||||
en-US/home_buying_estimator.ots \
|
||||
en-US/Household_Budget.ots \
|
||||
en-US/humanist_resume_a4.ott \
|
||||
en-US/humanist_resume_letter.ott \
|
||||
en-US/Job_Application.ott \
|
||||
en-US/kaledeiscope-bk-OL150.ott \
|
||||
en-US/merels_board_game_original.otg \
|
||||
en-US/MonthlyBudget.ots \
|
||||
en-US/OpenOffice_Budget_Template.ots \
|
||||
en-US/packinglist.ott \
|
||||
en-US/personal-budget.ots \
|
||||
en-US/personalCoverLetter.ott \
|
||||
en-US/Personal_Expenses_Report_ct.ots \
|
||||
en-US/Personal_Money_Management_Template.ots \
|
||||
en-US/personalReferences.ott \
|
||||
en-US/personalResume.ott \
|
||||
en-US/Recipe.ott \
|
||||
en-US/resume1.1.ott \
|
||||
en-US/resume_4.ott \
|
||||
en-US/Resume_-_Fancy.ott \
|
||||
en-US/Resume.ott \
|
||||
en-US/shopnotes.ott \
|
||||
en-US/Shopping_List.ott \
|
||||
en-US/shopping_list_with_dropdown.ott \
|
||||
en-US/Sudoku_blank.ott \
|
||||
en-US/Todo.ots \
|
||||
en-US/visit.ott \
|
||||
en-US/wedding_planner.ots \
|
||||
en-US/wedgreen-wineWL-OL475.ott \
|
||||
en-US/Week_at_a_glance.ott \
|
||||
en-US/weekly-plan.otg \
|
||||
en-US/week_plan.otg \
|
||||
en-US/WeightTracker.ots \
|
||||
en-US/wine-label8.ott \
|
||||
es/75438-ShopingCart.ott \
|
||||
fi/dummy_templates.txt \
|
||||
fr/Affiche_vente_fr.ott \
|
||||
fr/CD.otg \
|
||||
fr/CVfr.ott \
|
||||
fr/FairePart-Vierge.otg \
|
||||
fr/menu-noel.otp \
|
||||
fr/trifold_brochurefr.ott \
|
||||
hu/gyermekmero.ots \
|
||||
hu/merels_board_game_original.otg \
|
||||
hu/napiterv.ott \
|
||||
hu/Oneletrajz-magyar.ott \
|
||||
hu/resume.ott \
|
||||
hu/Sudoku_megoldo.ots \
|
||||
it/Corsa_OOo.ots \
|
||||
it/curriculum.ott \
|
||||
it/faxPersonale.ott \
|
||||
ja/dummy_templates.txt \
|
||||
ka/dummy_templates.txt \
|
||||
nl/dummy_templates.txt \
|
||||
pl/dummy_templates.txt \
|
||||
pt-BR/dummy_templates.txt \
|
||||
sv/dummy_templates.txt \
|
||||
tr/dummy_templates.txt \
|
||||
zh-CN/dummy_templates.txt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
96
extras/AllLangZip_accessoriestemplatespresent.mk
Normal file
96
extras/AllLangZip_accessoriestemplatespresent.mk
Normal file
|
@ -0,0 +1,96 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,accessoriestemplatespresent,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/presnt/lang,$(true)))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatespresent,\
|
||||
$(call gb_UnpackedTarball_get_target,templates-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,accessoriestemplatespresent,\
|
||||
cs/dummy_templates.txt \
|
||||
de/compladients.otp \
|
||||
de/praktikumsbericht.otp \
|
||||
de/produktentwicklung.otp \
|
||||
de/Produktplanung-Verkauf.otp \
|
||||
de/prs-novelty-old-2.otp \
|
||||
de/prs-novelty-old.otp \
|
||||
de/prs-strategy-old-2.otp \
|
||||
de/prs-strategy-old.otp \
|
||||
de/team.otp \
|
||||
de/tech.otp \
|
||||
de/umweltschutz.otp \
|
||||
de/Unternehmensbericht.otp \
|
||||
en-US/compladients.otp \
|
||||
en-US/Focused_Discussion.otp \
|
||||
en-US/Introducing_New_Product.otp \
|
||||
en-US/Orangedric.otp \
|
||||
en-US/prs-novelty-old-2.otp \
|
||||
en-US/prs-novelty-old.otp \
|
||||
en-US/prs-strategy-old-2.otp \
|
||||
en-US/prs-strategy-old.otp \
|
||||
en-US/RedCircle.otp \
|
||||
en-US/Stylish.otp \
|
||||
en-US/team.otp \
|
||||
en-US/tech.otp \
|
||||
en-US/template1.otp \
|
||||
en-US/template2.otp \
|
||||
en-US/template3.otp \
|
||||
en-US/template4.otp \
|
||||
es/compladients.otp \
|
||||
fi/compladients.otp \
|
||||
fr/compladients.otp \
|
||||
fr/prs-novelty-old-2.otp \
|
||||
fr/prs-novelty-old.otp \
|
||||
fr/prs-strategy-old-2.otp \
|
||||
fr/prs-strategy-old.otp \
|
||||
fr/team.otp \
|
||||
fr/tech.otp \
|
||||
hu/Anytime_presentation.otp \
|
||||
hu/Bemutato_uzleti.otp \
|
||||
hu/compladients.otp \
|
||||
hu/prs-novelty-old.otp \
|
||||
hu/prs-strategy-old.otp \
|
||||
it/compladients.otp \
|
||||
it/prs-novelty-old-2.otp \
|
||||
it/prs-novelty-old.otp \
|
||||
it/prs-strategy-old-2.otp \
|
||||
it/prs-strategy-old.otp \
|
||||
it/team.otp \
|
||||
it/tech.otp \
|
||||
ja/business_plan.otp \
|
||||
ja/company-wide_meeting.otp \
|
||||
ja/compladients.otp \
|
||||
ja/creative_session.otp \
|
||||
ja/financial_reporting.otp \
|
||||
ja/general_2.otp \
|
||||
ja/general.otp \
|
||||
ja/marketing_plan.otp \
|
||||
ja/new_employee_orientation.otp \
|
||||
ja/problem_report_2.otp \
|
||||
ja/problem_report.otp \
|
||||
ja/progress_repost_2.otp \
|
||||
ja/progress_repost.otp \
|
||||
ja/proposition_of_strategic_planning_2.otp \
|
||||
ja/proposition_of_strategic_planning.otp \
|
||||
ja/sales_plan_of_product_and_idea_2.otp \
|
||||
ja/sales_plan_of_product_and_idea.otp \
|
||||
ja/top_10_list.otp \
|
||||
ja/training_2.otp \
|
||||
ja/training.otp \
|
||||
ka/compladients.otp \
|
||||
nl/compladients.otp \
|
||||
pl/compladients.otp \
|
||||
pt-BR/compladients.otp \
|
||||
sv/compladients.otp \
|
||||
tr/compladients.otp \
|
||||
zh-CN/compladients.otp \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
96
extras/AllLangZip_autotextshare.mk
Normal file
96
extras/AllLangZip_autotextshare.mk
Normal file
|
@ -0,0 +1,96 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,autotextshare,$(SRCDIR)/extras/source/autotext/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,autotextshare,\
|
||||
bg/crdbus50.bau \
|
||||
bg/standard.bau \
|
||||
bg/template.bau \
|
||||
cs/crdbus50.bau \
|
||||
cs/crdbus54.bau \
|
||||
cs/standard.bau \
|
||||
cs/template.bau \
|
||||
da/crdbus50.bau \
|
||||
da/standard.bau \
|
||||
da/template.bau \
|
||||
de/crdbus50.bau \
|
||||
de/standard.bau \
|
||||
de/template.bau \
|
||||
en-GB/crdbus50.bau \
|
||||
en-GB/standard.bau \
|
||||
en-GB/template.bau \
|
||||
en-US/crdbus50.bau \
|
||||
en-US/standard.bau \
|
||||
en-US/template.bau \
|
||||
es/crdbus50.bau \
|
||||
es/standard.bau \
|
||||
es/template.bau \
|
||||
eu/crdbus50.bau \
|
||||
eu/standard.bau \
|
||||
eu/template.bau \
|
||||
fr/crdbus50.bau \
|
||||
fr/standard.bau \
|
||||
fr/template.bau \
|
||||
hu/crdbus50.bau \
|
||||
hu/crdbus54.bau \
|
||||
hu/standard.bau \
|
||||
hu/template.bau \
|
||||
it/crdbus50.bau \
|
||||
it/standard.bau \
|
||||
it/template.bau \
|
||||
ja/crdbus50.bau \
|
||||
ja/standard.bau \
|
||||
ja/template.bau \
|
||||
km/crdbus50.bau \
|
||||
km/standard.bau \
|
||||
km/template.bau \
|
||||
ko/crdbus50.bau \
|
||||
ko/standard.bau \
|
||||
ko/template.bau \
|
||||
mn/crdbus50.bau \
|
||||
mn/standard.bau \
|
||||
mn/template.bau \
|
||||
nl/crdbus50.bau \
|
||||
nl/standard.bau \
|
||||
nl/template.bau \
|
||||
pl/crdbus50.bau \
|
||||
pl/standard.bau \
|
||||
pl/template.bau \
|
||||
pt-BR/crdbus50.bau \
|
||||
pt-BR/standard.bau \
|
||||
pt-BR/template.bau \
|
||||
pt/crdbus50.bau \
|
||||
pt/standard.bau \
|
||||
pt/template.bau \
|
||||
ru/crdbus50.bau \
|
||||
ru/standard.bau \
|
||||
ru/template.bau \
|
||||
sk/crdbus50.bau \
|
||||
sk/crdbus54.bau \
|
||||
sk/standard.bau \
|
||||
sk/template.bau \
|
||||
sl/crdbus50.bau \
|
||||
sl/crdbus54.bau \
|
||||
sl/standard.bau \
|
||||
sl/template.bau \
|
||||
sv/crdbus50.bau \
|
||||
sv/standard.bau \
|
||||
sv/template.bau \
|
||||
tr/crdbus50.bau \
|
||||
tr/template.bau \
|
||||
zh-CN/crdbus50.bau \
|
||||
zh-CN/standard.bau \
|
||||
zh-CN/template.bau \
|
||||
zh-TW/crdbus50.bau \
|
||||
zh-TW/standard.bau \
|
||||
zh-TW/template.bau \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
535
extras/AllLangZip_tplwizagenda.mk
Normal file
535
extras/AllLangZip_tplwizagenda.mk
Normal file
|
@ -0,0 +1,535 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,tplwizagenda,$(SRCDIR)/extras/source/templates/wizard/agenda/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,tplwizagenda,\
|
||||
bg/10grey.ott \
|
||||
bg/1simple.ott \
|
||||
bg/2elegant.ott \
|
||||
bg/3modern.ott \
|
||||
bg/4classic.ott \
|
||||
bg/5blue.ott \
|
||||
bg/6orange.ott \
|
||||
bg/7red.ott \
|
||||
bg/8green.ott \
|
||||
bg/9colorful.ott \
|
||||
bg/aw-10grey.ott \
|
||||
bg/aw-1simple.ott \
|
||||
bg/aw-2elegant.ott \
|
||||
bg/aw-3modern.ott \
|
||||
bg/aw-4classic.ott \
|
||||
bg/aw-5blue.ott \
|
||||
bg/aw-6orange.ott \
|
||||
bg/aw-7red.ott \
|
||||
bg/aw-8green.ott \
|
||||
bg/aw-9colorful.ott \
|
||||
cs/10grey.ott \
|
||||
cs/1simple.ott \
|
||||
cs/2elegant.ott \
|
||||
cs/3modern.ott \
|
||||
cs/4classic.ott \
|
||||
cs/5blue.ott \
|
||||
cs/6orange.ott \
|
||||
cs/7red.ott \
|
||||
cs/8green.ott \
|
||||
cs/9colorful.ott \
|
||||
cs/aw-10grey.ott \
|
||||
cs/aw-1simple.ott \
|
||||
cs/aw-2elegant.ott \
|
||||
cs/aw-3modern.ott \
|
||||
cs/aw-4classic.ott \
|
||||
cs/aw-5blue.ott \
|
||||
cs/aw-6orange.ott \
|
||||
cs/aw-7red.ott \
|
||||
cs/aw-8green.ott \
|
||||
cs/aw-9colorful.ott \
|
||||
da/10grey.ott \
|
||||
da/1simple.ott \
|
||||
da/2elegant.ott \
|
||||
da/3modern.ott \
|
||||
da/4classic.ott \
|
||||
da/5blue.ott \
|
||||
da/6orange.ott \
|
||||
da/7red.ott \
|
||||
da/8green.ott \
|
||||
da/9colorful.ott \
|
||||
da/aw-10grey.ott \
|
||||
da/aw-1simple.ott \
|
||||
da/aw-2elegant.ott \
|
||||
da/aw-3modern.ott \
|
||||
da/aw-4classic.ott \
|
||||
da/aw-5blue.ott \
|
||||
da/aw-6orange.ott \
|
||||
da/aw-7red.ott \
|
||||
da/aw-8green.ott \
|
||||
da/aw-9colorful.ott \
|
||||
de/10grey.ott \
|
||||
de/1simple.ott \
|
||||
de/2elegant.ott \
|
||||
de/3modern.ott \
|
||||
de/4classic.ott \
|
||||
de/5blue.ott \
|
||||
de/6orange.ott \
|
||||
de/7red.ott \
|
||||
de/8green.ott \
|
||||
de/9colorful.ott \
|
||||
de/aw-10grey.ott \
|
||||
de/aw-1simple.ott \
|
||||
de/aw-2elegant.ott \
|
||||
de/aw-3modern.ott \
|
||||
de/aw-4classic.ott \
|
||||
de/aw-5blue.ott \
|
||||
de/aw-6orange.ott \
|
||||
de/aw-7red.ott \
|
||||
de/aw-8green.ott \
|
||||
de/aw-9colorful.ott \
|
||||
en-GB/10grey.ott \
|
||||
en-GB/1simple.ott \
|
||||
en-GB/2elegant.ott \
|
||||
en-GB/3modern.ott \
|
||||
en-GB/4classic.ott \
|
||||
en-GB/5blue.ott \
|
||||
en-GB/6orange.ott \
|
||||
en-GB/7red.ott \
|
||||
en-GB/8green.ott \
|
||||
en-GB/9colorful.ott \
|
||||
en-GB/aw-10grey.ott \
|
||||
en-GB/aw-1simple.ott \
|
||||
en-GB/aw-2elegant.ott \
|
||||
en-GB/aw-3modern.ott \
|
||||
en-GB/aw-4classic.ott \
|
||||
en-GB/aw-5blue.ott \
|
||||
en-GB/aw-6orange.ott \
|
||||
en-GB/aw-7red.ott \
|
||||
en-GB/aw-8green.ott \
|
||||
en-GB/aw-9colorful.ott \
|
||||
en-US/10grey.ott \
|
||||
en-US/1simple.ott \
|
||||
en-US/2elegant.ott \
|
||||
en-US/3modern.ott \
|
||||
en-US/4classic.ott \
|
||||
en-US/5blue.ott \
|
||||
en-US/6orange.ott \
|
||||
en-US/7red.ott \
|
||||
en-US/8green.ott \
|
||||
en-US/9colorful.ott \
|
||||
en-US/aw-10grey.ott \
|
||||
en-US/aw-1simple.ott \
|
||||
en-US/aw-2elegant.ott \
|
||||
en-US/aw-3modern.ott \
|
||||
en-US/aw-4classic.ott \
|
||||
en-US/aw-5blue.ott \
|
||||
en-US/aw-6orange.ott \
|
||||
en-US/aw-7red.ott \
|
||||
en-US/aw-8green.ott \
|
||||
en-US/aw-9colorful.ott \
|
||||
es/10grey.ott \
|
||||
es/1simple.ott \
|
||||
es/2elegant.ott \
|
||||
es/3modern.ott \
|
||||
es/4classic.ott \
|
||||
es/5blue.ott \
|
||||
es/6orange.ott \
|
||||
es/7red.ott \
|
||||
es/8green.ott \
|
||||
es/9colorful.ott \
|
||||
es/aw-10grey.ott \
|
||||
es/aw-1simple.ott \
|
||||
es/aw-2elegant.ott \
|
||||
es/aw-3modern.ott \
|
||||
es/aw-4classic.ott \
|
||||
es/aw-5blue.ott \
|
||||
es/aw-6orange.ott \
|
||||
es/aw-7red.ott \
|
||||
es/aw-8green.ott \
|
||||
es/aw-9colorful.ott \
|
||||
eu/10grey.ott \
|
||||
eu/1simple.ott \
|
||||
eu/2elegant.ott \
|
||||
eu/3modern.ott \
|
||||
eu/4classic.ott \
|
||||
eu/5blue.ott \
|
||||
eu/6orange.ott \
|
||||
eu/7red.ott \
|
||||
eu/8green.ott \
|
||||
eu/9colorful.ott \
|
||||
eu/aw-10grey.ott \
|
||||
eu/aw-1simple.ott \
|
||||
eu/aw-2elegant.ott \
|
||||
eu/aw-3modern.ott \
|
||||
eu/aw-4classic.ott \
|
||||
eu/aw-5blue.ott \
|
||||
eu/aw-6orange.ott \
|
||||
eu/aw-7red.ott \
|
||||
eu/aw-8green.ott \
|
||||
eu/aw-9colorful.ott \
|
||||
fr/10grey.ott \
|
||||
fr/1simple.ott \
|
||||
fr/2elegant.ott \
|
||||
fr/3modern.ott \
|
||||
fr/4classic.ott \
|
||||
fr/5blue.ott \
|
||||
fr/6orange.ott \
|
||||
fr/7red.ott \
|
||||
fr/8green.ott \
|
||||
fr/9colorful.ott \
|
||||
fr/aw-10grey.ott \
|
||||
fr/aw-1simple.ott \
|
||||
fr/aw-2elegant.ott \
|
||||
fr/aw-3modern.ott \
|
||||
fr/aw-4classic.ott \
|
||||
fr/aw-5blue.ott \
|
||||
fr/aw-6orange.ott \
|
||||
fr/aw-7red.ott \
|
||||
fr/aw-8green.ott \
|
||||
fr/aw-9colorful.ott \
|
||||
hu/10grey.ott \
|
||||
hu/1simple.ott \
|
||||
hu/2elegant.ott \
|
||||
hu/3modern.ott \
|
||||
hu/4classic.ott \
|
||||
hu/5blue.ott \
|
||||
hu/6orange.ott \
|
||||
hu/7red.ott \
|
||||
hu/8green.ott \
|
||||
hu/9colorful.ott \
|
||||
hu/aw-10grey.ott \
|
||||
hu/aw-1simple.ott \
|
||||
hu/aw-2elegant.ott \
|
||||
hu/aw-3modern.ott \
|
||||
hu/aw-4classic.ott \
|
||||
hu/aw-5blue.ott \
|
||||
hu/aw-6orange.ott \
|
||||
hu/aw-7red.ott \
|
||||
hu/aw-8green.ott \
|
||||
hu/aw-9colorful.ott \
|
||||
it/10grey.ott \
|
||||
it/1simple.ott \
|
||||
it/2elegant.ott \
|
||||
it/3modern.ott \
|
||||
it/4classic.ott \
|
||||
it/5blue.ott \
|
||||
it/6orange.ott \
|
||||
it/7red.ott \
|
||||
it/8green.ott \
|
||||
it/9colorful.ott \
|
||||
it/aw-10grey.ott \
|
||||
it/aw-1simple.ott \
|
||||
it/aw-2elegant.ott \
|
||||
it/aw-3modern.ott \
|
||||
it/aw-4classic.ott \
|
||||
it/aw-5blue.ott \
|
||||
it/aw-6orange.ott \
|
||||
it/aw-7red.ott \
|
||||
it/aw-8green.ott \
|
||||
it/aw-9colorful.ott \
|
||||
ja/10grey.ott \
|
||||
ja/1simple.ott \
|
||||
ja/2elegant.ott \
|
||||
ja/3modern.ott \
|
||||
ja/4classic.ott \
|
||||
ja/5blue.ott \
|
||||
ja/6orange.ott \
|
||||
ja/7red.ott \
|
||||
ja/8green.ott \
|
||||
ja/9colorful.ott \
|
||||
ja/aw-10grey.ott \
|
||||
ja/aw-1simple.ott \
|
||||
ja/aw-2elegant.ott \
|
||||
ja/aw-3modern.ott \
|
||||
ja/aw-4classic.ott \
|
||||
ja/aw-5blue.ott \
|
||||
ja/aw-6orange.ott \
|
||||
ja/aw-7red.ott \
|
||||
ja/aw-8green.ott \
|
||||
ja/aw-9colorful.ott \
|
||||
km/10grey.ott \
|
||||
km/1simple.ott \
|
||||
km/2elegant.ott \
|
||||
km/3modern.ott \
|
||||
km/4classic.ott \
|
||||
km/5blue.ott \
|
||||
km/6orange.ott \
|
||||
km/7red.ott \
|
||||
km/8green.ott \
|
||||
km/9colorful.ott \
|
||||
km/aw-10grey.ott \
|
||||
km/aw-1simple.ott \
|
||||
km/aw-2elegant.ott \
|
||||
km/aw-3modern.ott \
|
||||
km/aw-4classic.ott \
|
||||
km/aw-5blue.ott \
|
||||
km/aw-6orange.ott \
|
||||
km/aw-7red.ott \
|
||||
km/aw-8green.ott \
|
||||
km/aw-9colorful.ott \
|
||||
ko/10grey.ott \
|
||||
ko/1simple.ott \
|
||||
ko/2elegant.ott \
|
||||
ko/3modern.ott \
|
||||
ko/4classic.ott \
|
||||
ko/5blue.ott \
|
||||
ko/6orange.ott \
|
||||
ko/7red.ott \
|
||||
ko/8green.ott \
|
||||
ko/9colorful.ott \
|
||||
ko/aw-10grey.ott \
|
||||
ko/aw-1simple.ott \
|
||||
ko/aw-2elegant.ott \
|
||||
ko/aw-3modern.ott \
|
||||
ko/aw-4classic.ott \
|
||||
ko/aw-5blue.ott \
|
||||
ko/aw-6orange.ott \
|
||||
ko/aw-7red.ott \
|
||||
ko/aw-8green.ott \
|
||||
ko/aw-9colorful.ott \
|
||||
nl/10grey.ott \
|
||||
nl/1simple.ott \
|
||||
nl/2elegant.ott \
|
||||
nl/3modern.ott \
|
||||
nl/4classic.ott \
|
||||
nl/5blue.ott \
|
||||
nl/6orange.ott \
|
||||
nl/7red.ott \
|
||||
nl/8green.ott \
|
||||
nl/9colorful.ott \
|
||||
nl/aw-10grey.ott \
|
||||
nl/aw-1simple.ott \
|
||||
nl/aw-2elegant.ott \
|
||||
nl/aw-3modern.ott \
|
||||
nl/aw-4classic.ott \
|
||||
nl/aw-5blue.ott \
|
||||
nl/aw-6orange.ott \
|
||||
nl/aw-7red.ott \
|
||||
nl/aw-8green.ott \
|
||||
nl/aw-9colorful.ott \
|
||||
pl/10grey.ott \
|
||||
pl/1simple.ott \
|
||||
pl/2elegant.ott \
|
||||
pl/3modern.ott \
|
||||
pl/4classic.ott \
|
||||
pl/5blue.ott \
|
||||
pl/6orange.ott \
|
||||
pl/7red.ott \
|
||||
pl/8green.ott \
|
||||
pl/9colorful.ott \
|
||||
pl/aw-10grey.ott \
|
||||
pl/aw-1simple.ott \
|
||||
pl/aw-2elegant.ott \
|
||||
pl/aw-3modern.ott \
|
||||
pl/aw-4classic.ott \
|
||||
pl/aw-5blue.ott \
|
||||
pl/aw-6orange.ott \
|
||||
pl/aw-7red.ott \
|
||||
pl/aw-8green.ott \
|
||||
pl/aw-9colorful.ott \
|
||||
pt/10grey.ott \
|
||||
pt/1simple.ott \
|
||||
pt/2elegant.ott \
|
||||
pt/3modern.ott \
|
||||
pt/4classic.ott \
|
||||
pt/5blue.ott \
|
||||
pt/6orange.ott \
|
||||
pt/7red.ott \
|
||||
pt/8green.ott \
|
||||
pt/9colorful.ott \
|
||||
pt/aw-10grey.ott \
|
||||
pt/aw-1simple.ott \
|
||||
pt/aw-2elegant.ott \
|
||||
pt/aw-3modern.ott \
|
||||
pt/aw-4classic.ott \
|
||||
pt/aw-5blue.ott \
|
||||
pt/aw-6orange.ott \
|
||||
pt/aw-7red.ott \
|
||||
pt/aw-8green.ott \
|
||||
pt/aw-9colorful.ott \
|
||||
pt-BR/10grey.ott \
|
||||
pt-BR/1simple.ott \
|
||||
pt-BR/2elegant.ott \
|
||||
pt-BR/3modern.ott \
|
||||
pt-BR/4classic.ott \
|
||||
pt-BR/5blue.ott \
|
||||
pt-BR/6orange.ott \
|
||||
pt-BR/7red.ott \
|
||||
pt-BR/8green.ott \
|
||||
pt-BR/9colorful.ott \
|
||||
pt-BR/aw-10grey.ott \
|
||||
pt-BR/aw-1simple.ott \
|
||||
pt-BR/aw-2elegant.ott \
|
||||
pt-BR/aw-3modern.ott \
|
||||
pt-BR/aw-4classic.ott \
|
||||
pt-BR/aw-5blue.ott \
|
||||
pt-BR/aw-6orange.ott \
|
||||
pt-BR/aw-7red.ott \
|
||||
pt-BR/aw-8green.ott \
|
||||
pt-BR/aw-9colorful.ott \
|
||||
ru/10grey.ott \
|
||||
ru/1simple.ott \
|
||||
ru/2elegant.ott \
|
||||
ru/3modern.ott \
|
||||
ru/4classic.ott \
|
||||
ru/5blue.ott \
|
||||
ru/6orange.ott \
|
||||
ru/7red.ott \
|
||||
ru/8green.ott \
|
||||
ru/9colorful.ott \
|
||||
ru/aw-10grey.ott \
|
||||
ru/aw-1simple.ott \
|
||||
ru/aw-2elegant.ott \
|
||||
ru/aw-3modern.ott \
|
||||
ru/aw-4classic.ott \
|
||||
ru/aw-5blue.ott \
|
||||
ru/aw-6orange.ott \
|
||||
ru/aw-7red.ott \
|
||||
ru/aw-8green.ott \
|
||||
ru/aw-9colorful.ott \
|
||||
sk/10grey.ott \
|
||||
sk/1simple.ott \
|
||||
sk/2elegant.ott \
|
||||
sk/3modern.ott \
|
||||
sk/4classic.ott \
|
||||
sk/5blue.ott \
|
||||
sk/6orange.ott \
|
||||
sk/7red.ott \
|
||||
sk/8green.ott \
|
||||
sk/9colorful.ott \
|
||||
sk/aw-10grey.ott \
|
||||
sk/aw-1simple.ott \
|
||||
sk/aw-2elegant.ott \
|
||||
sk/aw-3modern.ott \
|
||||
sk/aw-4classic.ott \
|
||||
sk/aw-5blue.ott \
|
||||
sk/aw-6orange.ott \
|
||||
sk/aw-7red.ott \
|
||||
sk/aw-8green.ott \
|
||||
sk/aw-9colorful.ott \
|
||||
sl/10grey.ott \
|
||||
sl/1simple.ott \
|
||||
sl/2elegant.ott \
|
||||
sl/3modern.ott \
|
||||
sl/4classic.ott \
|
||||
sl/5blue.ott \
|
||||
sl/6orange.ott \
|
||||
sl/7red.ott \
|
||||
sl/8green.ott \
|
||||
sl/9colorful.ott \
|
||||
sl/aw-10grey.ott \
|
||||
sl/aw-1simple.ott \
|
||||
sl/aw-2elegant.ott \
|
||||
sl/aw-3modern.ott \
|
||||
sl/aw-4classic.ott \
|
||||
sl/aw-5blue.ott \
|
||||
sl/aw-6orange.ott \
|
||||
sl/aw-7red.ott \
|
||||
sl/aw-8green.ott \
|
||||
sl/aw-9colorful.ott \
|
||||
sv/10grey.ott \
|
||||
sv/1simple.ott \
|
||||
sv/2elegant.ott \
|
||||
sv/3modern.ott \
|
||||
sv/4classic.ott \
|
||||
sv/5blue.ott \
|
||||
sv/6orange.ott \
|
||||
sv/7red.ott \
|
||||
sv/8green.ott \
|
||||
sv/9colorful.ott \
|
||||
sv/aw-10grey.ott \
|
||||
sv/aw-1simple.ott \
|
||||
sv/aw-2elegant.ott \
|
||||
sv/aw-3modern.ott \
|
||||
sv/aw-4classic.ott \
|
||||
sv/aw-5blue.ott \
|
||||
sv/aw-6orange.ott \
|
||||
sv/aw-7red.ott \
|
||||
sv/aw-8green.ott \
|
||||
sv/aw-9colorful.ott \
|
||||
tr/10grey.ott \
|
||||
tr/1simple.ott \
|
||||
tr/2elegant.ott \
|
||||
tr/3modern.ott \
|
||||
tr/4classic.ott \
|
||||
tr/5blue.ott \
|
||||
tr/6orange.ott \
|
||||
tr/7red.ott \
|
||||
tr/8green.ott \
|
||||
tr/9colorful.ott \
|
||||
tr/aw-10grey.ott \
|
||||
tr/aw-1simple.ott \
|
||||
tr/aw-2elegant.ott \
|
||||
tr/aw-3modern.ott \
|
||||
tr/aw-4classic.ott \
|
||||
tr/aw-5blue.ott \
|
||||
tr/aw-6orange.ott \
|
||||
tr/aw-7red.ott \
|
||||
tr/aw-8green.ott \
|
||||
tr/aw-9colorful.ott \
|
||||
vi/10grey.ott \
|
||||
vi/1simple.ott \
|
||||
vi/2elegant.ott \
|
||||
vi/3modern.ott \
|
||||
vi/4classic.ott \
|
||||
vi/5blue.ott \
|
||||
vi/6orange.ott \
|
||||
vi/7red.ott \
|
||||
vi/8green.ott \
|
||||
vi/9colorful.ott \
|
||||
vi/aw-10grey.ott \
|
||||
vi/aw-1simple.ott \
|
||||
vi/aw-2elegant.ott \
|
||||
vi/aw-3modern.ott \
|
||||
vi/aw-4classic.ott \
|
||||
vi/aw-5blue.ott \
|
||||
vi/aw-6orange.ott \
|
||||
vi/aw-7red.ott \
|
||||
vi/aw-8green.ott \
|
||||
vi/aw-9colorful.ott \
|
||||
zh-CN/10grey.ott \
|
||||
zh-CN/1simple.ott \
|
||||
zh-CN/2elegant.ott \
|
||||
zh-CN/3modern.ott \
|
||||
zh-CN/4classic.ott \
|
||||
zh-CN/5blue.ott \
|
||||
zh-CN/6orange.ott \
|
||||
zh-CN/7red.ott \
|
||||
zh-CN/8green.ott \
|
||||
zh-CN/9colorful.ott \
|
||||
zh-CN/aw-10grey.ott \
|
||||
zh-CN/aw-1simple.ott \
|
||||
zh-CN/aw-2elegant.ott \
|
||||
zh-CN/aw-3modern.ott \
|
||||
zh-CN/aw-4classic.ott \
|
||||
zh-CN/aw-5blue.ott \
|
||||
zh-CN/aw-6orange.ott \
|
||||
zh-CN/aw-7red.ott \
|
||||
zh-CN/aw-8green.ott \
|
||||
zh-CN/aw-9colorful.ott \
|
||||
zh-TW/10grey.ott \
|
||||
zh-TW/1simple.ott \
|
||||
zh-TW/2elegant.ott \
|
||||
zh-TW/3modern.ott \
|
||||
zh-TW/4classic.ott \
|
||||
zh-TW/5blue.ott \
|
||||
zh-TW/6orange.ott \
|
||||
zh-TW/7red.ott \
|
||||
zh-TW/8green.ott \
|
||||
zh-TW/9colorful.ott \
|
||||
zh-TW/aw-10grey.ott \
|
||||
zh-TW/aw-1simple.ott \
|
||||
zh-TW/aw-2elegant.ott \
|
||||
zh-TW/aw-3modern.ott \
|
||||
zh-TW/aw-4classic.ott \
|
||||
zh-TW/aw-5blue.ott \
|
||||
zh-TW/aw-6orange.ott \
|
||||
zh-TW/aw-7red.ott \
|
||||
zh-TW/aw-8green.ott \
|
||||
zh-TW/aw-9colorful.ott \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
223
extras/AllLangZip_tplwizfax.mk
Normal file
223
extras/AllLangZip_tplwizfax.mk
Normal file
|
@ -0,0 +1,223 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,tplwizfax,$(SRCDIR)/extras/source/templates/wizard/fax/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,tplwizfax,\
|
||||
bg/bus-classic_f.ott \
|
||||
bg/bus-classic-pri_f.ott \
|
||||
bg/bus-modern_f.ott \
|
||||
bg/bus-modern-pri_f.ott \
|
||||
bg/pri-bottle_f.ott \
|
||||
bg/pri-fax_f.ott \
|
||||
bg/pri-lines_f.ott \
|
||||
bg/pri-marine_f.ott \
|
||||
cs/bus-classic_f.ott \
|
||||
cs/bus-classic-pri_f.ott \
|
||||
cs/bus-modern_f.ott \
|
||||
cs/bus-modern-pri_f.ott \
|
||||
cs/pri-bottle_f.ott \
|
||||
cs/pri-fax_f.ott \
|
||||
cs/pri-lines_f.ott \
|
||||
cs/pri-marine_f.ott \
|
||||
da/bus-classic_f.ott \
|
||||
da/bus-classic-pri_f.ott \
|
||||
da/bus-modern_f.ott \
|
||||
da/bus-modern-pri_f.ott \
|
||||
da/pri-bottle_f.ott \
|
||||
da/pri-fax_f.ott \
|
||||
da/pri-lines_f.ott \
|
||||
da/pri-marine_f.ott \
|
||||
de/bus-classic_f.ott \
|
||||
de/bus-classic-pri_f.ott \
|
||||
de/bus-modern_f.ott \
|
||||
de/bus-modern-pri_f.ott \
|
||||
de/pri-bottle_f.ott \
|
||||
de/pri-fax_f.ott \
|
||||
de/pri-lines_f.ott \
|
||||
de/pri-marine_f.ott \
|
||||
en-GB/bus-classic_f.ott \
|
||||
en-GB/bus-classic-pri_f.ott \
|
||||
en-GB/bus-modern_f.ott \
|
||||
en-GB/bus-modern-pri_f.ott \
|
||||
en-GB/pri-bottle_f.ott \
|
||||
en-GB/pri-fax_f.ott \
|
||||
en-GB/pri-lines_f.ott \
|
||||
en-GB/pri-marine_f.ott \
|
||||
en-US/bus-classic_f.ott \
|
||||
en-US/bus-classic-pri_f.ott \
|
||||
en-US/bus-modern_f.ott \
|
||||
en-US/bus-modern-pri_f.ott \
|
||||
en-US/pri-bottle_f.ott \
|
||||
en-US/pri-fax_f.ott \
|
||||
en-US/pri-lines_f.ott \
|
||||
en-US/pri-marine_f.ott \
|
||||
es/bus-classic_f.ott \
|
||||
es/bus-classic-pri_f.ott \
|
||||
es/bus-modern_f.ott \
|
||||
es/bus-modern-pri_f.ott \
|
||||
es/pri-bottle_f.ott \
|
||||
es/pri-fax_f.ott \
|
||||
es/pri-lines_f.ott \
|
||||
es/pri-marine_f.ott \
|
||||
eu/bus-classic_f.ott \
|
||||
eu/bus-classic-pri_f.ott \
|
||||
eu/bus-modern_f.ott \
|
||||
eu/bus-modern-pri_f.ott \
|
||||
eu/pri-bottle_f.ott \
|
||||
eu/pri-fax_f.ott \
|
||||
eu/pri-lines_f.ott \
|
||||
eu/pri-marine_f.ott \
|
||||
fr/bus-classic_f.ott \
|
||||
fr/bus-classic-pri_f.ott \
|
||||
fr/bus-modern_f.ott \
|
||||
fr/bus-modern-pri_f.ott \
|
||||
fr/pri-bottle_f.ott \
|
||||
fr/pri-fax_f.ott \
|
||||
fr/pri-lines_f.ott \
|
||||
fr/pri-marine_f.ott \
|
||||
hu/bus-classic_f.ott \
|
||||
hu/bus-classic-pri_f.ott \
|
||||
hu/bus-modern_f.ott \
|
||||
hu/bus-modern-pri_f.ott \
|
||||
hu/pri-bottle_f.ott \
|
||||
hu/pri-fax_f.ott \
|
||||
hu/pri-lines_f.ott \
|
||||
hu/pri-marine_f.ott \
|
||||
it/bus-classic_f.ott \
|
||||
it/bus-classic-pri_f.ott \
|
||||
it/bus-modern_f.ott \
|
||||
it/bus-modern-pri_f.ott \
|
||||
it/pri-bottle_f.ott \
|
||||
it/pri-fax_f.ott \
|
||||
it/pri-lines_f.ott \
|
||||
it/pri-marine_f.ott \
|
||||
ja/bus-classic_f.ott \
|
||||
ja/bus-classic-pri_f.ott \
|
||||
ja/bus-modern_f.ott \
|
||||
ja/bus-modern-pri_f.ott \
|
||||
ja/pri-bottle_f.ott \
|
||||
ja/pri-fax_f.ott \
|
||||
ja/pri-lines_f.ott \
|
||||
ja/pri-marine_f.ott \
|
||||
km/bus-classic_f.ott \
|
||||
km/bus-classic-pri_f.ott \
|
||||
km/bus-modern_f.ott \
|
||||
km/bus-modern-pri_f.ott \
|
||||
km/pri-bottle_f.ott \
|
||||
km/pri-fax_f.ott \
|
||||
km/pri-lines_f.ott \
|
||||
km/pri-marine_f.ott \
|
||||
ko/bus-classic_f.ott \
|
||||
ko/bus-classic-pri_f.ott \
|
||||
ko/bus-modern_f.ott \
|
||||
ko/bus-modern-pri_f.ott \
|
||||
ko/pri-bottle_f.ott \
|
||||
ko/pri-fax_f.ott \
|
||||
ko/pri-lines_f.ott \
|
||||
ko/pri-marine_f.ott \
|
||||
nl/bus-classic_f.ott \
|
||||
nl/bus-classic-pri_f.ott \
|
||||
nl/bus-modern_f.ott \
|
||||
nl/bus-modern-pri_f.ott \
|
||||
nl/pri-bottle_f.ott \
|
||||
nl/pri-fax_f.ott \
|
||||
nl/pri-lines_f.ott \
|
||||
nl/pri-marine_f.ott \
|
||||
pl/bus-classic_f.ott \
|
||||
pl/bus-classic-pri_f.ott \
|
||||
pl/bus-modern_f.ott \
|
||||
pl/bus-modern-pri_f.ott \
|
||||
pl/pri-bottle_f.ott \
|
||||
pl/pri-fax_f.ott \
|
||||
pl/pri-lines_f.ott \
|
||||
pl/pri-marine_f.ott \
|
||||
pt-BR/bus-classic_f.ott \
|
||||
pt-BR/bus-classic-pri_f.ott \
|
||||
pt-BR/bus-modern_f.ott \
|
||||
pt-BR/bus-modern-pri_f.ott \
|
||||
pt-BR/pri-bottle_f.ott \
|
||||
pt-BR/pri-fax_f.ott \
|
||||
pt-BR/pri-lines_f.ott \
|
||||
pt-BR/pri-marine_f.ott \
|
||||
pt/bus-classic_f.ott \
|
||||
pt/bus-classic-pri_f.ott \
|
||||
pt/bus-modern_f.ott \
|
||||
pt/bus-modern-pri_f.ott \
|
||||
pt/pri-bottle_f.ott \
|
||||
pt/pri-fax_f.ott \
|
||||
pt/pri-lines_f.ott \
|
||||
pt/pri-marine_f.ott \
|
||||
ru/bus-classic_f.ott \
|
||||
ru/bus-classic-pri_f.ott \
|
||||
ru/bus-modern_f.ott \
|
||||
ru/bus-modern-pri_f.ott \
|
||||
ru/pri-bottle_f.ott \
|
||||
ru/pri-fax_f.ott \
|
||||
ru/pri-lines_f.ott \
|
||||
ru/pri-marine_f.ott \
|
||||
sk/bus-classic_f.ott \
|
||||
sk/bus-classic-pri_f.ott \
|
||||
sk/bus-modern_f.ott \
|
||||
sk/bus-modern-pri_f.ott \
|
||||
sk/pri-bottle_f.ott \
|
||||
sk/pri-fax_f.ott \
|
||||
sk/pri-lines_f.ott \
|
||||
sk/pri-marine_f.ott \
|
||||
sl/bus-classic_f.ott \
|
||||
sl/bus-classic-pri_f.ott \
|
||||
sl/bus-modern_f.ott \
|
||||
sl/bus-modern-pri_f.ott \
|
||||
sl/pri-bottle_f.ott \
|
||||
sl/pri-fax_f.ott \
|
||||
sl/pri-lines_f.ott \
|
||||
sl/pri-marine_f.ott \
|
||||
sv/bus-classic_f.ott \
|
||||
sv/bus-classic-pri_f.ott \
|
||||
sv/bus-modern_f.ott \
|
||||
sv/bus-modern-pri_f.ott \
|
||||
sv/pri-bottle_f.ott \
|
||||
sv/pri-fax_f.ott \
|
||||
sv/pri-lines_f.ott \
|
||||
sv/pri-marine_f.ott \
|
||||
tr/bus-classic_f.ott \
|
||||
tr/bus-classic-pri_f.ott \
|
||||
tr/bus-modern_f.ott \
|
||||
tr/bus-modern-pri_f.ott \
|
||||
tr/pri-bottle_f.ott \
|
||||
tr/pri-fax_f.ott \
|
||||
tr/pri-lines_f.ott \
|
||||
tr/pri-marine_f.ott \
|
||||
vi/bus-classic_f.ott \
|
||||
vi/bus-classic-pri_f.ott \
|
||||
vi/bus-modern_f.ott \
|
||||
vi/bus-modern-pri_f.ott \
|
||||
vi/pri-bottle_f.ott \
|
||||
vi/pri-fax_f.ott \
|
||||
vi/pri-lines_f.ott \
|
||||
vi/pri-marine_f.ott \
|
||||
zh-CN/bus-classic_f.ott \
|
||||
zh-CN/bus-classic-pri_f.ott \
|
||||
zh-CN/bus-modern_f.ott \
|
||||
zh-CN/bus-modern-pri_f.ott \
|
||||
zh-CN/pri-bottle_f.ott \
|
||||
zh-CN/pri-fax_f.ott \
|
||||
zh-CN/pri-lines_f.ott \
|
||||
zh-CN/pri-marine_f.ott \
|
||||
zh-TW/bus-classic_f.ott \
|
||||
zh-TW/bus-classic-pri_f.ott \
|
||||
zh-TW/bus-modern_f.ott \
|
||||
zh-TW/bus-modern-pri_f.ott \
|
||||
zh-TW/pri-bottle_f.ott \
|
||||
zh-TW/pri-fax_f.ott \
|
||||
zh-TW/pri-lines_f.ott \
|
||||
zh-TW/pri-marine_f.ott \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
741
extras/AllLangZip_tplwizreport.mk
Normal file
741
extras/AllLangZip_tplwizreport.mk
Normal file
|
@ -0,0 +1,741 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,tplwizreport,$(SRCDIR)/extras/source/templates/wizard/report/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,tplwizreport,\
|
||||
bg/cnt-011.ott \
|
||||
bg/cnt-012.ott \
|
||||
bg/cnt-01.ott \
|
||||
bg/cnt-021.ott \
|
||||
bg/cnt-022.ott \
|
||||
bg/cnt-02.ott \
|
||||
bg/cnt-031.ott \
|
||||
bg/cnt-032.ott \
|
||||
bg/cnt-03.ott \
|
||||
bg/cnt-041.ott \
|
||||
bg/cnt-042.ott \
|
||||
bg/cnt-04.ott \
|
||||
bg/cnt-051.ott \
|
||||
bg/cnt-052.ott \
|
||||
bg/cnt-05.ott \
|
||||
bg/cnt-061.ott \
|
||||
bg/cnt-062.ott \
|
||||
bg/cnt-06.ott \
|
||||
bg/cnt-default.ott \
|
||||
bg/stl-01.ott \
|
||||
bg/stl-02.ott \
|
||||
bg/stl-03.ott \
|
||||
bg/stl-04.ott \
|
||||
bg/stl-05.ott \
|
||||
bg/stl-06.ott \
|
||||
bg/stl-07.ott \
|
||||
bg/stl-08.ott \
|
||||
bg/stl-09.ott \
|
||||
bg/stl-default.ott \
|
||||
cs/cnt-011.ott \
|
||||
cs/cnt-012.ott \
|
||||
cs/cnt-01.ott \
|
||||
cs/cnt-021.ott \
|
||||
cs/cnt-022.ott \
|
||||
cs/cnt-02.ott \
|
||||
cs/cnt-031.ott \
|
||||
cs/cnt-032.ott \
|
||||
cs/cnt-03.ott \
|
||||
cs/cnt-041.ott \
|
||||
cs/cnt-042.ott \
|
||||
cs/cnt-04.ott \
|
||||
cs/cnt-051.ott \
|
||||
cs/cnt-052.ott \
|
||||
cs/cnt-05.ott \
|
||||
cs/cnt-061.ott \
|
||||
cs/cnt-062.ott \
|
||||
cs/cnt-06.ott \
|
||||
cs/cnt-default.ott \
|
||||
cs/stl-01.ott \
|
||||
cs/stl-02.ott \
|
||||
cs/stl-03.ott \
|
||||
cs/stl-04.ott \
|
||||
cs/stl-05.ott \
|
||||
cs/stl-06.ott \
|
||||
cs/stl-07.ott \
|
||||
cs/stl-08.ott \
|
||||
cs/stl-09.ott \
|
||||
cs/stl-default.ott \
|
||||
da/cnt-011.ott \
|
||||
da/cnt-012.ott \
|
||||
da/cnt-01.ott \
|
||||
da/cnt-021.ott \
|
||||
da/cnt-022.ott \
|
||||
da/cnt-02.ott \
|
||||
da/cnt-031.ott \
|
||||
da/cnt-032.ott \
|
||||
da/cnt-03.ott \
|
||||
da/cnt-041.ott \
|
||||
da/cnt-042.ott \
|
||||
da/cnt-04.ott \
|
||||
da/cnt-051.ott \
|
||||
da/cnt-052.ott \
|
||||
da/cnt-05.ott \
|
||||
da/cnt-061.ott \
|
||||
da/cnt-062.ott \
|
||||
da/cnt-06.ott \
|
||||
da/cnt-default.ott \
|
||||
da/stl-01.ott \
|
||||
da/stl-02.ott \
|
||||
da/stl-03.ott \
|
||||
da/stl-04.ott \
|
||||
da/stl-05.ott \
|
||||
da/stl-06.ott \
|
||||
da/stl-07.ott \
|
||||
da/stl-08.ott \
|
||||
da/stl-09.ott \
|
||||
da/stl-default.ott \
|
||||
de/cnt-011.ott \
|
||||
de/cnt-012.ott \
|
||||
de/cnt-01.ott \
|
||||
de/cnt-021.ott \
|
||||
de/cnt-022.ott \
|
||||
de/cnt-02.ott \
|
||||
de/cnt-031.ott \
|
||||
de/cnt-032.ott \
|
||||
de/cnt-03.ott \
|
||||
de/cnt-041.ott \
|
||||
de/cnt-042.ott \
|
||||
de/cnt-04.ott \
|
||||
de/cnt-051.ott \
|
||||
de/cnt-052.ott \
|
||||
de/cnt-05.ott \
|
||||
de/cnt-061.ott \
|
||||
de/cnt-062.ott \
|
||||
de/cnt-06.ott \
|
||||
de/cnt-default.ott \
|
||||
de/stl-01.ott \
|
||||
de/stl-02.ott \
|
||||
de/stl-03.ott \
|
||||
de/stl-04.ott \
|
||||
de/stl-05.ott \
|
||||
de/stl-06.ott \
|
||||
de/stl-07.ott \
|
||||
de/stl-08.ott \
|
||||
de/stl-09.ott \
|
||||
de/stl-default.ott \
|
||||
en-GB/cnt-011.ott \
|
||||
en-GB/cnt-012.ott \
|
||||
en-GB/cnt-01.ott \
|
||||
en-GB/cnt-021.ott \
|
||||
en-GB/cnt-022.ott \
|
||||
en-GB/cnt-02.ott \
|
||||
en-GB/cnt-031.ott \
|
||||
en-GB/cnt-032.ott \
|
||||
en-GB/cnt-03.ott \
|
||||
en-GB/cnt-041.ott \
|
||||
en-GB/cnt-042.ott \
|
||||
en-GB/cnt-04.ott \
|
||||
en-GB/cnt-051.ott \
|
||||
en-GB/cnt-052.ott \
|
||||
en-GB/cnt-05.ott \
|
||||
en-GB/cnt-061.ott \
|
||||
en-GB/cnt-062.ott \
|
||||
en-GB/cnt-06.ott \
|
||||
en-GB/cnt-default.ott \
|
||||
en-GB/stl-01.ott \
|
||||
en-GB/stl-02.ott \
|
||||
en-GB/stl-03.ott \
|
||||
en-GB/stl-04.ott \
|
||||
en-GB/stl-05.ott \
|
||||
en-GB/stl-06.ott \
|
||||
en-GB/stl-07.ott \
|
||||
en-GB/stl-08.ott \
|
||||
en-GB/stl-09.ott \
|
||||
en-GB/stl-default.ott \
|
||||
en-US/cnt-011.ott \
|
||||
en-US/cnt-012.ott \
|
||||
en-US/cnt-01.ott \
|
||||
en-US/cnt-021.ott \
|
||||
en-US/cnt-022.ott \
|
||||
en-US/cnt-02.ott \
|
||||
en-US/cnt-031.ott \
|
||||
en-US/cnt-032.ott \
|
||||
en-US/cnt-03.ott \
|
||||
en-US/cnt-041.ott \
|
||||
en-US/cnt-042.ott \
|
||||
en-US/cnt-04.ott \
|
||||
en-US/cnt-051.ott \
|
||||
en-US/cnt-052.ott \
|
||||
en-US/cnt-05.ott \
|
||||
en-US/cnt-061.ott \
|
||||
en-US/cnt-062.ott \
|
||||
en-US/cnt-06.ott \
|
||||
en-US/cnt-default.ott \
|
||||
en-US/stl-01.ott \
|
||||
en-US/stl-02.ott \
|
||||
en-US/stl-03.ott \
|
||||
en-US/stl-04.ott \
|
||||
en-US/stl-05.ott \
|
||||
en-US/stl-06.ott \
|
||||
en-US/stl-07.ott \
|
||||
en-US/stl-08.ott \
|
||||
en-US/stl-09.ott \
|
||||
en-US/stl-default.ott \
|
||||
es/cnt-011.ott \
|
||||
es/cnt-012.ott \
|
||||
es/cnt-01.ott \
|
||||
es/cnt-021.ott \
|
||||
es/cnt-022.ott \
|
||||
es/cnt-02.ott \
|
||||
es/cnt-031.ott \
|
||||
es/cnt-032.ott \
|
||||
es/cnt-03.ott \
|
||||
es/cnt-041.ott \
|
||||
es/cnt-042.ott \
|
||||
es/cnt-04.ott \
|
||||
es/cnt-051.ott \
|
||||
es/cnt-052.ott \
|
||||
es/cnt-05.ott \
|
||||
es/cnt-061.ott \
|
||||
es/cnt-062.ott \
|
||||
es/cnt-06.ott \
|
||||
es/cnt-default.ott \
|
||||
es/stl-01.ott \
|
||||
es/stl-02.ott \
|
||||
es/stl-03.ott \
|
||||
es/stl-04.ott \
|
||||
es/stl-05.ott \
|
||||
es/stl-06.ott \
|
||||
es/stl-07.ott \
|
||||
es/stl-08.ott \
|
||||
es/stl-09.ott \
|
||||
es/stl-default.ott \
|
||||
eu/cnt-011.ott \
|
||||
eu/cnt-012.ott \
|
||||
eu/cnt-01.ott \
|
||||
eu/cnt-021.ott \
|
||||
eu/cnt-022.ott \
|
||||
eu/cnt-02.ott \
|
||||
eu/cnt-031.ott \
|
||||
eu/cnt-032.ott \
|
||||
eu/cnt-03.ott \
|
||||
eu/cnt-041.ott \
|
||||
eu/cnt-042.ott \
|
||||
eu/cnt-04.ott \
|
||||
eu/cnt-051.ott \
|
||||
eu/cnt-052.ott \
|
||||
eu/cnt-05.ott \
|
||||
eu/cnt-061.ott \
|
||||
eu/cnt-062.ott \
|
||||
eu/cnt-06.ott \
|
||||
eu/cnt-default.ott \
|
||||
eu/stl-01.ott \
|
||||
eu/stl-02.ott \
|
||||
eu/stl-03.ott \
|
||||
eu/stl-04.ott \
|
||||
eu/stl-05.ott \
|
||||
eu/stl-06.ott \
|
||||
eu/stl-07.ott \
|
||||
eu/stl-08.ott \
|
||||
eu/stl-09.ott \
|
||||
eu/stl-10.ott \
|
||||
eu/stl-default.ott \
|
||||
fr/cnt-011.ott \
|
||||
fr/cnt-012.ott \
|
||||
fr/cnt-01.ott \
|
||||
fr/cnt-021.ott \
|
||||
fr/cnt-022.ott \
|
||||
fr/cnt-02.ott \
|
||||
fr/cnt-031.ott \
|
||||
fr/cnt-032.ott \
|
||||
fr/cnt-03.ott \
|
||||
fr/cnt-041.ott \
|
||||
fr/cnt-042.ott \
|
||||
fr/cnt-04.ott \
|
||||
fr/cnt-051.ott \
|
||||
fr/cnt-052.ott \
|
||||
fr/cnt-05.ott \
|
||||
fr/cnt-061.ott \
|
||||
fr/cnt-062.ott \
|
||||
fr/cnt-06.ott \
|
||||
fr/cnt-default.ott \
|
||||
fr/stl-01.ott \
|
||||
fr/stl-02.ott \
|
||||
fr/stl-03.ott \
|
||||
fr/stl-04.ott \
|
||||
fr/stl-05.ott \
|
||||
fr/stl-06.ott \
|
||||
fr/stl-07.ott \
|
||||
fr/stl-08.ott \
|
||||
fr/stl-09.ott \
|
||||
fr/stl-default.ott \
|
||||
hu/cnt-011.ott \
|
||||
hu/cnt-012.ott \
|
||||
hu/cnt-01.ott \
|
||||
hu/cnt-021.ott \
|
||||
hu/cnt-022.ott \
|
||||
hu/cnt-02.ott \
|
||||
hu/cnt-031.ott \
|
||||
hu/cnt-032.ott \
|
||||
hu/cnt-03.ott \
|
||||
hu/cnt-041.ott \
|
||||
hu/cnt-042.ott \
|
||||
hu/cnt-04.ott \
|
||||
hu/cnt-051.ott \
|
||||
hu/cnt-052.ott \
|
||||
hu/cnt-05.ott \
|
||||
hu/cnt-061.ott \
|
||||
hu/cnt-062.ott \
|
||||
hu/cnt-06.ott \
|
||||
hu/cnt-default.ott \
|
||||
hu/stl-01.ott \
|
||||
hu/stl-02.ott \
|
||||
hu/stl-03.ott \
|
||||
hu/stl-04.ott \
|
||||
hu/stl-05.ott \
|
||||
hu/stl-06.ott \
|
||||
hu/stl-07.ott \
|
||||
hu/stl-08.ott \
|
||||
hu/stl-09.ott \
|
||||
hu/stl-default.ott \
|
||||
it/cnt-011.ott \
|
||||
it/cnt-012.ott \
|
||||
it/cnt-01.ott \
|
||||
it/cnt-021.ott \
|
||||
it/cnt-022.ott \
|
||||
it/cnt-02.ott \
|
||||
it/cnt-031.ott \
|
||||
it/cnt-032.ott \
|
||||
it/cnt-03.ott \
|
||||
it/cnt-041.ott \
|
||||
it/cnt-042.ott \
|
||||
it/cnt-04.ott \
|
||||
it/cnt-051.ott \
|
||||
it/cnt-052.ott \
|
||||
it/cnt-05.ott \
|
||||
it/cnt-061.ott \
|
||||
it/cnt-062.ott \
|
||||
it/cnt-06.ott \
|
||||
it/cnt-default.ott \
|
||||
it/stl-01.ott \
|
||||
it/stl-02.ott \
|
||||
it/stl-03.ott \
|
||||
it/stl-04.ott \
|
||||
it/stl-05.ott \
|
||||
it/stl-06.ott \
|
||||
it/stl-07.ott \
|
||||
it/stl-08.ott \
|
||||
it/stl-09.ott \
|
||||
it/stl-default.ott \
|
||||
ja/cnt-011.ott \
|
||||
ja/cnt-012.ott \
|
||||
ja/cnt-01.ott \
|
||||
ja/cnt-021.ott \
|
||||
ja/cnt-022.ott \
|
||||
ja/cnt-02.ott \
|
||||
ja/cnt-031.ott \
|
||||
ja/cnt-032.ott \
|
||||
ja/cnt-03.ott \
|
||||
ja/cnt-041.ott \
|
||||
ja/cnt-042.ott \
|
||||
ja/cnt-04.ott \
|
||||
ja/cnt-051.ott \
|
||||
ja/cnt-052.ott \
|
||||
ja/cnt-05.ott \
|
||||
ja/cnt-061.ott \
|
||||
ja/cnt-062.ott \
|
||||
ja/cnt-06.ott \
|
||||
ja/cnt-default.ott \
|
||||
ja/stl-01.ott \
|
||||
ja/stl-02.ott \
|
||||
ja/stl-03.ott \
|
||||
ja/stl-04.ott \
|
||||
ja/stl-05.ott \
|
||||
ja/stl-06.ott \
|
||||
ja/stl-07.ott \
|
||||
ja/stl-08.ott \
|
||||
ja/stl-09.ott \
|
||||
ja/stl-default.ott \
|
||||
km/cnt-011.ott \
|
||||
km/cnt-012.ott \
|
||||
km/cnt-01.ott \
|
||||
km/cnt-021.ott \
|
||||
km/cnt-022.ott \
|
||||
km/cnt-02.ott \
|
||||
km/cnt-031.ott \
|
||||
km/cnt-032.ott \
|
||||
km/cnt-03.ott \
|
||||
km/cnt-041.ott \
|
||||
km/cnt-042.ott \
|
||||
km/cnt-04.ott \
|
||||
km/cnt-051.ott \
|
||||
km/cnt-052.ott \
|
||||
km/cnt-05.ott \
|
||||
km/cnt-061.ott \
|
||||
km/cnt-062.ott \
|
||||
km/cnt-06.ott \
|
||||
km/cnt-default.ott \
|
||||
km/stl-01.ott \
|
||||
km/stl-02.ott \
|
||||
km/stl-03.ott \
|
||||
km/stl-04.ott \
|
||||
km/stl-05.ott \
|
||||
km/stl-06.ott \
|
||||
km/stl-07.ott \
|
||||
km/stl-08.ott \
|
||||
km/stl-09.ott \
|
||||
km/stl-default.ott \
|
||||
ko/cnt-011.ott \
|
||||
ko/cnt-012.ott \
|
||||
ko/cnt-01.ott \
|
||||
ko/cnt-021.ott \
|
||||
ko/cnt-022.ott \
|
||||
ko/cnt-02.ott \
|
||||
ko/cnt-031.ott \
|
||||
ko/cnt-032.ott \
|
||||
ko/cnt-03.ott \
|
||||
ko/cnt-041.ott \
|
||||
ko/cnt-042.ott \
|
||||
ko/cnt-04.ott \
|
||||
ko/cnt-051.ott \
|
||||
ko/cnt-052.ott \
|
||||
ko/cnt-05.ott \
|
||||
ko/cnt-061.ott \
|
||||
ko/cnt-062.ott \
|
||||
ko/cnt-06.ott \
|
||||
ko/cnt-default.ott \
|
||||
ko/stl-01.ott \
|
||||
ko/stl-02.ott \
|
||||
ko/stl-03.ott \
|
||||
ko/stl-04.ott \
|
||||
ko/stl-05.ott \
|
||||
ko/stl-06.ott \
|
||||
ko/stl-07.ott \
|
||||
ko/stl-08.ott \
|
||||
ko/stl-09.ott \
|
||||
ko/stl-default.ott \
|
||||
nl/cnt-011.ott \
|
||||
nl/cnt-012.ott \
|
||||
nl/cnt-01.ott \
|
||||
nl/cnt-021.ott \
|
||||
nl/cnt-022.ott \
|
||||
nl/cnt-02.ott \
|
||||
nl/cnt-031.ott \
|
||||
nl/cnt-032.ott \
|
||||
nl/cnt-03.ott \
|
||||
nl/cnt-041.ott \
|
||||
nl/cnt-042.ott \
|
||||
nl/cnt-04.ott \
|
||||
nl/cnt-051.ott \
|
||||
nl/cnt-052.ott \
|
||||
nl/cnt-05.ott \
|
||||
nl/cnt-061.ott \
|
||||
nl/cnt-062.ott \
|
||||
nl/cnt-06.ott \
|
||||
nl/cnt-default.ott \
|
||||
nl/stl-01.ott \
|
||||
nl/stl-02.ott \
|
||||
nl/stl-03.ott \
|
||||
nl/stl-04.ott \
|
||||
nl/stl-05.ott \
|
||||
nl/stl-06.ott \
|
||||
nl/stl-07.ott \
|
||||
nl/stl-08.ott \
|
||||
nl/stl-09.ott \
|
||||
nl/stl-default.ott \
|
||||
pl/cnt-011.ott \
|
||||
pl/cnt-012.ott \
|
||||
pl/cnt-01.ott \
|
||||
pl/cnt-021.ott \
|
||||
pl/cnt-022.ott \
|
||||
pl/cnt-02.ott \
|
||||
pl/cnt-031.ott \
|
||||
pl/cnt-032.ott \
|
||||
pl/cnt-03.ott \
|
||||
pl/cnt-041.ott \
|
||||
pl/cnt-042.ott \
|
||||
pl/cnt-04.ott \
|
||||
pl/cnt-051.ott \
|
||||
pl/cnt-052.ott \
|
||||
pl/cnt-05.ott \
|
||||
pl/cnt-061.ott \
|
||||
pl/cnt-062.ott \
|
||||
pl/cnt-06.ott \
|
||||
pl/cnt-default.ott \
|
||||
pl/stl-01.ott \
|
||||
pl/stl-02.ott \
|
||||
pl/stl-03.ott \
|
||||
pl/stl-04.ott \
|
||||
pl/stl-05.ott \
|
||||
pl/stl-06.ott \
|
||||
pl/stl-07.ott \
|
||||
pl/stl-08.ott \
|
||||
pl/stl-09.ott \
|
||||
pl/stl-default.ott \
|
||||
pt-BR/cnt-011.ott \
|
||||
pt-BR/cnt-012.ott \
|
||||
pt-BR/cnt-01.ott \
|
||||
pt-BR/cnt-021.ott \
|
||||
pt-BR/cnt-022.ott \
|
||||
pt-BR/cnt-02.ott \
|
||||
pt-BR/cnt-031.ott \
|
||||
pt-BR/cnt-032.ott \
|
||||
pt-BR/cnt-03.ott \
|
||||
pt-BR/cnt-041.ott \
|
||||
pt-BR/cnt-042.ott \
|
||||
pt-BR/cnt-04.ott \
|
||||
pt-BR/cnt-051.ott \
|
||||
pt-BR/cnt-052.ott \
|
||||
pt-BR/cnt-05.ott \
|
||||
pt-BR/cnt-061.ott \
|
||||
pt-BR/cnt-062.ott \
|
||||
pt-BR/cnt-06.ott \
|
||||
pt-BR/cnt-default.ott \
|
||||
pt-BR/stl-01.ott \
|
||||
pt-BR/stl-02.ott \
|
||||
pt-BR/stl-03.ott \
|
||||
pt-BR/stl-04.ott \
|
||||
pt-BR/stl-05.ott \
|
||||
pt-BR/stl-06.ott \
|
||||
pt-BR/stl-07.ott \
|
||||
pt-BR/stl-08.ott \
|
||||
pt-BR/stl-09.ott \
|
||||
pt-BR/stl-default.ott \
|
||||
pt/cnt-011.ott \
|
||||
pt/cnt-012.ott \
|
||||
pt/cnt-01.ott \
|
||||
pt/cnt-021.ott \
|
||||
pt/cnt-022.ott \
|
||||
pt/cnt-02.ott \
|
||||
pt/cnt-031.ott \
|
||||
pt/cnt-032.ott \
|
||||
pt/cnt-03.ott \
|
||||
pt/cnt-041.ott \
|
||||
pt/cnt-042.ott \
|
||||
pt/cnt-04.ott \
|
||||
pt/cnt-051.ott \
|
||||
pt/cnt-052.ott \
|
||||
pt/cnt-05.ott \
|
||||
pt/cnt-061.ott \
|
||||
pt/cnt-062.ott \
|
||||
pt/cnt-06.ott \
|
||||
pt/cnt-default.ott \
|
||||
pt/stl-01.ott \
|
||||
pt/stl-02.ott \
|
||||
pt/stl-03.ott \
|
||||
pt/stl-04.ott \
|
||||
pt/stl-05.ott \
|
||||
pt/stl-06.ott \
|
||||
pt/stl-07.ott \
|
||||
pt/stl-08.ott \
|
||||
pt/stl-09.ott \
|
||||
pt/stl-default.ott \
|
||||
ru/cnt-011.ott \
|
||||
ru/cnt-012.ott \
|
||||
ru/cnt-01.ott \
|
||||
ru/cnt-021.ott \
|
||||
ru/cnt-022.ott \
|
||||
ru/cnt-02.ott \
|
||||
ru/cnt-031.ott \
|
||||
ru/cnt-032.ott \
|
||||
ru/cnt-03.ott \
|
||||
ru/cnt-041.ott \
|
||||
ru/cnt-042.ott \
|
||||
ru/cnt-04.ott \
|
||||
ru/cnt-051.ott \
|
||||
ru/cnt-052.ott \
|
||||
ru/cnt-05.ott \
|
||||
ru/cnt-061.ott \
|
||||
ru/cnt-062.ott \
|
||||
ru/cnt-06.ott \
|
||||
ru/cnt-default.ott \
|
||||
ru/stl-01.ott \
|
||||
ru/stl-02.ott \
|
||||
ru/stl-03.ott \
|
||||
ru/stl-04.ott \
|
||||
ru/stl-05.ott \
|
||||
ru/stl-06.ott \
|
||||
ru/stl-07.ott \
|
||||
ru/stl-08.ott \
|
||||
ru/stl-09.ott \
|
||||
ru/stl-default.ott \
|
||||
sk/cnt-011.ott \
|
||||
sk/cnt-012.ott \
|
||||
sk/cnt-01.ott \
|
||||
sk/cnt-021.ott \
|
||||
sk/cnt-022.ott \
|
||||
sk/cnt-02.ott \
|
||||
sk/cnt-031.ott \
|
||||
sk/cnt-032.ott \
|
||||
sk/cnt-03.ott \
|
||||
sk/cnt-041.ott \
|
||||
sk/cnt-042.ott \
|
||||
sk/cnt-04.ott \
|
||||
sk/cnt-051.ott \
|
||||
sk/cnt-052.ott \
|
||||
sk/cnt-05.ott \
|
||||
sk/cnt-061.ott \
|
||||
sk/cnt-062.ott \
|
||||
sk/cnt-06.ott \
|
||||
sk/cnt-default.ott \
|
||||
sk/stl-01.ott \
|
||||
sk/stl-02.ott \
|
||||
sk/stl-03.ott \
|
||||
sk/stl-04.ott \
|
||||
sk/stl-05.ott \
|
||||
sk/stl-06.ott \
|
||||
sk/stl-07.ott \
|
||||
sk/stl-08.ott \
|
||||
sk/stl-09.ott \
|
||||
sk/stl-default.ott \
|
||||
sl/cnt-011.ott \
|
||||
sl/cnt-012.ott \
|
||||
sl/cnt-01.ott \
|
||||
sl/cnt-021.ott \
|
||||
sl/cnt-022.ott \
|
||||
sl/cnt-02.ott \
|
||||
sl/cnt-031.ott \
|
||||
sl/cnt-032.ott \
|
||||
sl/cnt-03.ott \
|
||||
sl/cnt-041.ott \
|
||||
sl/cnt-042.ott \
|
||||
sl/cnt-04.ott \
|
||||
sl/cnt-051.ott \
|
||||
sl/cnt-052.ott \
|
||||
sl/cnt-05.ott \
|
||||
sl/cnt-061.ott \
|
||||
sl/cnt-062.ott \
|
||||
sl/cnt-06.ott \
|
||||
sl/cnt-default.ott \
|
||||
sl/stl-01.ott \
|
||||
sl/stl-02.ott \
|
||||
sl/stl-03.ott \
|
||||
sl/stl-04.ott \
|
||||
sl/stl-05.ott \
|
||||
sl/stl-06.ott \
|
||||
sl/stl-07.ott \
|
||||
sl/stl-08.ott \
|
||||
sl/stl-09.ott \
|
||||
sl/stl-default.ott \
|
||||
sv/cnt-011.ott \
|
||||
sv/cnt-012.ott \
|
||||
sv/cnt-01.ott \
|
||||
sv/cnt-021.ott \
|
||||
sv/cnt-022.ott \
|
||||
sv/cnt-02.ott \
|
||||
sv/cnt-031.ott \
|
||||
sv/cnt-032.ott \
|
||||
sv/cnt-03.ott \
|
||||
sv/cnt-041.ott \
|
||||
sv/cnt-042.ott \
|
||||
sv/cnt-04.ott \
|
||||
sv/cnt-051.ott \
|
||||
sv/cnt-052.ott \
|
||||
sv/cnt-05.ott \
|
||||
sv/cnt-061.ott \
|
||||
sv/cnt-062.ott \
|
||||
sv/cnt-06.ott \
|
||||
sv/cnt-default.ott \
|
||||
sv/stl-01.ott \
|
||||
sv/stl-02.ott \
|
||||
sv/stl-03.ott \
|
||||
sv/stl-04.ott \
|
||||
sv/stl-05.ott \
|
||||
sv/stl-06.ott \
|
||||
sv/stl-07.ott \
|
||||
sv/stl-08.ott \
|
||||
sv/stl-09.ott \
|
||||
sv/stl-default.ott \
|
||||
vi/cnt-011.ott \
|
||||
vi/cnt-012.ott \
|
||||
vi/cnt-01.ott \
|
||||
vi/cnt-021.ott \
|
||||
vi/cnt-022.ott \
|
||||
vi/cnt-02.ott \
|
||||
vi/cnt-031.ott \
|
||||
vi/cnt-032.ott \
|
||||
vi/cnt-03.ott \
|
||||
vi/cnt-041.ott \
|
||||
vi/cnt-042.ott \
|
||||
vi/cnt-04.ott \
|
||||
vi/cnt-051.ott \
|
||||
vi/cnt-052.ott \
|
||||
vi/cnt-05.ott \
|
||||
vi/cnt-061.ott \
|
||||
vi/cnt-062.ott \
|
||||
vi/cnt-06.ott \
|
||||
vi/cnt-default.ott \
|
||||
vi/stl-01.ott \
|
||||
vi/stl-02.ott \
|
||||
vi/stl-03.ott \
|
||||
vi/stl-04.ott \
|
||||
vi/stl-05.ott \
|
||||
vi/stl-06.ott \
|
||||
vi/stl-07.ott \
|
||||
vi/stl-08.ott \
|
||||
vi/stl-09.ott \
|
||||
vi/stl-default.ott \
|
||||
zh-CN/cnt-011.ott \
|
||||
zh-CN/cnt-012.ott \
|
||||
zh-CN/cnt-01.ott \
|
||||
zh-CN/cnt-021.ott \
|
||||
zh-CN/cnt-022.ott \
|
||||
zh-CN/cnt-02.ott \
|
||||
zh-CN/cnt-031.ott \
|
||||
zh-CN/cnt-032.ott \
|
||||
zh-CN/cnt-03.ott \
|
||||
zh-CN/cnt-041.ott \
|
||||
zh-CN/cnt-042.ott \
|
||||
zh-CN/cnt-04.ott \
|
||||
zh-CN/cnt-051.ott \
|
||||
zh-CN/cnt-052.ott \
|
||||
zh-CN/cnt-05.ott \
|
||||
zh-CN/cnt-061.ott \
|
||||
zh-CN/cnt-062.ott \
|
||||
zh-CN/cnt-06.ott \
|
||||
zh-CN/cnt-default.ott \
|
||||
zh-CN/stl-01.ott \
|
||||
zh-CN/stl-02.ott \
|
||||
zh-CN/stl-03.ott \
|
||||
zh-CN/stl-04.ott \
|
||||
zh-CN/stl-05.ott \
|
||||
zh-CN/stl-06.ott \
|
||||
zh-CN/stl-07.ott \
|
||||
zh-CN/stl-08.ott \
|
||||
zh-CN/stl-09.ott \
|
||||
zh-CN/stl-default.ott \
|
||||
zh-TW/cnt-011.ott \
|
||||
zh-TW/cnt-012.ott \
|
||||
zh-TW/cnt-01.ott \
|
||||
zh-TW/cnt-021.ott \
|
||||
zh-TW/cnt-022.ott \
|
||||
zh-TW/cnt-02.ott \
|
||||
zh-TW/cnt-031.ott \
|
||||
zh-TW/cnt-032.ott \
|
||||
zh-TW/cnt-03.ott \
|
||||
zh-TW/cnt-041.ott \
|
||||
zh-TW/cnt-042.ott \
|
||||
zh-TW/cnt-04.ott \
|
||||
zh-TW/cnt-051.ott \
|
||||
zh-TW/cnt-052.ott \
|
||||
zh-TW/cnt-05.ott \
|
||||
zh-TW/cnt-061.ott \
|
||||
zh-TW/cnt-062.ott \
|
||||
zh-TW/cnt-06.ott \
|
||||
zh-TW/cnt-default.ott \
|
||||
zh-TW/stl-01.ott \
|
||||
zh-TW/stl-02.ott \
|
||||
zh-TW/stl-03.ott \
|
||||
zh-TW/stl-04.ott \
|
||||
zh-TW/stl-05.ott \
|
||||
zh-TW/stl-06.ott \
|
||||
zh-TW/stl-07.ott \
|
||||
zh-TW/stl-08.ott \
|
||||
zh-TW/stl-09.ott \
|
||||
zh-TW/stl-default.ott \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
465
extras/AllLangZip_tplwizstyles.mk
Normal file
465
extras/AllLangZip_tplwizstyles.mk
Normal file
|
@ -0,0 +1,465 @@
|
|||
# -*- 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_AllLangZip_AllLangZip,tplwizstyles,$(SRCDIR)/extras/source/templates/wizard/styles/lang))
|
||||
|
||||
$(eval $(call gb_AllLangZip_add_files,tplwizstyles,\
|
||||
bg/blackberry.ots \
|
||||
bg/black_white.ots \
|
||||
bg/default.ots \
|
||||
bg/diner.ots \
|
||||
bg/fall.ots \
|
||||
bg/glacier.ots \
|
||||
bg/green_grapes.ots \
|
||||
bg/jeans.ots \
|
||||
bg/marine.ots \
|
||||
bg/millennium.ots \
|
||||
bg/nature.ots \
|
||||
bg/neon.ots \
|
||||
bg/night.ots \
|
||||
bg/nostalgic.ots \
|
||||
bg/pastell.ots \
|
||||
bg/pool.ots \
|
||||
bg/pumpkin.ots \
|
||||
bg/xos.ots \
|
||||
cs/blackberry.ots \
|
||||
cs/black_white.ots \
|
||||
cs/default.ots \
|
||||
cs/diner.ots \
|
||||
cs/fall.ots \
|
||||
cs/glacier.ots \
|
||||
cs/green_grapes.ots \
|
||||
cs/jeans.ots \
|
||||
cs/marine.ots \
|
||||
cs/millennium.ots \
|
||||
cs/nature.ots \
|
||||
cs/neon.ots \
|
||||
cs/night.ots \
|
||||
cs/nostalgic.ots \
|
||||
cs/pastell.ots \
|
||||
cs/pool.ots \
|
||||
cs/pumpkin.ots \
|
||||
cs/xos.ots \
|
||||
da/blackberry.ots \
|
||||
da/black_white.ots \
|
||||
da/default.ots \
|
||||
da/diner.ots \
|
||||
da/fall.ots \
|
||||
da/glacier.ots \
|
||||
da/green_grapes.ots \
|
||||
da/jeans.ots \
|
||||
da/marine.ots \
|
||||
da/millennium.ots \
|
||||
da/nature.ots \
|
||||
da/neon.ots \
|
||||
da/night.ots \
|
||||
da/nostalgic.ots \
|
||||
da/pastell.ots \
|
||||
da/pool.ots \
|
||||
da/pumpkin.ots \
|
||||
da/xos.ots \
|
||||
de/blackberry.ots \
|
||||
de/black_white.ots \
|
||||
de/default.ots \
|
||||
de/diner.ots \
|
||||
de/fall.ots \
|
||||
de/glacier.ots \
|
||||
de/green_grapes.ots \
|
||||
de/jeans.ots \
|
||||
de/marine.ots \
|
||||
de/millennium.ots \
|
||||
de/nature.ots \
|
||||
de/neon.ots \
|
||||
de/night.ots \
|
||||
de/nostalgic.ots \
|
||||
de/pastell.ots \
|
||||
de/pool.ots \
|
||||
de/pumpkin.ots \
|
||||
de/xos.ots \
|
||||
en-GB/blackberry.ots \
|
||||
en-GB/black_white.ots \
|
||||
en-GB/default.ots \
|
||||
en-GB/diner.ots \
|
||||
en-GB/fall.ots \
|
||||
en-GB/glacier.ots \
|
||||
en-GB/green_grapes.ots \
|
||||
en-GB/jeans.ots \
|
||||
en-GB/marine.ots \
|
||||
en-GB/millennium.ots \
|
||||
en-GB/nature.ots \
|
||||
en-GB/neon.ots \
|
||||
en-GB/night.ots \
|
||||
en-GB/nostalgic.ots \
|
||||
en-GB/pastell.ots \
|
||||
en-GB/pool.ots \
|
||||
en-GB/pumpkin.ots \
|
||||
en-GB/xos.ots \
|
||||
en-US/blackberry.ots \
|
||||
en-US/black_white.ots \
|
||||
en-US/default.ots \
|
||||
en-US/diner.ots \
|
||||
en-US/fall.ots \
|
||||
en-US/glacier.ots \
|
||||
en-US/green_grapes.ots \
|
||||
en-US/jeans.ots \
|
||||
en-US/marine.ots \
|
||||
en-US/millennium.ots \
|
||||
en-US/nature.ots \
|
||||
en-US/neon.ots \
|
||||
en-US/night.ots \
|
||||
en-US/nostalgic.ots \
|
||||
en-US/pastell.ots \
|
||||
en-US/pool.ots \
|
||||
en-US/pumpkin.ots \
|
||||
en-US/xos.ots \
|
||||
es/blackberry.ots \
|
||||
es/black_white.ots \
|
||||
es/default.ots \
|
||||
es/diner.ots \
|
||||
es/fall.ots \
|
||||
es/glacier.ots \
|
||||
es/green_grapes.ots \
|
||||
es/jeans.ots \
|
||||
es/marine.ots \
|
||||
es/millennium.ots \
|
||||
es/nature.ots \
|
||||
es/neon.ots \
|
||||
es/night.ots \
|
||||
es/nostalgic.ots \
|
||||
es/pastell.ots \
|
||||
es/pool.ots \
|
||||
es/pumpkin.ots \
|
||||
es/xos.ots \
|
||||
eu/blackberry.ots \
|
||||
eu/black_white.ots \
|
||||
eu/default.ots \
|
||||
eu/diner.ots \
|
||||
eu/fall.ots \
|
||||
eu/glacier.ots \
|
||||
eu/green_grapes.ots \
|
||||
eu/jeans.ots \
|
||||
eu/marine.ots \
|
||||
eu/millennium.ots \
|
||||
eu/nature.ots \
|
||||
eu/neon.ots \
|
||||
eu/night.ots \
|
||||
eu/nostalgic.ots \
|
||||
eu/pastell.ots \
|
||||
eu/pool.ots \
|
||||
eu/pumpkin.ots \
|
||||
eu/xos.ots \
|
||||
fr/blackberry.ots \
|
||||
fr/black_white.ots \
|
||||
fr/default.ots \
|
||||
fr/diner.ots \
|
||||
fr/fall.ots \
|
||||
fr/glacier.ots \
|
||||
fr/green_grapes.ots \
|
||||
fr/jeans.ots \
|
||||
fr/marine.ots \
|
||||
fr/millennium.ots \
|
||||
fr/nature.ots \
|
||||
fr/neon.ots \
|
||||
fr/night.ots \
|
||||
fr/nostalgic.ots \
|
||||
fr/pastell.ots \
|
||||
fr/pool.ots \
|
||||
fr/pumpkin.ots \
|
||||
fr/xos.ots \
|
||||
hu/blackberry.ots \
|
||||
hu/black_white.ots \
|
||||
hu/default.ots \
|
||||
hu/diner.ots \
|
||||
hu/fall.ots \
|
||||
hu/glacier.ots \
|
||||
hu/green_grapes.ots \
|
||||
hu/jeans.ots \
|
||||
hu/marine.ots \
|
||||
hu/millennium.ots \
|
||||
hu/nature.ots \
|
||||
hu/neon.ots \
|
||||
hu/night.ots \
|
||||
hu/nostalgic.ots \
|
||||
hu/pastell.ots \
|
||||
hu/pool.ots \
|
||||
hu/pumpkin.ots \
|
||||
hu/xos.ots \
|
||||
it/blackberry.ots \
|
||||
it/black_white.ots \
|
||||
it/default.ots \
|
||||
it/diner.ots \
|
||||
it/fall.ots \
|
||||
it/glacier.ots \
|
||||
it/green_grapes.ots \
|
||||
it/jeans.ots \
|
||||
it/marine.ots \
|
||||
it/millennium.ots \
|
||||
it/nature.ots \
|
||||
it/neon.ots \
|
||||
it/night.ots \
|
||||
it/nostalgic.ots \
|
||||
it/pastell.ots \
|
||||
it/pool.ots \
|
||||
it/pumpkin.ots \
|
||||
it/xos.ots \
|
||||
ja/blackberry.ots \
|
||||
ja/black_white.ots \
|
||||
ja/default.ots \
|
||||
ja/diner.ots \
|
||||
ja/fall.ots \
|
||||
ja/glacier.ots \
|
||||
ja/green_grapes.ots \
|
||||
ja/jeans.ots \
|
||||
ja/marine.ots \
|
||||
ja/millennium.ots \
|
||||
ja/nature.ots \
|
||||
ja/neon.ots \
|
||||
ja/night.ots \
|
||||
ja/nostalgic.ots \
|
||||
ja/pastell.ots \
|
||||
ja/pool.ots \
|
||||
ja/pumpkin.ots \
|
||||
ja/xos.ots \
|
||||
km/blackberry.ots \
|
||||
km/black_white.ots \
|
||||
km/default.ots \
|
||||
km/diner.ots \
|
||||
km/fall.ots \
|
||||
km/glacier.ots \
|
||||
km/green_grapes.ots \
|
||||
km/jeans.ots \
|
||||
km/marine.ots \
|
||||
km/millennium.ots \
|
||||
km/nature.ots \
|
||||
km/neon.ots \
|
||||
km/night.ots \
|
||||
km/nostalgic.ots \
|
||||
km/pastell.ots \
|
||||
km/pool.ots \
|
||||
km/pumpkin.ots \
|
||||
km/xos.ots \
|
||||
ko/blackberry.ots \
|
||||
ko/black_white.ots \
|
||||
ko/default.ots \
|
||||
ko/diner.ots \
|
||||
ko/fall.ots \
|
||||
ko/glacier.ots \
|
||||
ko/green_grapes.ots \
|
||||
ko/jeans.ots \
|
||||
ko/marine.ots \
|
||||
ko/millennium.ots \
|
||||
ko/nature.ots \
|
||||
ko/neon.ots \
|
||||
ko/night.ots \
|
||||
ko/nostalgic.ots \
|
||||
ko/pastell.ots \
|
||||
ko/pool.ots \
|
||||
ko/pumpkin.ots \
|
||||
ko/xos.ots \
|
||||
nl/blackberry.ots \
|
||||
nl/black_white.ots \
|
||||
nl/default.ots \
|
||||
nl/diner.ots \
|
||||
nl/fall.ots \
|
||||
nl/glacier.ots \
|
||||
nl/green_grapes.ots \
|
||||
nl/jeans.ots \
|
||||
nl/marine.ots \
|
||||
nl/millennium.ots \
|
||||
nl/nature.ots \
|
||||
nl/neon.ots \
|
||||
nl/night.ots \
|
||||
nl/nostalgic.ots \
|
||||
nl/pastell.ots \
|
||||
nl/pool.ots \
|
||||
nl/pumpkin.ots \
|
||||
nl/xos.ots \
|
||||
pl/blackberry.ots \
|
||||
pl/black_white.ots \
|
||||
pl/default.ots \
|
||||
pl/diner.ots \
|
||||
pl/fall.ots \
|
||||
pl/glacier.ots \
|
||||
pl/green_grapes.ots \
|
||||
pl/jeans.ots \
|
||||
pl/marine.ots \
|
||||
pl/millennium.ots \
|
||||
pl/nature.ots \
|
||||
pl/neon.ots \
|
||||
pl/night.ots \
|
||||
pl/nostalgic.ots \
|
||||
pl/pastell.ots \
|
||||
pl/pool.ots \
|
||||
pl/pumpkin.ots \
|
||||
pl/xos.ots \
|
||||
pt/blackberry.ots \
|
||||
pt/black_white.ots \
|
||||
pt-BR/blackberry.ots \
|
||||
pt-BR/black_white.ots \
|
||||
pt-BR/default.ots \
|
||||
pt-BR/diner.ots \
|
||||
pt-BR/fall.ots \
|
||||
pt-BR/glacier.ots \
|
||||
pt-BR/green_grapes.ots \
|
||||
pt-BR/jeans.ots \
|
||||
pt-BR/marine.ots \
|
||||
pt-BR/millennium.ots \
|
||||
pt-BR/nature.ots \
|
||||
pt-BR/neon.ots \
|
||||
pt-BR/night.ots \
|
||||
pt-BR/nostalgic.ots \
|
||||
pt-BR/pastell.ots \
|
||||
pt-BR/pool.ots \
|
||||
pt-BR/pumpkin.ots \
|
||||
pt-BR/xos.ots \
|
||||
pt/default.ots \
|
||||
pt/diner.ots \
|
||||
pt/fall.ots \
|
||||
pt/glacier.ots \
|
||||
pt/green_grapes.ots \
|
||||
pt/jeans.ots \
|
||||
pt/marine.ots \
|
||||
pt/millennium.ots \
|
||||
pt/nature.ots \
|
||||
pt/neon.ots \
|
||||
pt/night.ots \
|
||||
pt/nostalgic.ots \
|
||||
pt/pastell.ots \
|
||||
pt/pool.ots \
|
||||
pt/pumpkin.ots \
|
||||
pt/xos.ots \
|
||||
ru/blackberry.ots \
|
||||
ru/black_white.ots \
|
||||
ru/default.ots \
|
||||
ru/diner.ots \
|
||||
ru/fall.ots \
|
||||
ru/glacier.ots \
|
||||
ru/green_grapes.ots \
|
||||
ru/jeans.ots \
|
||||
ru/marine.ots \
|
||||
ru/millennium.ots \
|
||||
ru/nature.ots \
|
||||
ru/neon.ots \
|
||||
ru/night.ots \
|
||||
ru/nostalgic.ots \
|
||||
ru/pastell.ots \
|
||||
ru/pool.ots \
|
||||
ru/pumpkin.ots \
|
||||
ru/xos.ots \
|
||||
sk/blackberry.ots \
|
||||
sk/black_white.ots \
|
||||
sk/default.ots \
|
||||
sk/diner.ots \
|
||||
sk/fall.ots \
|
||||
sk/glacier.ots \
|
||||
sk/green_grapes.ots \
|
||||
sk/jeans.ots \
|
||||
sk/marine.ots \
|
||||
sk/millennium.ots \
|
||||
sk/nature.ots \
|
||||
sk/neon.ots \
|
||||
sk/night.ots \
|
||||
sk/nostalgic.ots \
|
||||
sk/pastell.ots \
|
||||
sk/pool.ots \
|
||||
sk/pumpkin.ots \
|
||||
sk/xos.ots \
|
||||
sl/blackberry.ots \
|
||||
sl/black_white.ots \
|
||||
sl/default.ots \
|
||||
sl/diner.ots \
|
||||
sl/fall.ots \
|
||||
sl/glacier.ots \
|
||||
sl/green_grapes.ots \
|
||||
sl/jeans.ots \
|
||||
sl/marine.ots \
|
||||
sl/millennium.ots \
|
||||
sl/nature.ots \
|
||||
sl/neon.ots \
|
||||
sl/night.ots \
|
||||
sl/nostalgic.ots \
|
||||
sl/pastell.ots \
|
||||
sl/pool.ots \
|
||||
sl/pumpkin.ots \
|
||||
sl/xos.ots \
|
||||
sv/blackberry.ots \
|
||||
sv/black_white.ots \
|
||||
sv/default.ots \
|
||||
sv/diner.ots \
|
||||
sv/fall.ots \
|
||||
sv/glacier.ots \
|
||||
sv/green_grapes.ots \
|
||||
sv/jeans.ots \
|
||||
sv/marine.ots \
|
||||
sv/millennium.ots \
|
||||
sv/nature.ots \
|
||||
sv/neon.ots \
|
||||
sv/night.ots \
|
||||
sv/nostalgic.ots \
|
||||
sv/pastell.ots \
|
||||
sv/pool.ots \
|
||||
sv/pumpkin.ots \
|
||||
sv/xos.ots \
|
||||
vi/blackberry.ots \
|
||||
vi/black_white.ots \
|
||||
vi/default.ots \
|
||||
vi/diner.ots \
|
||||
vi/fall.ots \
|
||||
vi/glacier.ots \
|
||||
vi/green_grapes.ots \
|
||||
vi/jeans.ots \
|
||||
vi/marine.ots \
|
||||
vi/millennium.ots \
|
||||
vi/nature.ots \
|
||||
vi/neon.ots \
|
||||
vi/night.ots \
|
||||
vi/nostalgic.ots \
|
||||
vi/pastell.ots \
|
||||
vi/pool.ots \
|
||||
vi/pumpkin.ots \
|
||||
vi/xos.ots \
|
||||
zh-CN/blackberry.ots \
|
||||
zh-CN/black_white.ots \
|
||||
zh-CN/default.ots \
|
||||
zh-CN/diner.ots \
|
||||
zh-CN/fall.ots \
|
||||
zh-CN/glacier.ots \
|
||||
zh-CN/green_grapes.ots \
|
||||
zh-CN/jeans.ots \
|
||||
zh-CN/marine.ots \
|
||||
zh-CN/millennium.ots \
|
||||
zh-CN/nature.ots \
|
||||
zh-CN/neon.ots \
|
||||
zh-CN/night.ots \
|
||||
zh-CN/nostalgic.ots \
|
||||
zh-CN/pastell.ots \
|
||||
zh-CN/pool.ots \
|
||||
zh-CN/pumpkin.ots \
|
||||
zh-CN/xos.ots \
|
||||
zh-TW/blackberry.ots \
|
||||
zh-TW/black_white.ots \
|
||||
zh-TW/default.ots \
|
||||
zh-TW/diner.ots \
|
||||
zh-TW/fall.ots \
|
||||
zh-TW/glacier.ots \
|
||||
zh-TW/green_grapes.ots \
|
||||
zh-TW/jeans.ots \
|
||||
zh-TW/marine.ots \
|
||||
zh-TW/millennium.ots \
|
||||
zh-TW/nature.ots \
|
||||
zh-TW/neon.ots \
|
||||
zh-TW/night.ots \
|
||||
zh-TW/nostalgic.ots \
|
||||
zh-TW/pastell.ots \
|
||||
zh-TW/pool.ots \
|
||||
zh-TW/pumpkin.ots \
|
||||
zh-TW/xos.ots \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
320
extras/CustomTarget_autocorr.mk
Normal file
320
extras/CustomTarget_autocorr.mk
Normal file
|
@ -0,0 +1,320 @@
|
|||
# -*- 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/autotext))
|
||||
|
||||
extras_AUTOCORR_LANGS := \
|
||||
af-ZA:af-ZA \
|
||||
bg:bg-BG \
|
||||
cs:cs-CZ \
|
||||
da:da-DK \
|
||||
de:de-DE \
|
||||
en-AU:en-AU \
|
||||
en-GB:en-GB \
|
||||
en-US:en-US \
|
||||
en-ZA:en-ZA \
|
||||
es:es-ES \
|
||||
eu:eu \
|
||||
fa:fa-IR \
|
||||
fi:fi-FI \
|
||||
fr:fr-FR \
|
||||
ga-IE:ga-IE \
|
||||
hr:hr-HR \
|
||||
hu:hu-HU \
|
||||
it:it-IT \
|
||||
ja:ja-JP \
|
||||
ko:ko-KR \
|
||||
lb-LU:lb-LU \
|
||||
lt:lt-LT \
|
||||
mn:mn-MN \
|
||||
nl:nl-NL \
|
||||
nl-BE:nl-BE \
|
||||
pl:pl-PL \
|
||||
pt:pt-PT \
|
||||
pt-BR:pt-BR \
|
||||
ru:ru-RU \
|
||||
sh-ME:sh-ME \
|
||||
sh-RS:sh-RS \
|
||||
sh-YU:sh-YU \
|
||||
sk:sk-SK \
|
||||
sl:sl-SI \
|
||||
sr-ME:sr-ME \
|
||||
sr-RS:sr-RS \
|
||||
sr-YU:sr-YU \
|
||||
sv:sv-SE \
|
||||
tr:tr-TR \
|
||||
vi:vi-VN \
|
||||
zh-CN:zh-CN \
|
||||
zh-TW:zh-TW \
|
||||
|
||||
extras_AUTOCORR_XMLFILES := \
|
||||
af-ZA/acor/DocumentList.xml \
|
||||
af-ZA/acor/META-INF/manifest.xml \
|
||||
af-ZA/acor/SentenceExceptList.xml \
|
||||
af-ZA/acor/WordExceptList.xml \
|
||||
bg/acor/DocumentList.xml \
|
||||
bg/acor/META-INF/manifest.xml \
|
||||
bg/acor/SentenceExceptList.xml \
|
||||
bg/acor/WordExceptList.xml \
|
||||
cs/acor/BlockList.xml \
|
||||
cs/acor/DocumentList.xml \
|
||||
cs/acor/META-INF/manifest.xml \
|
||||
da/acor/BlockList.xml \
|
||||
da/acor/DocumentList.xml \
|
||||
da/acor/META-INF/manifest.xml \
|
||||
da/acor/SentenceExceptList.xml \
|
||||
da/acor/WordExceptList.xml \
|
||||
de/acor/BlockList.xml \
|
||||
de/acor/DocumentList.xml \
|
||||
de/acor/META-INF/manifest.xml \
|
||||
de/acor/SentenceExceptList.xml \
|
||||
de/acor/WordExceptList.xml \
|
||||
en-AU/acor/BlockList.xml \
|
||||
en-AU/acor/DocumentList.xml \
|
||||
en-AU/acor/META-INF/manifest.xml \
|
||||
en-AU/acor/SentenceExceptList.xml \
|
||||
en-AU/acor/WordExceptList.xml \
|
||||
en-GB/acor/BlockList.xml \
|
||||
en-GB/acor/DocumentList.xml \
|
||||
en-GB/acor/META-INF/manifest.xml \
|
||||
en-GB/acor/SentenceExceptList.xml \
|
||||
en-GB/acor/WordExceptList.xml \
|
||||
en-US/acor/BlockList.xml \
|
||||
en-US/acor/DocumentList.xml \
|
||||
en-US/acor/META-INF/manifest.xml \
|
||||
en-US/acor/SentenceExceptList.xml \
|
||||
en-US/acor/WordExceptList.xml \
|
||||
en-ZA/acor/DocumentList.xml \
|
||||
en-ZA/acor/META-INF/manifest.xml \
|
||||
en-ZA/acor/SentenceExceptList.xml \
|
||||
en-ZA/acor/WordExceptList.xml \
|
||||
es/acor/BlockList.xml \
|
||||
es/acor/DocumentList.xml \
|
||||
es/acor/META-INF/manifest.xml \
|
||||
es/acor/SentenceExceptList.xml \
|
||||
es/acor/WordExceptList.xml \
|
||||
eu/acor/DocumentList.xml \
|
||||
eu/acor/META-INF/manifest.xml \
|
||||
eu/acor/SentenceExceptList.xml \
|
||||
eu/acor/WordExceptList.xml \
|
||||
fa/acor/DocumentList.xml \
|
||||
fa/acor/META-INF/manifest.xml \
|
||||
fi/acor/BlockList.xml \
|
||||
fi/acor/DocumentList.xml \
|
||||
fi/acor/META-INF/manifest.xml \
|
||||
fi/acor/SentenceExceptList.xml \
|
||||
fi/acor/WordExceptList.xml \
|
||||
fr/acor/DocumentList.xml \
|
||||
fr/acor/META-INF/manifest.xml \
|
||||
fr/acor/SentenceExceptList.xml \
|
||||
fr/acor/WordExceptList.xml \
|
||||
ga-IE/acor/DocumentList.xml \
|
||||
ga-IE/acor/META-INF/manifest.xml \
|
||||
ga-IE/acor/SentenceExceptList.xml \
|
||||
ga-IE/acor/WordExceptList.xml \
|
||||
hr/acor/DocumentList.xml \
|
||||
hr/acor/META-INF/manifest.xml \
|
||||
hr/acor/SentenceExceptList.xml \
|
||||
hr/acor/WordExceptList.xml \
|
||||
hu/acor/BlockList.xml \
|
||||
hu/acor/DocumentList.xml \
|
||||
hu/acor/META-INF/manifest.xml \
|
||||
hu/acor/SentenceExceptList.xml \
|
||||
hu/acor/WordExceptList.xml \
|
||||
it/acor/BlockList.xml \
|
||||
it/acor/DocumentList.xml \
|
||||
it/acor/META-INF/manifest.xml \
|
||||
it/acor/SentenceExceptList.xml \
|
||||
it/acor/WordExceptList.xml \
|
||||
ja/acor/DocumentList.xml \
|
||||
ja/acor/META-INF/manifest.xml \
|
||||
ja/acor/SentenceExceptList.xml \
|
||||
ko/acor/DocumentList.xml \
|
||||
ko/acor/META-INF/manifest.xml \
|
||||
ko/acor/SentenceExceptList.xml \
|
||||
lb-LU/acor/DocumentList.xml \
|
||||
lb-LU/acor/META-INF/manifest.xml \
|
||||
lt/acor/BlockList.xml \
|
||||
lt/acor/DocumentList.xml \
|
||||
lt/acor/META-INF/manifest.xml \
|
||||
lt/acor/SentenceExceptList.xml \
|
||||
lt/acor/WordExceptList.xml \
|
||||
mn/acor/DocumentList.xml \
|
||||
mn/acor/META-INF/manifest.xml \
|
||||
mn/acor/SentenceExceptList.xml \
|
||||
mn/acor/WordExceptList.xml \
|
||||
nl-BE/acor/BlockList.xml \
|
||||
nl-BE/acor/DocumentList.xml \
|
||||
nl-BE/acor/META-INF/manifest.xml \
|
||||
nl-BE/acor/SentenceExceptList.xml \
|
||||
nl-BE/acor/WordExceptList.xml \
|
||||
nl/acor/BlockList.xml \
|
||||
nl/acor/DocumentList.xml \
|
||||
nl/acor/META-INF/manifest.xml \
|
||||
nl/acor/SentenceExceptList.xml \
|
||||
nl/acor/WordExceptList.xml \
|
||||
pl/acor/DocumentList.xml \
|
||||
pl/acor/META-INF/manifest.xml \
|
||||
pl/acor/SentenceExceptList.xml \
|
||||
pl/acor/WordExceptList.xml \
|
||||
pt-BR/acor/BlockList.xml \
|
||||
pt-BR/acor/DocumentList.xml \
|
||||
pt-BR/acor/META-INF/manifest.xml \
|
||||
pt-BR/acor/WordExceptList.xml \
|
||||
pt/acor/BlockList.xml \
|
||||
pt/acor/DocumentList.xml \
|
||||
pt/acor/META-INF/manifest.xml \
|
||||
pt/acor/SentenceExceptList.xml \
|
||||
pt/acor/WordExceptList.xml \
|
||||
ru/acor/BlockList.xml \
|
||||
ru/acor/DocumentList.xml \
|
||||
ru/acor/META-INF/manifest.xml \
|
||||
ru/acor/SentenceExceptList.xml \
|
||||
ru/acor/WordExceptList.xml \
|
||||
sh-ME/acor/DocumentList.xml \
|
||||
sh-ME/acor/META-INF/manifest.xml \
|
||||
sh-ME/acor/SentenceExceptList.xml \
|
||||
sh-ME/acor/WordExceptList.xml \
|
||||
sh-RS/acor/DocumentList.xml \
|
||||
sh-RS/acor/META-INF/manifest.xml \
|
||||
sh-RS/acor/SentenceExceptList.xml \
|
||||
sh-RS/acor/WordExceptList.xml \
|
||||
sh-YU/acor/DocumentList.xml \
|
||||
sh-YU/acor/META-INF/manifest.xml \
|
||||
sh-YU/acor/SentenceExceptList.xml \
|
||||
sh-YU/acor/WordExceptList.xml \
|
||||
sk/acor/DocumentList.xml \
|
||||
sk/acor/META-INF/manifest.xml \
|
||||
sk/acor/SentenceExceptList.xml \
|
||||
sk/acor/WordExceptList.xml \
|
||||
sl/acor/DocumentList.xml \
|
||||
sl/acor/META-INF/manifest.xml \
|
||||
sl/acor/SentenceExceptList.xml \
|
||||
sl/acor/WordExceptList.xml \
|
||||
sr-ME/acor/DocumentList.xml \
|
||||
sr-ME/acor/META-INF/manifest.xml \
|
||||
sr-ME/acor/SentenceExceptList.xml \
|
||||
sr-ME/acor/WordExceptList.xml \
|
||||
sr-RS/acor/DocumentList.xml \
|
||||
sr-RS/acor/META-INF/manifest.xml \
|
||||
sr-RS/acor/SentenceExceptList.xml \
|
||||
sr-RS/acor/WordExceptList.xml \
|
||||
sr-YU/acor/DocumentList.xml \
|
||||
sr-YU/acor/META-INF/manifest.xml \
|
||||
sr-YU/acor/SentenceExceptList.xml \
|
||||
sr-YU/acor/WordExceptList.xml \
|
||||
sv/acor/BlockList.xml \
|
||||
sv/acor/DocumentList.xml \
|
||||
sv/acor/META-INF/manifest.xml \
|
||||
sv/acor/SentenceExceptList.xml \
|
||||
sv/acor/WordExceptList.xml \
|
||||
tr/acor/DocumentList.xml \
|
||||
tr/acor/META-INF/manifest.xml \
|
||||
tr/acor/SentenceExceptList.xml \
|
||||
tr/acor/WordExceptList.xml \
|
||||
vi/acor/DocumentList.xml \
|
||||
vi/acor/META-INF/manifest.xml \
|
||||
vi/acor/WordExceptList.xml \
|
||||
zh-CN/acor/DocumentList.xml \
|
||||
zh-CN/acor/META-INF/manifest.xml \
|
||||
zh-CN/acor/SentenceExceptList.xml \
|
||||
zh-TW/acor/DocumentList.xml \
|
||||
zh-TW/acor/META-INF/manifest.xml \
|
||||
zh-TW/acor/SentenceExceptList.xml \
|
||||
|
||||
|
||||
extras_AUTOCORR_MIMETYPEFILES := \
|
||||
af-ZA/acor/mimetype \
|
||||
bg/acor/mimetype \
|
||||
cs/acor/mimetype \
|
||||
da/acor/mimetype \
|
||||
de/acor/mimetype \
|
||||
en-AU/acor/mimetype \
|
||||
en-GB/acor/mimetype \
|
||||
en-US/acor/mimetype \
|
||||
en-ZA/acor/mimetype \
|
||||
es/acor/mimetype \
|
||||
eu/acor/mimetype \
|
||||
fa/acor/mimetype \
|
||||
fi/acor/mimetype \
|
||||
fr/acor/mimetype \
|
||||
ga-IE/acor/mimetype \
|
||||
hu/acor/mimetype \
|
||||
it/acor/mimetype \
|
||||
lb-LU/acor/mimetype \
|
||||
lt/acor/mimetype \
|
||||
mn/acor/mimetype \
|
||||
nl-BE/acor/mimetype \
|
||||
nl/acor/mimetype \
|
||||
pl/acor/mimetype \
|
||||
pt-BR/acor/mimetype \
|
||||
pt/acor/mimetype \
|
||||
ru/acor/mimetype \
|
||||
sh-ME/acor/mimetype \
|
||||
sh-RS/acor/mimetype \
|
||||
sh-YU/acor/mimetype \
|
||||
sk/acor/mimetype \
|
||||
sl/acor/mimetype \
|
||||
sr-ME/acor/mimetype \
|
||||
sr-RS/acor/mimetype \
|
||||
sr-YU/acor/mimetype \
|
||||
sv/acor/mimetype \
|
||||
tr/acor/mimetype \
|
||||
vi/acor/mimetype \
|
||||
|
||||
|
||||
ifneq ($(sort $(foreach file,$(extras_AUTOCORR_XMLFILES),$(firstword $(subst /, ,$(file))))),$(sort $(foreach lang,$(extras_AUTOCORR_LANGS),$(firstword $(subst :, ,$(lang))))))
|
||||
$(call gb_Output_error,defined autocorrection languages do not match existing directories)
|
||||
endif
|
||||
|
||||
$(call gb_CustomTarget_get_target,extras/source/autotext) : \
|
||||
$(foreach lang,$(extras_AUTOCORR_LANGS),$(call gb_CustomTarget_get_workdir,extras/source/autotext)/acor_$(lastword $(subst :, ,$(lang))).dat)
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%/mimetype : $(SRCDIR)/extras/source/autotext/lang/%/mimetype
|
||||
$(call gb_Output_announce,$*/mimetype,$(true),CPY,1)
|
||||
cp $< $@
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.xml : $(SRCDIR)/extras/source/autotext/lang/%.xml
|
||||
$(call gb_Output_announce,$*.xml,$(true),XSL,1)
|
||||
$(gb_XSLTPROC) -o $@ $(SRCDIR)/extras/util/compact.xsl $<
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.dat :
|
||||
$(call gb_Output_announce,$*.dat,$(true),ZIP,2)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
cd $(EXTRAS_AUTOCORR_DIR) && \
|
||||
zip -qrX --filesync $@ $(EXTRAS_AUTOCORR_FILES) \
|
||||
)
|
||||
|
||||
define extras_Autocorr_make_file_deps
|
||||
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/lang/$(2) \
|
||||
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
|
||||
|
||||
endef
|
||||
|
||||
define extras_Autocorr_make_zip_deps
|
||||
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
|
||||
$(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_AUTOCORR_MIMETYPEFILES) $(extras_AUTOCORR_XMLFILES))) \
|
||||
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
|
||||
|
||||
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
|
||||
EXTRAS_AUTOCORR_FILES := $(foreach file,$(filter $(3)/%,$(extras_AUTOCORR_MIMETYPEFILES) $(extras_AUTOCORR_XMLFILES)),$(subst $(3)/acor/,,$(file)))
|
||||
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
|
||||
EXTRAS_AUTOCORR_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3)/acor
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(foreach file,$(extras_AUTOCORR_MIMETYPEFILES) $(extras_AUTOCORR_XMLFILES),\
|
||||
$(call extras_Autocorr_make_file_deps,extras/source/autotext,$(file)) \
|
||||
))
|
||||
|
||||
$(eval $(foreach lang,$(extras_AUTOCORR_LANGS),\
|
||||
$(call extras_Autocorr_make_zip_deps,extras/source/autotext,acor_$(lastword $(subst :, ,$(lang))).dat,$(firstword $(subst :, ,$(lang)))) \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
7
extras/Makefile
Normal file
7
extras/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
|
||||
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
|
||||
include $(module_directory)/../solenv/gbuild/partial_build.mk
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
132
extras/Module_extras.mk
Normal file
132
extras/Module_extras.mk
Normal file
|
@ -0,0 +1,132 @@
|
|||
# -*- 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,extras))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
AllLangZip_autotextshare \
|
||||
AllLangZip_tplwizagenda \
|
||||
AllLangZip_tplwizfax \
|
||||
AllLangZip_tplwizreport \
|
||||
AllLangZip_tplwizstyles \
|
||||
CustomTarget_autocorr \
|
||||
Package_fonts \
|
||||
Package_newfiles \
|
||||
Zip_autocorr \
|
||||
Zip_autotextuser \
|
||||
Zip_cfgsrvbitmapunx \
|
||||
Zip_cfgsrvnolang \
|
||||
Zip_cfgusr \
|
||||
Zip_database \
|
||||
Zip_databasebiblio \
|
||||
Zip_gallbullets \
|
||||
Zip_gallhtmlexpo \
|
||||
Zip_gallroot \
|
||||
Zip_gallrulers \
|
||||
Zip_gallsound \
|
||||
Zip_gallsounds \
|
||||
Zip_gallsystem \
|
||||
Zip_gallwwwback \
|
||||
Zip_gallwwwgraf \
|
||||
Zip_palettes \
|
||||
Zip_tpllayoutimpr \
|
||||
Zip_tplwizbitmap \
|
||||
Zip_tplwizdesktop \
|
||||
Zip_tplwizletter \
|
||||
Zip_wordbook \
|
||||
))
|
||||
|
||||
ifeq ($(WITH_EXTRA_EXTENSIONS),YES)
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
Package_extensions \
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_EXTRA_FONT),YES)
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
Package_extra_fonts \
|
||||
UnpackedTarball_fonts_pack \
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_EXTRA_GALLERY),YES)
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
UnpackedTarball_gallery_pack \
|
||||
Zip_accessoriesgallery \
|
||||
Zip_accessoriesgallerydrawspeople \
|
||||
Zip_accessoriesgalleryelementsbullets2 \
|
||||
Zip_accessoriesgallerynonfree \
|
||||
Zip_accessoriesgalleryphotosbuildings \
|
||||
Zip_accessoriesgalleryphotoscelebration \
|
||||
Zip_accessoriesgalleryphotoscities \
|
||||
Zip_accessoriesgalleryphotosfauna \
|
||||
Zip_accessoriesgalleryphotosflowers \
|
||||
Zip_accessoriesgalleryphotosfoodsanddrinks \
|
||||
Zip_accessoriesgalleryphotoshumans \
|
||||
Zip_accessoriesgalleryphotoslandscapes \
|
||||
Zip_accessoriesgalleryphotosobjects \
|
||||
Zip_accessoriesgalleryphotosplants \
|
||||
Zip_accessoriesgalleryphotosspace \
|
||||
Zip_accessoriesgalleryphotosstatues \
|
||||
Zip_accessoriesgalleryphotostravel \
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_EXTRA_SAMPLE),YES)
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
AllLangZip_accessoriessamples \
|
||||
AllLangZip_accessoriessamplesadvertisement \
|
||||
AllLangZip_accessoriessamplesdocumentation \
|
||||
AllLangZip_accessoriessamplesnonfree \
|
||||
AllLangZip_accessoriessamplesnonfreeadvertisement \
|
||||
AllLangZip_accessoriessamplesnonfreedocumentation \
|
||||
UnpackedTarball_samples_pack \
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_EXTRA_TEMPLATE),YES)
|
||||
$(eval $(call gb_Module_add_targets,extras,\
|
||||
AllLangZip_accessoriestemplates \
|
||||
AllLangZip_accessoriestemplateseducate \
|
||||
AllLangZip_accessoriestemplatesfinance \
|
||||
AllLangZip_accessoriestemplatesforms \
|
||||
AllLangZip_accessoriestemplateslabels \
|
||||
AllLangZip_accessoriestemplateslayout \
|
||||
AllLangZip_accessoriestemplatesmisc \
|
||||
AllLangZip_accessoriestemplatesnonfree \
|
||||
AllLangZip_accessoriestemplatesnonfreeeducate \
|
||||
AllLangZip_accessoriestemplatesnonfreefinance \
|
||||
AllLangZip_accessoriestemplatesnonfreeforms \
|
||||
AllLangZip_accessoriestemplatesnonfreelabels \
|
||||
AllLangZip_accessoriestemplatesnonfreelayout \
|
||||
AllLangZip_accessoriestemplatesnonfreemisc \
|
||||
AllLangZip_accessoriestemplatesnonfreeofficorr \
|
||||
AllLangZip_accessoriestemplatesnonfreeoffimisc \
|
||||
AllLangZip_accessoriestemplatesnonfreepersonal \
|
||||
AllLangZip_accessoriestemplatesnonfreepresent \
|
||||
AllLangZip_accessoriestemplatesofficorr \
|
||||
AllLangZip_accessoriestemplatesoffimisc \
|
||||
AllLangZip_accessoriestemplatespersonal \
|
||||
AllLangZip_accessoriestemplatespresent \
|
||||
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
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
60
extras/Package_extensions.mk
Normal file
60
extras/Package_extensions.mk
Normal file
|
@ -0,0 +1,60 @@
|
|||
# -*- 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/.
|
||||
#
|
||||
|
||||
# Technically these files do not belong to extras module, but they must
|
||||
# be delivered from somewhere, so why not from extras...
|
||||
$(eval $(call gb_Package_Package,extras_extensions,$(SRCDIR)/src))
|
||||
|
||||
ifneq ($(BARCODE_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Barcode.oxt,$(BARCODE_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(DIAGRAM_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/SmART.oxt,$(DIAGRAM_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(GOOGLE_DOCS_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/gdocs.oxt,$(GOOGLE_DOCS_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(HUNART_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/hunart.oxt,$(HUNART_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(NUMBERTEXT_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/numberext.oxt,$(NUMBERTEXT_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(OOOBLOGGER_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/oooblogger.oxt,$(OOOBLOGGER_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_DE_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-de,$(SUNTEMPLATES_DE_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_EN_US_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-en-US,$(SUNTEMPLATES_EN_US_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_ES_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-es,$(SUNTEMPLATES_ES_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_FR_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-fr,$(SUNTEMPLATES_FR_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_HU_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-hu,$(SUNTEMPLATES_HU_PACK)))
|
||||
endif
|
||||
ifneq ($(SUNTEMPLATES_IT_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Sun-ODF-Template-Pack-it,$(SUNTEMPLATES_IT_PACK)))
|
||||
endif
|
||||
ifneq ($(TYPO_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/typo.oxt,$(TYPO_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(VALIDATOR_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/Validator.oxt,$(VALIDATOR_EXTENSION_PACK)))
|
||||
endif
|
||||
ifneq ($(WATCH_WINDOW_EXTENSION_PACK),)
|
||||
$(eval $(call gb_Package_add_file,extras_extensions,bin/WatchWindow.oxt,$(WATCH_WINDOW_EXTENSION_PACK)))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
187
extras/Package_extra_fonts.mk
Normal file
187
extras/Package_extra_fonts.mk
Normal file
|
@ -0,0 +1,187 @@
|
|||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
# This file is part of the LibreOffice project.
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_Package_Package,extras_extra_fonts,$(call gb_UnpackedTarball_get_dir,fonts-pack)/decorative))
|
||||
|
||||
$(eval $(call gb_Package_use_unpacked,extras_extra_fonts,fonts-pack))
|
||||
|
||||
$(eval $(call gb_Package_add_files,extras_extra_fonts,pck,\
|
||||
BETSY2.ttf \
|
||||
Berylibi.ttf \
|
||||
Beryliub.ttf \
|
||||
Beryliui.ttf \
|
||||
Berylium.ttf \
|
||||
CHOPS___.TTF \
|
||||
DTPDingbats.ttf \
|
||||
GenAI102.TTF \
|
||||
GenAR102.TTF \
|
||||
GenI102.TTF \
|
||||
GenR102.TTF \
|
||||
Justus-Bold.ttf \
|
||||
Justus-Italic.ttf \
|
||||
Justus-ItalicOldstyle.ttf \
|
||||
Justus-Oldstyle.ttf \
|
||||
Justus-Roman.ttf \
|
||||
Justus-Versalitas.ttf \
|
||||
MgOpenCanonicaBold.ttf \
|
||||
MgOpenCanonicaBoldItalic.ttf \
|
||||
MgOpenCanonicaItalic.ttf \
|
||||
MgOpenCanonicaRegular.ttf \
|
||||
NEUROPOL.ttf \
|
||||
SAPPM___.ttf \
|
||||
Tuffy.ttf \
|
||||
Tuffy_Bold.ttf \
|
||||
Tuffy_Bold_Italic.ttf \
|
||||
Tuffy_Italic.ttf \
|
||||
Verina_Sans_Bold.otf \
|
||||
Verina_Sans_Bold_Oblique.otf \
|
||||
Verina_Sans_Mono.otf \
|
||||
Verina_Sans_Mono_Bold.otf \
|
||||
Verina_Sans_Mono_Bold_Oblique.otf \
|
||||
Verina_Sans_Mono_Oblique.otf \
|
||||
Verina_Sans_Oblique.otf \
|
||||
Verina_Sans_Roman.otf \
|
||||
Verina_Serif.otf \
|
||||
Verina_Serif_Bold.otf \
|
||||
a010013l.ttf \
|
||||
a010015l.ttf \
|
||||
a010033l.ttf \
|
||||
a010035l.ttf \
|
||||
airmole.ttf \
|
||||
airmolea.ttf \
|
||||
airmoleq.ttf \
|
||||
airmoles.ttf \
|
||||
astronbi.ttf \
|
||||
astronbo.ttf \
|
||||
astronbv.ttf \
|
||||
astronbw.ttf \
|
||||
b018012l.ttf \
|
||||
b018015l.ttf \
|
||||
b018032l.ttf \
|
||||
b018035l.ttf \
|
||||
baveuse.ttf \
|
||||
bluebold.ttf \
|
||||
bluecond.ttf \
|
||||
bluehigh.ttf \
|
||||
bluehigl.ttf \
|
||||
bullpen3.ttf \
|
||||
bullpen_.ttf \
|
||||
bullpeni.ttf \
|
||||
c059013l.ttf \
|
||||
c059016l.ttf \
|
||||
c059033l.ttf \
|
||||
c059036l.ttf \
|
||||
colourba.ttf \
|
||||
colourbb.ttf \
|
||||
counters.ttf \
|
||||
creditva.ttf \
|
||||
creditvb.ttf \
|
||||
creditvi.ttf \
|
||||
creditvz.ttf \
|
||||
d050000l.ttf \
|
||||
edmundis.ttf \
|
||||
edmunds.ttf \
|
||||
engeboit.ttf \
|
||||
engebold.ttf \
|
||||
engeexbi.ttf \
|
||||
engeexbo.ttf \
|
||||
engeexit.ttf \
|
||||
engeexpa.ttf \
|
||||
engeital.ttf \
|
||||
engeregu.ttf \
|
||||
goodfisb.ttf \
|
||||
goodfisc.ttf \
|
||||
goodfish.ttf \
|
||||
goodfisi.ttf \
|
||||
guanine_.ttf \
|
||||
gunplay.ttf \
|
||||
kirsty__.ttf \
|
||||
kirsty_b.ttf \
|
||||
kirsty_i.ttf \
|
||||
kirstybi.ttf \
|
||||
kirstyin.ttf \
|
||||
letstracebasic.ttf \
|
||||
letstraceruled.ttf \
|
||||
luximb.ttf \
|
||||
luximbi.ttf \
|
||||
luximr.ttf \
|
||||
luximri.ttf \
|
||||
luxirb.ttf \
|
||||
luxirbi.ttf \
|
||||
luxirr.ttf \
|
||||
luxirri.ttf \
|
||||
luxisb.ttf \
|
||||
luxisbi.ttf \
|
||||
luxisr.ttf \
|
||||
luxisri.ttf \
|
||||
mufferaw.ttf \
|
||||
n019003l.ttf \
|
||||
n019004l.ttf \
|
||||
n019023l.ttf \
|
||||
n019024l.ttf \
|
||||
n019043l.ttf \
|
||||
n019044l.ttf \
|
||||
n019063l.ttf \
|
||||
n019064l.ttf \
|
||||
n021003l.ttf \
|
||||
n021004l.ttf \
|
||||
n021023l.ttf \
|
||||
n021024l.ttf \
|
||||
n022003l.ttf \
|
||||
n022004l.ttf \
|
||||
n022023l.ttf \
|
||||
n022024l.ttf \
|
||||
nasaliza.ttf \
|
||||
numberpi.ttf \
|
||||
p052003l.ttf \
|
||||
p052004l.ttf \
|
||||
p052023l.ttf \
|
||||
p052024l.ttf \
|
||||
pricedow.ttf \
|
||||
pupcat__.ttf \
|
||||
rina.ttf \
|
||||
s050000l.ttf \
|
||||
sandoval.ttf \
|
||||
screenge.ttf \
|
||||
steelfib.ttf \
|
||||
steelfis.ttf \
|
||||
steelout.ttf \
|
||||
strenu3d.ttf \
|
||||
strenuou.ttf \
|
||||
subpear_.ttf \
|
||||
teen____.ttf \
|
||||
teenbdit.ttf \
|
||||
teenbold.ttf \
|
||||
teenital.ttf \
|
||||
teenlita.ttf \
|
||||
teenlite.ttf \
|
||||
typoderm.ttf \
|
||||
vahika_.ttf \
|
||||
vahikab.ttf \
|
||||
vahikac.ttf \
|
||||
vahikai.ttf \
|
||||
vectroid.ttf \
|
||||
velvenda.ttf \
|
||||
velvendc.ttf \
|
||||
vibroceb.ttf \
|
||||
vibrocei.ttf \
|
||||
vibrocen.ttf \
|
||||
vibrocex.ttf \
|
||||
wintermu.ttf \
|
||||
youregoi.ttf \
|
||||
youregon.ttf \
|
||||
z003034l.ttf \
|
||||
zekton__.ttf \
|
||||
zektonbi.ttf \
|
||||
zektonbo.ttf \
|
||||
zektonit.ttf \
|
||||
zorque.ttf \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
15
extras/Package_fonts.mk
Normal file
15
extras/Package_fonts.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
# This file is part of the LibreOffice project.
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_Package_Package,extras_fonts,$(SRCDIR)/extras))
|
||||
|
||||
$(eval $(call gb_Package_add_file,extras_fonts,pck/opens___.ttf,source/truetype/symbol/opens___.ttf))
|
||||
$(eval $(call gb_Package_add_file,extras_fonts,pck/openoffice/fonts.dir,unx/source/fonts/fonts.dir))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
20
extras/Package_newfiles.mk
Normal file
20
extras/Package_newfiles.mk
Normal file
|
@ -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_Package_Package,extras_newfiles,$(SRCDIR)/extras/source/shellnew))
|
||||
|
||||
$(eval $(call gb_Package_add_files,extras_newfiles,pck,\
|
||||
soffice.html \
|
||||
soffice.odg \
|
||||
soffice.odp \
|
||||
soffice.ods \
|
||||
soffice.odt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
14
extras/UnpackedTarball_fonts_pack.mk
Normal file
14
extras/UnpackedTarball_fonts_pack.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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_UnpackedTarball_UnpackedTarball,fonts-pack))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,fonts-pack,$(OOOP_FONTS_PACK)))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
14
extras/UnpackedTarball_gallery_pack.mk
Normal file
14
extras/UnpackedTarball_gallery_pack.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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_UnpackedTarball_UnpackedTarball,gallery-pack))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,gallery-pack,$(OOOP_GALLERY_PACK)))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
14
extras/UnpackedTarball_samples_pack.mk
Normal file
14
extras/UnpackedTarball_samples_pack.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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_UnpackedTarball_UnpackedTarball,samples-pack))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,samples-pack,$(OOOP_SAMPLES_PACK)))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
14
extras/UnpackedTarball_templates_pack.mk
Normal file
14
extras/UnpackedTarball_templates_pack.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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_UnpackedTarball_UnpackedTarball,templates-pack))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,templates-pack,$(OOOP_TEMPLATES_PACK)))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
319
extras/Zip_accessoriesgallery.mk
Normal file
319
extras/Zip_accessoriesgallery.mk
Normal file
|
@ -0,0 +1,319 @@
|
|||
# -*- 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,accessoriesgallery,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgallery,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgallery,\
|
||||
sg1010.sdg \
|
||||
sg1010.sdv \
|
||||
sg1010.thm \
|
||||
sg1011.sdg \
|
||||
sg1011.sdv \
|
||||
sg1011.thm \
|
||||
sg101.sdg \
|
||||
sg101.sdv \
|
||||
sg101.thm \
|
||||
sg102.sdg \
|
||||
sg102.sdv \
|
||||
sg102.thm \
|
||||
sg103.sdg \
|
||||
sg103.sdv \
|
||||
sg103.thm \
|
||||
sg105.sdg \
|
||||
sg105.sdv \
|
||||
sg105.thm \
|
||||
sg1067.sdg \
|
||||
sg1067.sdv \
|
||||
sg1067.thm \
|
||||
sg106.sdg \
|
||||
sg106.sdv \
|
||||
sg106.thm \
|
||||
sg107.sdg \
|
||||
sg107.sdv \
|
||||
sg107.thm \
|
||||
sg108.sdg \
|
||||
sg108.sdv \
|
||||
sg108.thm \
|
||||
sg109.sdg \
|
||||
sg109.sdv \
|
||||
sg109.thm \
|
||||
sg110.sdg \
|
||||
sg110.sdv \
|
||||
sg110.thm \
|
||||
sg111.sdg \
|
||||
sg111.sdv \
|
||||
sg111.thm \
|
||||
sg1208.sdg \
|
||||
sg1208.sdv \
|
||||
sg1208.thm \
|
||||
sg121.sdg \
|
||||
sg121.sdv \
|
||||
sg121.thm \
|
||||
sg127.sdg \
|
||||
sg127.sdv \
|
||||
sg127.thm \
|
||||
sg133.sdg \
|
||||
sg133.sdv \
|
||||
sg133.thm \
|
||||
sg200.sdg \
|
||||
sg200.sdv \
|
||||
sg200.thm \
|
||||
sg201.sdg \
|
||||
sg201.sdv \
|
||||
sg201.thm \
|
||||
sg203.sdg \
|
||||
sg203.sdv \
|
||||
sg203.thm \
|
||||
sg204.sdg \
|
||||
sg204.sdv \
|
||||
sg204.thm \
|
||||
sg205.sdg \
|
||||
sg205.sdv \
|
||||
sg205.thm \
|
||||
sg206.sdg \
|
||||
sg206.sdv \
|
||||
sg206.thm \
|
||||
sg207.sdg \
|
||||
sg207.sdv \
|
||||
sg207.thm \
|
||||
sg2101.sdg \
|
||||
sg2101.sdv \
|
||||
sg2101.thm \
|
||||
sg210.sdg \
|
||||
sg210.sdv \
|
||||
sg210.thm \
|
||||
sg212.sdg \
|
||||
sg212.sdv \
|
||||
sg212.thm \
|
||||
sg2245.sdg \
|
||||
sg2245.sdv \
|
||||
sg2245.thm \
|
||||
sg2246.sdg \
|
||||
sg2246.sdv \
|
||||
sg2246.thm \
|
||||
sg2247.sdg \
|
||||
sg2247.sdv \
|
||||
sg2247.thm \
|
||||
sg2248.sdg \
|
||||
sg2248.sdv \
|
||||
sg2248.thm \
|
||||
sg2249.sdg \
|
||||
sg2249.sdv \
|
||||
sg2249.thm \
|
||||
sg2250.sdg \
|
||||
sg2250.sdv \
|
||||
sg2250.thm \
|
||||
sg2251.sdg \
|
||||
sg2251.sdv \
|
||||
sg2251.thm \
|
||||
sg2253.sdg \
|
||||
sg2253.sdv \
|
||||
sg2253.thm \
|
||||
sg2254.sdg \
|
||||
sg2254.sdv \
|
||||
sg2254.thm \
|
||||
sg2255.sdg \
|
||||
sg2255.sdv \
|
||||
sg2255.thm \
|
||||
sg2256.sdg \
|
||||
sg2256.sdv \
|
||||
sg2256.thm \
|
||||
sg2257.sdg \
|
||||
sg2257.sdv \
|
||||
sg2257.thm \
|
||||
sg2258.sdg \
|
||||
sg2258.sdv \
|
||||
sg2258.thm \
|
||||
sg2259.sdg \
|
||||
sg2259.sdv \
|
||||
sg2259.thm \
|
||||
sg2261.sdg \
|
||||
sg2261.sdv \
|
||||
sg2261.thm \
|
||||
sg2262.sdg \
|
||||
sg2262.sdv \
|
||||
sg2262.thm \
|
||||
sg2264.sdg \
|
||||
sg2264.sdv \
|
||||
sg2264.thm \
|
||||
sg2265.sdg \
|
||||
sg2265.sdv \
|
||||
sg2265.thm \
|
||||
sg2266.sdg \
|
||||
sg2266.sdv \
|
||||
sg2266.thm \
|
||||
sg2267.sdg \
|
||||
sg2267.sdv \
|
||||
sg2267.thm \
|
||||
sg2268.sdg \
|
||||
sg2268.sdv \
|
||||
sg2268.thm \
|
||||
sg2269.sdg \
|
||||
sg2269.sdv \
|
||||
sg2269.thm \
|
||||
sg2270.sdg \
|
||||
sg2270.sdv \
|
||||
sg2270.thm \
|
||||
sg2272.sdg \
|
||||
sg2272.sdv \
|
||||
sg2272.thm \
|
||||
sg2273.sdg \
|
||||
sg2273.sdv \
|
||||
sg2273.thm \
|
||||
sg2274.sdg \
|
||||
sg2274.sdv \
|
||||
sg2274.thm \
|
||||
sg2275.sdg \
|
||||
sg2275.sdv \
|
||||
sg2275.thm \
|
||||
sg2276.sdg \
|
||||
sg2276.sdv \
|
||||
sg2276.thm \
|
||||
sg2277.sdg \
|
||||
sg2277.sdv \
|
||||
sg2277.thm \
|
||||
sg2278.sdg \
|
||||
sg2278.sdv \
|
||||
sg2278.thm \
|
||||
sg2279.sdg \
|
||||
sg2279.sdv \
|
||||
sg2279.thm \
|
||||
sg2280.sdg \
|
||||
sg2280.sdv \
|
||||
sg2280.thm \
|
||||
sg2281.sdg \
|
||||
sg2281.sdv \
|
||||
sg2281.thm \
|
||||
sg2282.sdg \
|
||||
sg2282.sdv \
|
||||
sg2282.thm \
|
||||
sg2283.sdg \
|
||||
sg2283.sdv \
|
||||
sg2283.thm \
|
||||
sg2284.sdg \
|
||||
sg2284.sdv \
|
||||
sg2284.thm \
|
||||
sg2285.sdg \
|
||||
sg2285.sdv \
|
||||
sg2285.thm \
|
||||
sg2303.sdg \
|
||||
sg2303.sdv \
|
||||
sg2303.thm \
|
||||
sg2304.sdg \
|
||||
sg2304.sdv \
|
||||
sg2304.thm \
|
||||
sg2305.sdg \
|
||||
sg2305.sdv \
|
||||
sg2305.thm \
|
||||
sg2306.sdg \
|
||||
sg2306.sdv \
|
||||
sg2306.thm \
|
||||
sg2307.sdg \
|
||||
sg2307.sdv \
|
||||
sg2307.thm \
|
||||
sg2308.sdg \
|
||||
sg2308.sdv \
|
||||
sg2308.thm \
|
||||
sg2309.sdg \
|
||||
sg2309.sdv \
|
||||
sg2309.thm \
|
||||
sg2310.sdg \
|
||||
sg2310.sdv \
|
||||
sg2310.thm \
|
||||
sg2311.sdg \
|
||||
sg2311.sdv \
|
||||
sg2311.thm \
|
||||
sg2312.sdg \
|
||||
sg2312.sdv \
|
||||
sg2312.thm \
|
||||
sg231.sdg \
|
||||
sg231.sdv \
|
||||
sg231.thm \
|
||||
sg301.sdg \
|
||||
sg301.sdv \
|
||||
sg301.thm \
|
||||
sg302.sdg \
|
||||
sg302.sdv \
|
||||
sg302.thm \
|
||||
sg303.sdg \
|
||||
sg303.sdv \
|
||||
sg303.thm \
|
||||
sg304.sdg \
|
||||
sg304.sdv \
|
||||
sg304.thm \
|
||||
sg305.sdg \
|
||||
sg305.sdv \
|
||||
sg305.thm \
|
||||
sg307.sdg \
|
||||
sg307.sdv \
|
||||
sg307.thm \
|
||||
sg308.sdg \
|
||||
sg308.sdv \
|
||||
sg308.thm \
|
||||
sg309.sdg \
|
||||
sg309.sdv \
|
||||
sg309.thm \
|
||||
sg310.sdg \
|
||||
sg310.sdv \
|
||||
sg310.thm \
|
||||
sg311.sdg \
|
||||
sg311.sdv \
|
||||
sg311.thm \
|
||||
sg312.sdg \
|
||||
sg312.sdv \
|
||||
sg312.thm \
|
||||
sg313.sdg \
|
||||
sg313.sdv \
|
||||
sg313.thm \
|
||||
sg314.sdg \
|
||||
sg314.sdv \
|
||||
sg314.thm \
|
||||
sg315.sdg \
|
||||
sg315.sdv \
|
||||
sg315.thm \
|
||||
sg316.sdg \
|
||||
sg316.sdv \
|
||||
sg316.thm \
|
||||
sg317.sdg \
|
||||
sg317.sdv \
|
||||
sg317.thm \
|
||||
sg318.sdg \
|
||||
sg318.sdv \
|
||||
sg318.thm \
|
||||
sg319.sdg \
|
||||
sg319.sdv \
|
||||
sg319.thm \
|
||||
sg320.sdg \
|
||||
sg320.sdv \
|
||||
sg320.thm \
|
||||
sg402.sdg \
|
||||
sg402.sdv \
|
||||
sg402.thm \
|
||||
sg403.sdg \
|
||||
sg403.sdv \
|
||||
sg403.thm \
|
||||
sg404.sdg \
|
||||
sg404.sdv \
|
||||
sg404.thm \
|
||||
sg405.sdg \
|
||||
sg405.sdv \
|
||||
sg405.thm \
|
||||
sg412.sdg \
|
||||
sg412.sdv \
|
||||
sg412.thm \
|
||||
sg555.sdg \
|
||||
sg555.sdv \
|
||||
sg555.thm \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
39
extras/Zip_accessoriesgallerydrawspeople.mk
Normal file
39
extras/Zip_accessoriesgallerydrawspeople.mk
Normal file
|
@ -0,0 +1,39 @@
|
|||
# -*- 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,accessoriesgallerydrawspeople,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Draws/People))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgallerydrawspeople,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgallerydrawspeople,\
|
||||
Baboo1.png \
|
||||
Jac1.png \
|
||||
Jac2.png \
|
||||
Jac3.png \
|
||||
Jac4.png \
|
||||
Paul-1.png \
|
||||
Paul-2.png \
|
||||
Paul-3.jpg \
|
||||
Paul-3.png \
|
||||
Paul-4.png \
|
||||
Paul-5.png \
|
||||
Paul-6.png \
|
||||
Paul-7.png \
|
||||
Paul-8.png \
|
||||
Ruty1.png \
|
||||
tof-1.png \
|
||||
tof-2.png \
|
||||
tof-3.png \
|
||||
Zoa1.png \
|
||||
Zoa2.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
193
extras/Zip_accessoriesgalleryelementsbullets2.mk
Normal file
193
extras/Zip_accessoriesgalleryelementsbullets2.mk
Normal file
|
@ -0,0 +1,193 @@
|
|||
# -*- 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,accessoriesgalleryelementsbullets2,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Elements/Bullets2))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryelementsbullets2,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryelementsbullets2,\
|
||||
amethyst.arrow.png \
|
||||
amethyst.asterisk.png \
|
||||
amethyst.circle-light.png \
|
||||
amethyst.circle.png \
|
||||
amethyst.cross1.png \
|
||||
amethyst.cross2.png \
|
||||
amethyst.dash.png \
|
||||
amethyst.diamond-light.png \
|
||||
amethyst.diamond.png \
|
||||
amethyst.minus.png \
|
||||
amethyst.plus.png \
|
||||
amethyst.smiley.png \
|
||||
amethyst.square-light.png \
|
||||
amethyst.square.png \
|
||||
amethyst.star.png \
|
||||
amethyst.tick.png \
|
||||
amethyst.triangle1-light.png \
|
||||
amethyst.triangle1.png \
|
||||
amethyst.triangle2-light.png \
|
||||
amethyst.triangle2.png \
|
||||
citrine.arrow.png \
|
||||
citrine.asterisk.png \
|
||||
citrine.circle-light.png \
|
||||
citrine.circle.png \
|
||||
citrine.cross1.png \
|
||||
citrine.cross2.png \
|
||||
citrine.dash.png \
|
||||
citrine.diamond-light.png \
|
||||
citrine.diamond.png \
|
||||
citrine.minus.png \
|
||||
citrine.plus.png \
|
||||
citrine.smiley.png \
|
||||
citrine.square-light.png \
|
||||
citrine.square.png \
|
||||
citrine.star.png \
|
||||
citrine.tick.png \
|
||||
citrine.triangle1-light.png \
|
||||
citrine.triangle1.png \
|
||||
citrine.triangle2-light.png \
|
||||
citrine.triangle2.png \
|
||||
emerald.arrow.png \
|
||||
emerald.asterisk.png \
|
||||
emerald.circle-light.png \
|
||||
emerald.circle.png \
|
||||
emerald.cross1.png \
|
||||
emerald.cross2.png \
|
||||
emerald.dash.png \
|
||||
emerald.diamond-light.png \
|
||||
emerald.diamond.png \
|
||||
emerald.minus.png \
|
||||
emerald.plus.png \
|
||||
emerald.smiley.png \
|
||||
emerald.square-light.png \
|
||||
emerald.square.png \
|
||||
emerald.star.png \
|
||||
emerald.tick.png \
|
||||
emerald.triangle1-light.png \
|
||||
emerald.triangle1.png \
|
||||
emerald.triangle2-light.png \
|
||||
emerald.triangle2.png \
|
||||
glass.arrow.png \
|
||||
glass.asterisk.png \
|
||||
glass.circle-light.png \
|
||||
glass.circle.png \
|
||||
glass.cross1.png \
|
||||
glass.cross2.png \
|
||||
glass.dash.png \
|
||||
glass.diamond-light.png \
|
||||
glass.diamond.png \
|
||||
glass.minus.png \
|
||||
glass.plus.png \
|
||||
glass.smiley.png \
|
||||
glass.square-light.png \
|
||||
glass.square.png \
|
||||
glass.star.png \
|
||||
glass.tick.png \
|
||||
glass.triangle1-light.png \
|
||||
glass.triangle1.png \
|
||||
glass.triangle2-light.png \
|
||||
glass.triangle2.png \
|
||||
mono.arrow.png \
|
||||
mono.asterisk.png \
|
||||
mono.circle-light.png \
|
||||
mono.circle.png \
|
||||
mono.circle-semi1.png \
|
||||
mono.circle-semi2.png \
|
||||
mono.cross1.png \
|
||||
mono.cross2.png \
|
||||
mono.dash.png \
|
||||
mono.diamond-light.png \
|
||||
mono.diamond.png \
|
||||
mono.diamond-semi1.png \
|
||||
mono.diamond-semi2.png \
|
||||
mono.minus.png \
|
||||
mono.plus.png \
|
||||
mono.smiley.png \
|
||||
mono.square-light.png \
|
||||
mono.square.png \
|
||||
mono.square-semi1.png \
|
||||
mono.square-semi2.png \
|
||||
mono.star.png \
|
||||
mono.tick.png \
|
||||
mono.triangle1-light.png \
|
||||
mono.triangle1.png \
|
||||
mono.triangle1-semi.png \
|
||||
mono.triangle2-light.png \
|
||||
mono.triangle2.png \
|
||||
mono.triangle2-semi.png \
|
||||
mono.triangle3-light.png \
|
||||
mono.triangle3.png \
|
||||
mono.triangle3-semi.png \
|
||||
mono.triangle4-light.png \
|
||||
mono.triangle4.png \
|
||||
mono.triangle4-semi.png \
|
||||
obsidian.arrow.png \
|
||||
obsidian.asterisk.png \
|
||||
obsidian.circle-light.png \
|
||||
obsidian.circle.png \
|
||||
obsidian.cross1.png \
|
||||
obsidian.cross2.png \
|
||||
obsidian.dash.png \
|
||||
obsidian.diamond-light.png \
|
||||
obsidian.diamond.png \
|
||||
obsidian.minus.png \
|
||||
obsidian.plus.png \
|
||||
obsidian.smiley.png \
|
||||
obsidian.square-light.png \
|
||||
obsidian.square.png \
|
||||
obsidian.star.png \
|
||||
obsidian.tick.png \
|
||||
obsidian.triangle1-light.png \
|
||||
obsidian.triangle1.png \
|
||||
obsidian.triangle2-light.png \
|
||||
obsidian.triangle2.png \
|
||||
ruby.arrow.png \
|
||||
ruby.asterisk.png \
|
||||
ruby.circle-light.png \
|
||||
ruby.circle.png \
|
||||
ruby.cross1.png \
|
||||
ruby.cross2.png \
|
||||
ruby.dash.png \
|
||||
ruby.diamond-light.png \
|
||||
ruby.diamond.png \
|
||||
ruby.minus.png \
|
||||
ruby.plus.png \
|
||||
ruby.smiley.png \
|
||||
ruby.square-light.png \
|
||||
ruby.square.png \
|
||||
ruby.star.png \
|
||||
ruby.tick.png \
|
||||
ruby.triangle1-light.png \
|
||||
ruby.triangle1.png \
|
||||
ruby.triangle2-light.png \
|
||||
ruby.triangle2.png \
|
||||
sapphire.arrow.png \
|
||||
sapphire.asterisk.png \
|
||||
sapphire.circle-light.png \
|
||||
sapphire.circle.png \
|
||||
sapphire.cross1.png \
|
||||
sapphire.cross2.png \
|
||||
sapphire.dash.png \
|
||||
sapphire.diamond-light.png \
|
||||
sapphire.diamond.png \
|
||||
sapphire.minus.png \
|
||||
sapphire.plus.png \
|
||||
sapphire.smiley.png \
|
||||
sapphire.square-light.png \
|
||||
sapphire.square.png \
|
||||
sapphire.star.png \
|
||||
sapphire.tick.png \
|
||||
sapphire.triangle1-light.png \
|
||||
sapphire.triangle1.png \
|
||||
sapphire.triangle2-light.png \
|
||||
sapphire.triangle2.png \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
31
extras/Zip_accessoriesgallerynonfree.mk
Normal file
31
extras/Zip_accessoriesgallerynonfree.mk
Normal file
|
@ -0,0 +1,31 @@
|
|||
# -*- 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,accessoriesgallerynonfree,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories-nonfree))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgallerynonfree,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgallerynonfree,\
|
||||
sg600.sdg \
|
||||
sg600.sdv \
|
||||
sg600.thm \
|
||||
sg601.sdg \
|
||||
sg601.sdv \
|
||||
sg601.thm \
|
||||
sg602.sdg \
|
||||
sg602.sdv \
|
||||
sg602.thm \
|
||||
sg603.sdg \
|
||||
sg603.sdv \
|
||||
sg603.thm \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
39
extras/Zip_accessoriesgalleryphotosbuildings.mk
Normal file
39
extras/Zip_accessoriesgalleryphotosbuildings.mk
Normal file
|
@ -0,0 +1,39 @@
|
|||
# -*- 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,accessoriesgalleryphotosbuildings,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Buildings))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosbuildings,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosbuildings,\
|
||||
ArkSoft0408010009.jpg \
|
||||
ArkSoft0408010023.jpg \
|
||||
ArkSoft0408010026.jpg \
|
||||
ArkSoft0507170031.jpg \
|
||||
ArkSoft0508100004.jpg \
|
||||
ArkSoft0508100005.jpg \
|
||||
ArkSoft0508100006.jpg \
|
||||
ArkSoft0508100007.jpg \
|
||||
ArkSoft0508100008.jpg \
|
||||
ArkSoft0508100011.jpg \
|
||||
ArkSoft0508100013.jpg \
|
||||
ArkSoft0508100014.jpg \
|
||||
ArkSoft0508100015.jpg \
|
||||
ArkSoft0508100016.jpg \
|
||||
JS_PDPhO_ireland_cashel.jpg \
|
||||
JS_PDPhO_ireland_rock_of_cashel.jpg \
|
||||
JS_PDPhO_sandiego_building_into_clouds.jpg \
|
||||
morguefiles_com_pindiyath100_10930048528.jpg \
|
||||
morguefiles_com_pindiyath100_131512197.jpg \
|
||||
morguefiles_com_pindiyath100_137771099.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
21
extras/Zip_accessoriesgalleryphotoscelebration.mk
Normal file
21
extras/Zip_accessoriesgalleryphotoscelebration.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- 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,accessoriesgalleryphotoscelebration,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Celebration))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotoscelebration,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotoscelebration,\
|
||||
JS_PDPhO_fireworks_burst.jpg \
|
||||
JS_PDPhO_new_years_fireworks_explosion.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
27
extras/Zip_accessoriesgalleryphotoscities.mk
Normal file
27
extras/Zip_accessoriesgalleryphotoscities.mk
Normal file
|
@ -0,0 +1,27 @@
|
|||
# -*- 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,accessoriesgalleryphotoscities,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Cities))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotoscities,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotoscities,\
|
||||
ArkSoft0507170040.jpg \
|
||||
ArkSoft0507170041.jpg \
|
||||
ArkSoft0508100003.jpg \
|
||||
ArkSoft0508100009.jpg \
|
||||
ArkSoft0508100010.jpg \
|
||||
ArkSoft0508100012.jpg \
|
||||
ArkSoft0508100017.jpg \
|
||||
morguefiles_com_pindiyath100_109777662243.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
62
extras/Zip_accessoriesgalleryphotosfauna.mk
Normal file
62
extras/Zip_accessoriesgalleryphotosfauna.mk
Normal file
|
@ -0,0 +1,62 @@
|
|||
# -*- 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,accessoriesgalleryphotosfauna,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Fauna))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosfauna,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosfauna,\
|
||||
ArkSoft0407030001.jpg \
|
||||
bee_on_citrus.jpg \
|
||||
dog01.jpg \
|
||||
dog02.jpg \
|
||||
dog_sv400114.jpg \
|
||||
donkey_sv400131.jpg \
|
||||
elephant01.jpg \
|
||||
frog01.jpg \
|
||||
frog02.jpg \
|
||||
frog03.jpg \
|
||||
frog04.jpg \
|
||||
frog05.jpg \
|
||||
jellies01.jpg \
|
||||
JS_PDPhO_animal_duck.jpg \
|
||||
JS_PDPhO_bee_hovering.jpg \
|
||||
JS_PDPhO_bigsur_el_seals_seeweed.jpg \
|
||||
JS_PDPhO_butterfly_on_leaf.jpg \
|
||||
JS_PDPhO_ireland_sheep_shorn.jpg \
|
||||
JS_PDPhO_spider_web.jpg \
|
||||
kangaroo01.jpg \
|
||||
koala01.jpg \
|
||||
lizard01.jpg \
|
||||
lizard02.jpg \
|
||||
moluchus_horridus01.jpg \
|
||||
moluchus_horridus02.jpg \
|
||||
morguefiles_com_pindiyath100_109290559643.jpg \
|
||||
morguefiles_com_pindiyath100_10964794274.jpg \
|
||||
morguefiles_com_pindiyath100_110106397519.jpg \
|
||||
morguefiles_com_pindiyath100_111023591.jpg \
|
||||
morguefiles_com_pindiyath100_111478817614.jpg \
|
||||
morguefiles_com_pindiyath100_121259975.jpg \
|
||||
morguefiles_com_pindiyath100_121583357.jpg \
|
||||
morguefiles_com_pindiyath100_121583377.jpg \
|
||||
morguefiles_com_pindiyath100_128319370.jpg \
|
||||
morguefiles_com_pindiyath100_129017506.jpg \
|
||||
morguefiles_com_pindiyath100_A1200214.JPG \
|
||||
parrot01.jpg \
|
||||
penguin01.jpg \
|
||||
raccoon.jpg \
|
||||
snail.jpg \
|
||||
spider01.jpg \
|
||||
spider_sv400268.jpg \
|
||||
spider_sv400270.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
41
extras/Zip_accessoriesgalleryphotosflowers.mk
Normal file
41
extras/Zip_accessoriesgalleryphotosflowers.mk
Normal file
|
@ -0,0 +1,41 @@
|
|||
# -*- 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,accessoriesgalleryphotosflowers,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Flowers))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosflowers,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosflowers,\
|
||||
1481157185_28ea113529_o.jpg \
|
||||
1482010374_31c0e4c1ed_o.jpg \
|
||||
ArkSoft0405010001.jpg \
|
||||
ArkSoft0405020017.jpg \
|
||||
ArkSoft0405050005.jpg \
|
||||
ArkSoft0411070015.jpg \
|
||||
edelweiss_sv400091.jpg \
|
||||
JS_PDPhO_flowers_in_field_yellow_orange.jpg \
|
||||
JS_PDPhO_orchid_pink.jpg \
|
||||
JS_PDPhO_rose.jpg \
|
||||
JS_PDPhO_sunflower_in_sun.jpg \
|
||||
JS_PDPhO_water_lillies.jpg \
|
||||
morguefiles_com_pindiyath100_109292831129.jpg \
|
||||
morguefiles_com_pindiyath100_11005053248.jpg \
|
||||
morguefiles_com_pindiyath100_127103763.jpg \
|
||||
poppy_sv400105.jpg \
|
||||
rose_sv400109.jpg \
|
||||
rose_sv400157.jpg \
|
||||
spring_sv400013.jpg \
|
||||
spring_sv400015.jpg \
|
||||
spring_sv400017.jpg \
|
||||
spring_sv400033.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
26
extras/Zip_accessoriesgalleryphotosfoodsanddrinks.mk
Normal file
26
extras/Zip_accessoriesgalleryphotosfoodsanddrinks.mk
Normal file
|
@ -0,0 +1,26 @@
|
|||
# -*- 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,accessoriesgalleryphotosfoodsanddrinks,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/FoodsandDrinks))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosfoodsanddrinks,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosfoodsanddrinks,\
|
||||
JS_PDPhO_beer.jpg \
|
||||
JS_PDPhO_fish_and_chips.jpg \
|
||||
JS_PDPhO_lasagna.jpg \
|
||||
JS_PDPhO_nachos.jpg \
|
||||
JS_PDPhO_pizza.jpg \
|
||||
JS_PDPhO_steaks.jpg \
|
||||
JS_PDPhO_strawberry_shortcake.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
30
extras/Zip_accessoriesgalleryphotoshumans.mk
Normal file
30
extras/Zip_accessoriesgalleryphotoshumans.mk
Normal file
|
@ -0,0 +1,30 @@
|
|||
# -*- 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,accessoriesgalleryphotoshumans,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Humans))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotoshumans,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotoshumans,\
|
||||
1471425079_b3b53bdf5f_b.jpg \
|
||||
1472456323_62f1a7dad1_o.jpg \
|
||||
1473308070_30ac88194b_o.jpg \
|
||||
1481457389_86532082cb_b.jpg \
|
||||
1482314200_1f933fe66f_b.jpg \
|
||||
morguefiles_com_pindiyath100_A1200509.JPG \
|
||||
morguefiles_com_pindiyath100_A1200513.JPG \
|
||||
morguefiles_com_pindiyath100_A1220569.JPG \
|
||||
morguefiles_com_pindiyath100_Fun_time.JPG \
|
||||
morguefiles_com_pindiyath100_Lady_with_THE_UMBRELLA.jpg \
|
||||
morguefiles_com_pindiyath100_PIC1092760844134.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
78
extras/Zip_accessoriesgalleryphotoslandscapes.mk
Normal file
78
extras/Zip_accessoriesgalleryphotoslandscapes.mk
Normal file
|
@ -0,0 +1,78 @@
|
|||
# -*- 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,accessoriesgalleryphotoslandscapes,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Landscapes))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotoslandscapes,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotoslandscapes,\
|
||||
ArkSoft0405010010.jpg \
|
||||
ArkSoft0405010019.jpg \
|
||||
ArkSoft0405010050.jpg \
|
||||
ArkSoft0405020009.jpg \
|
||||
ArkSoft0405020012.jpg \
|
||||
ArkSoft0405050001.jpg \
|
||||
ArkSoft0405050016.jpg \
|
||||
ArkSoft0407030007.jpg \
|
||||
ArkSoft0411070003.jpg \
|
||||
ArkSoft0411070008.jpg \
|
||||
ArkSoft0411070009.jpg \
|
||||
ArkSoft0411070011.jpg \
|
||||
ArkSoft0411070025.jpg \
|
||||
ArkSoft0411070029.jpg \
|
||||
ArkSoft0508100001.jpg \
|
||||
ArkSoft0508100002.jpg \
|
||||
ArkSoft0508100019.jpg \
|
||||
dsc00001.jpg \
|
||||
dsc00002.jpg \
|
||||
dsc00003.jpg \
|
||||
dsc00004_001.jpg \
|
||||
dsc00004_002.jpg \
|
||||
dsc00004.jpg \
|
||||
dsc00005_001.jpg \
|
||||
dsc00005_002.jpg \
|
||||
dsc00006_001.jpg \
|
||||
dsc00006.jpg \
|
||||
dsc00012.jpg \
|
||||
dsc00021.jpg \
|
||||
dsc00029_001.jpg \
|
||||
dsc00038.jpg \
|
||||
dsc00039.jpg \
|
||||
dsc00041.jpg \
|
||||
dsc00043.jpg \
|
||||
dsc00045.jpg \
|
||||
JS_PDPhO_arizona_monument_valley.jpg \
|
||||
JS_PDPhO_bigsur_crashing_waves.jpg \
|
||||
JS_PDPhO_bigsur_mcway_falls.jpg \
|
||||
JS_PDPhO_canada_banff.jpg \
|
||||
JS_PDPhO_canada_moraine_lake_near_lake_louise.jpg \
|
||||
JS_PDPhO_grand_canyon_3.jpg \
|
||||
JS_PDPhO_grand_canyon_with_snow.jpg \
|
||||
JS_PDPhO_imperial_beach_pier.jpg \
|
||||
JS_PDPhO_ireland_beach_sheep.jpg \
|
||||
JS_PDPhO_ireland_glencar_falls.jpg \
|
||||
JS_PDPhO_ocean_beach_surf.jpg \
|
||||
JS_PDPhO_point_loma_tide_pools.jpg \
|
||||
lake_sv400007.jpg \
|
||||
lake_sv400009.jpg \
|
||||
lake_sv400202.jpg \
|
||||
morguefiles_com_pindiyath100_10943568670.jpg \
|
||||
morguefiles_com_pindiyath100_132583019.jpg \
|
||||
morguefiles_com_pindiyath100_143459647.jpg \
|
||||
morguefiles_com_pindiyath100_A1190465a.JPG \
|
||||
morguefiles_com_pindiyath100_A12202723.JPG \
|
||||
morguefiles_com_pindiyath100_Garden.JPG \
|
||||
mountains_sv400026.jpg \
|
||||
mountains_sv400073.jpg \
|
||||
spring_sv400040.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
37
extras/Zip_accessoriesgalleryphotosobjects.mk
Normal file
37
extras/Zip_accessoriesgalleryphotosobjects.mk
Normal file
|
@ -0,0 +1,37 @@
|
|||
# -*- 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,accessoriesgalleryphotosobjects,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Objects))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosobjects,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosobjects,\
|
||||
JS_PDPhO_dragon_celebration.jpg \
|
||||
morguefiles_com_pindiyath100_111064504847.jpg \
|
||||
morguefiles_com_pindiyath100_122931551.jpg \
|
||||
morguefiles_com_pindiyath100_148584163.jpg \
|
||||
morguefiles_com_pindiyath100_149059900.jpg \
|
||||
morguefiles_com_pindiyath100_149489898.jpg \
|
||||
morguefiles_com_pindiyath100_150855874.jpg \
|
||||
morguefiles_com_pindiyath100_160703628.jpg \
|
||||
morguefiles_com_pindiyath100_A1160419.JPG \
|
||||
morguefiles_com_pindiyath100_A1180678.JPG \
|
||||
morguefiles_com_pindiyath100_A1190005.jpg \
|
||||
morguefiles_com_pindiyath100_A1250317.JPG \
|
||||
morguefiles_com_pindiyath100_Fountain_pen.JPG \
|
||||
morguefiles_com_pindiyath100_P1120434.jpg \
|
||||
morguefiles_com_pindiyath100_PIC1092515922117.jpg \
|
||||
morguefiles_com_pindiyath100_PIC109263097871.jpg \
|
||||
morguefiles_com_pindiyath100_PIC109284443682.jpg \
|
||||
morguefiles_com_pindiyath100_Screw_Driver__and_screws.JPG \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
78
extras/Zip_accessoriesgalleryphotosplants.mk
Normal file
78
extras/Zip_accessoriesgalleryphotosplants.mk
Normal file
|
@ -0,0 +1,78 @@
|
|||
# -*- 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,accessoriesgalleryphotosplants,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Plants))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosplants,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosplants,\
|
||||
ArkSoft0405020018.jpg \
|
||||
ArkSoft0405020019.jpg \
|
||||
ArkSoft0508100018.jpg \
|
||||
ArkSoft0508100020.jpg \
|
||||
autumn_bonsai.jpg \
|
||||
Banksia.jpg \
|
||||
blueberries_sv400141.jpg \
|
||||
dsc00002.jpg \
|
||||
dsc00304.jpg \
|
||||
dsc00324.jpg \
|
||||
dsc01427.jpg \
|
||||
dsc02182.jpg \
|
||||
dsc03552.jpg \
|
||||
dsc07896.jpg \
|
||||
dsc08539.jpg \
|
||||
dsc20040214_143702_43.jpg \
|
||||
dsc20040214_143714_44.jpg \
|
||||
dsc20040221_101357_28.jpg \
|
||||
dsc20040225_174051_2.jpg \
|
||||
dsc20040225_174205_4.jpg \
|
||||
dsc20040225_174257_7.jpg \
|
||||
dsc20040306_155810_46.jpg \
|
||||
dsc20040424_132536_49.jpg \
|
||||
dsc20040424_142153_9.jpg \
|
||||
dsc20040424_153430_50.jpg \
|
||||
dsc20040424_153647_56.jpg \
|
||||
dsc20040424_153758_59.jpg \
|
||||
dsc20040424_153816_60.jpg \
|
||||
dsc20040501_130922_3.jpg \
|
||||
dsc20040724_152027_45.jpg \
|
||||
dsc20040724_152233_49.jpg \
|
||||
dsc20040724_152306_50.jpg \
|
||||
dsc20040903_171512_16.jpg \
|
||||
dsc20041231_182903_42.jpg \
|
||||
dsc20041231_182927_43.jpg \
|
||||
dsc20041231_182947_45.jpg \
|
||||
dsc20050101_181121_21.jpg \
|
||||
dsc20050101_181808_30.jpg \
|
||||
dsc20050101_182126_34.jpg \
|
||||
dscn0269.jpg \
|
||||
dscn0528.jpg \
|
||||
edelweiss_sv400091.jpg \
|
||||
IMG_0824.jpg \
|
||||
IMG_4528.jpg \
|
||||
JS_PDPhO_fruit_still_life.jpg \
|
||||
JS_PDPhO_garlic_pepper.jpg \
|
||||
JS_PDPhO_onions.jpg \
|
||||
JS_PDPhO_pepper.jpg \
|
||||
morguefiles_com_pindiyath100_10929117394.jpg \
|
||||
morguefiles_com_pindiyath100_109292837223.jpg \
|
||||
morguefiles_com_pindiyath100_A1180933.JPG \
|
||||
morguefiles_com_pindiyath100_A1190412.JPG \
|
||||
morguefiles_com_pindiyath100_Green_leaves.JPG \
|
||||
morguefiles_com_pindiyath100_Kiwi_fruit.jpg \
|
||||
mushrooms_log.jpg \
|
||||
mushroom_sv400101.jpg \
|
||||
random_002.jpg \
|
||||
strawberries_sv400130.jpg \
|
||||
strawberry_sv400131.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
38
extras/Zip_accessoriesgalleryphotosspace.mk
Normal file
38
extras/Zip_accessoriesgalleryphotosspace.mk
Normal file
|
@ -0,0 +1,38 @@
|
|||
# -*- 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,accessoriesgalleryphotosspace,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Space))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosspace,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosspace,\
|
||||
Wikimedia_Space_120px-Atlantis_taking_off_on_STS-27.jpg \
|
||||
Wikimedia_Space_1995-18-b-large_web.jpg \
|
||||
Wikimedia_Space_2005-06-b-large_web.jpg \
|
||||
Wikimedia_Space_2005-37-a-large_web.jpg \
|
||||
Wikimedia_Space_2006-10-a-large_web.jpg \
|
||||
Wikimedia_Space_395px-Mir_as_seen_from_Discovery_during_STS-63.jpg \
|
||||
Wikimedia_Space_433px-Baikal_liftoff.jpg \
|
||||
Wikimedia_Space_477px-Ap11-KSC-69PC-442.jpg \
|
||||
Wikimedia_Space_516px-Shuttle.jpg \
|
||||
Wikimedia_Space_594px-Apollo_11_bootprint.jpg \
|
||||
Wikimedia_Space_595px-Tarantula_nebula_detail.jpg \
|
||||
Wikimedia_Space_600px-Mars_Valles_Marineris.jpeg \
|
||||
Wikimedia_Space_682px-Atlantis_Docked_to_Mir.jpg \
|
||||
Wikimedia_Space_740px-Hst_sts82.jpg \
|
||||
Wikimedia_Space_792px-NASA_Space_Shuttle_Discovery_STS-92.jpg \
|
||||
Wikimedia_Space_As08-16-2593.jpg \
|
||||
Wikimedia_Space_heic0405a.jpg \
|
||||
Wikimedia_Space_NASA-Apollo8-Dec24-Earthrise.jpg \
|
||||
Wikimedia_Space_Sputnik.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
24
extras/Zip_accessoriesgalleryphotosstatues.mk
Normal file
24
extras/Zip_accessoriesgalleryphotosstatues.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
# -*- 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,accessoriesgalleryphotosstatues,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Statues))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotosstatues,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotosstatues,\
|
||||
ArkSoft0507170027.jpg \
|
||||
ArkSoft0507170032.jpg \
|
||||
ArkSoft0507170033.jpg \
|
||||
ArkSoft0507170045.jpg \
|
||||
ArkSoft0507170046.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
25
extras/Zip_accessoriesgalleryphotostravel.mk
Normal file
25
extras/Zip_accessoriesgalleryphotostravel.mk
Normal file
|
@ -0,0 +1,25 @@
|
|||
# -*- 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,accessoriesgalleryphotostravel,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Travel))
|
||||
|
||||
$(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotostravel,\
|
||||
$(call gb_UnpackedTarball_get_target,gallery-pack) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,accessoriesgalleryphotostravel,\
|
||||
JS_PDPhO_balloons_festival.jpg \
|
||||
JS_PDPhO_cruise_ship.jpg \
|
||||
JS_PDPhO_tall_ship.jpg \
|
||||
morguefiles_com_pindiyath100_10948812106.jpg \
|
||||
morguefiles_com_pindiyath100_130370322.jpg \
|
||||
morguefiles_com_pindiyath100_P1130277.JPG \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
22
extras/Zip_accessoriestemplatescommon.mk
Normal file
22
extras/Zip_accessoriestemplatescommon.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# -*- 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:
|
36
extras/Zip_accessoriestemplatescommoneducate.mk
Normal file
36
extras/Zip_accessoriestemplatescommoneducate.mk
Normal file
|
@ -0,0 +1,36 @@
|
|||
# -*- 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:
|
20
extras/Zip_accessoriestemplatescommonfinance.mk
Normal file
20
extras/Zip_accessoriestemplatescommonfinance.mk
Normal file
|
@ -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_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:
|
20
extras/Zip_accessoriestemplatescommonforms.mk
Normal file
20
extras/Zip_accessoriestemplatescommonforms.mk
Normal file
|
@ -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_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:
|
70
extras/Zip_accessoriestemplatescommonlabels.mk
Normal file
70
extras/Zip_accessoriestemplatescommonlabels.mk
Normal file
|
@ -0,0 +1,70 @@
|
|||
# -*- 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:
|
552
extras/Zip_accessoriestemplatescommonlayout.mk
Normal file
552
extras/Zip_accessoriestemplatescommonlayout.mk
Normal file
|
@ -0,0 +1,552 @@
|
|||
# -*- 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:
|
21
extras/Zip_accessoriestemplatescommonmisc.mk
Normal file
21
extras/Zip_accessoriestemplatescommonmisc.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- 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:
|
20
extras/Zip_accessoriestemplatescommonofficorr.mk
Normal file
20
extras/Zip_accessoriestemplatescommonofficorr.mk
Normal file
|
@ -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_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:
|
20
extras/Zip_accessoriestemplatescommonoffimisc.mk
Normal file
20
extras/Zip_accessoriestemplatescommonoffimisc.mk
Normal file
|
@ -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_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:
|
20
extras/Zip_accessoriestemplatescommonpersonal.mk
Normal file
20
extras/Zip_accessoriestemplatescommonpersonal.mk
Normal file
|
@ -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_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:
|
20
extras/Zip_accessoriestemplatescommonpresent.mk
Normal file
20
extras/Zip_accessoriestemplatescommonpresent.mk
Normal file
|
@ -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_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:
|
57
extras/Zip_autocorr.mk
Normal file
57
extras/Zip_autocorr.mk
Normal file
|
@ -0,0 +1,57 @@
|
|||
# -*- 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,autocorr,$(call gb_CustomTarget_get_workdir,extras/source/autotext)))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,autocorr,\
|
||||
acor_af-ZA.dat \
|
||||
acor_bg-BG.dat \
|
||||
acor_cs-CZ.dat \
|
||||
acor_da-DK.dat \
|
||||
acor_de-DE.dat \
|
||||
acor_en-AU.dat \
|
||||
acor_en-GB.dat \
|
||||
acor_en-US.dat \
|
||||
acor_en-ZA.dat \
|
||||
acor_es-ES.dat \
|
||||
acor_eu.dat \
|
||||
acor_fa-IR.dat \
|
||||
acor_fi-FI.dat \
|
||||
acor_fr-FR.dat \
|
||||
acor_ga-IE.dat \
|
||||
acor_hr-HR.dat \
|
||||
acor_hu-HU.dat \
|
||||
acor_it-IT.dat \
|
||||
acor_ja-JP.dat \
|
||||
acor_ko-KR.dat \
|
||||
acor_lb-LU.dat \
|
||||
acor_lt-LT.dat \
|
||||
acor_mn-MN.dat \
|
||||
acor_nl-BE.dat \
|
||||
acor_nl-NL.dat \
|
||||
acor_pl-PL.dat \
|
||||
acor_pt-BR.dat \
|
||||
acor_pt-PT.dat \
|
||||
acor_ru-RU.dat \
|
||||
acor_sh-ME.dat \
|
||||
acor_sh-RS.dat \
|
||||
acor_sh-YU.dat \
|
||||
acor_sk-SK.dat \
|
||||
acor_sl-SI.dat \
|
||||
acor_sr-ME.dat \
|
||||
acor_sr-RS.dat \
|
||||
acor_sr-YU.dat \
|
||||
acor_sv-SE.dat \
|
||||
acor_tr-TR.dat \
|
||||
acor_vi-VN.dat \
|
||||
acor_zh-CN.dat \
|
||||
acor_zh-TW.dat \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
16
extras/Zip_autotextuser.mk
Normal file
16
extras/Zip_autotextuser.mk
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- 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,autotextuser,$(SRCDIR)/extras/source/autotext))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,autotextuser,\
|
||||
mytexts.bau \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
17
extras/Zip_cfgsrvbitmapunx.mk
Normal file
17
extras/Zip_cfgsrvbitmapunx.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- 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,cfgsrvbitmapunx,$(SRCDIR)/extras/unx/source/bitmaps))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,cfgsrvbitmapunx,\
|
||||
psetupl.xpm \
|
||||
psetup.xpm \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
79
extras/Zip_cfgsrvnolang.mk
Normal file
79
extras/Zip_cfgsrvnolang.mk
Normal file
|
@ -0,0 +1,79 @@
|
|||
# -*- 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,cfgsrvnolang,$(SRCDIR)/extras/source/misc_config))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,cfgsrvnolang,\
|
||||
wizard/form/styles/beige.css \
|
||||
wizard/form/styles/bgr.css \
|
||||
wizard/form/styles/dark.css \
|
||||
wizard/form/styles/grey.css \
|
||||
wizard/form/styles/ibg.css \
|
||||
wizard/form/styles/ice.css \
|
||||
wizard/form/styles/orange.css \
|
||||
wizard/form/styles/red.css \
|
||||
wizard/form/styles/violet.css \
|
||||
wizard/form/styles/water.css \
|
||||
wizard/web/images/calc.gif \
|
||||
wizard/web/images/draw.gif \
|
||||
wizard/web/images/fls.gif \
|
||||
wizard/web/images/graphics.gif \
|
||||
wizard/web/images/html.gif \
|
||||
wizard/web/images/impress.gif \
|
||||
wizard/web/images/media.gif \
|
||||
wizard/web/images/other.gif \
|
||||
wizard/web/images/pdf.gif \
|
||||
wizard/web/images/writer.gif \
|
||||
wizard/web/layouts/diagonal/index.html.xsl \
|
||||
wizard/web/layouts/frame_bottom/index.html.xsl \
|
||||
wizard/web/layouts/frame_bottom/mainframe.html \
|
||||
wizard/web/layouts/frame_bottom/tocframe.html.xsl \
|
||||
wizard/web/layouts/frame_left/index.html.xsl \
|
||||
wizard/web/layouts/frame_left/mainframe.html \
|
||||
wizard/web/layouts/frame_left/tocframe.html.xsl \
|
||||
wizard/web/layouts/frame_right/index.html.xsl \
|
||||
wizard/web/layouts/frame_right/mainframe.html \
|
||||
wizard/web/layouts/frame_right/tocframe.html.xsl \
|
||||
wizard/web/layouts/frame_top/index.html.xsl \
|
||||
wizard/web/layouts/frame_top/mainframe.html \
|
||||
wizard/web/layouts/frame_top/tocframe.html.xsl \
|
||||
wizard/web/layouts/layoutF.xsl \
|
||||
wizard/web/layouts/layout.xsl \
|
||||
wizard/web/layouts/layoutX.xsl \
|
||||
wizard/web/layouts/simple/index.html.xsl \
|
||||
wizard/web/layouts/source.xml.xsl \
|
||||
wizard/web/layouts/table_2/index.html.xsl \
|
||||
wizard/web/layouts/table_3/index.html.xsl \
|
||||
wizard/web/layouts/zigzag/index.html.xsl \
|
||||
wizard/web/preview.html \
|
||||
wizard/web/styles/beige.css \
|
||||
wizard/web/styles/bg.css \
|
||||
wizard/web/styles/bgr.css \
|
||||
wizard/web/styles/bgrey.css \
|
||||
wizard/web/styles/bwb.css \
|
||||
wizard/web/styles/bwo.css \
|
||||
wizard/web/styles/dark.css \
|
||||
wizard/web/styles/dp.css \
|
||||
wizard/web/styles/forest.css \
|
||||
wizard/web/styles/green.css \
|
||||
wizard/web/styles/greenred.css \
|
||||
wizard/web/styles/grey.css \
|
||||
wizard/web/styles/ibg.css \
|
||||
wizard/web/styles/ice.css \
|
||||
wizard/web/styles/marine.css \
|
||||
wizard/web/styles/orange.css \
|
||||
wizard/web/styles/pc_old.css \
|
||||
wizard/web/styles/red.css \
|
||||
wizard/web/styles/rgb.css \
|
||||
wizard/web/styles/strange.css \
|
||||
wizard/web/styles/violet.css \
|
||||
wizard/web/styles/water.css \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
16
extras/Zip_cfgusr.mk
Normal file
16
extras/Zip_cfgusr.mk
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- 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,cfgusr,$(SRCDIR)/extras/source/misc_config))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,cfgusr,\
|
||||
autotbl.fmt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
17
extras/Zip_database.mk
Normal file
17
extras/Zip_database.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- 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,database,$(SRCDIR)/extras/source/database))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,database,\
|
||||
biblio.odb \
|
||||
evolocal.odb \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
17
extras/Zip_databasebiblio.mk
Normal file
17
extras/Zip_databasebiblio.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- 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,databasebiblio,$(SRCDIR)/extras/source/database))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,databasebiblio,\
|
||||
biblio.dbf \
|
||||
biblio.dbt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
77
extras/Zip_gallbullets.mk
Normal file
77
extras/Zip_gallbullets.mk
Normal file
|
@ -0,0 +1,77 @@
|
|||
# -*- 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,gallbullets,$(SRCDIR)/extras/source/gallery/bullets))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallbullets,\
|
||||
blkpearl.gif \
|
||||
bluarrow.gif \
|
||||
bluball.gif \
|
||||
bludiamd.gif \
|
||||
bluered.gif \
|
||||
blusqare.gif \
|
||||
blustar.gif \
|
||||
coffee_1.gif \
|
||||
coffee_2.gif \
|
||||
coffee_3.gif \
|
||||
coffee_4.gif \
|
||||
coffee_5.gif \
|
||||
con-blue.gif \
|
||||
con-cyan.gif \
|
||||
con-green.gif \
|
||||
con-lilac.gif \
|
||||
con-oran.gif \
|
||||
con-pink.gif \
|
||||
con-red.gif \
|
||||
con-yellow.gif \
|
||||
corner_1.gif \
|
||||
corner_2.gif \
|
||||
corner_3.gif \
|
||||
corner_4.gif \
|
||||
darkball.gif \
|
||||
darkblue.gif \
|
||||
gldpearl.gif \
|
||||
golfball.gif \
|
||||
grnarrow.gif \
|
||||
grnball.gif \
|
||||
grndiamd.gif \
|
||||
grnpearl.gif \
|
||||
grnsqare.gif \
|
||||
grnstar.gif \
|
||||
gryarrow.gif \
|
||||
gryball.gif \
|
||||
grydiamd.gif \
|
||||
grysqare.gif \
|
||||
grystar.gif \
|
||||
orgarrow.gif \
|
||||
orgball.gif \
|
||||
orgdiamd.gif \
|
||||
orgsqare.gif \
|
||||
orgstar.gif \
|
||||
pebble_1.gif \
|
||||
pebble_2.gif \
|
||||
pebble_3.gif \
|
||||
poliball.gif \
|
||||
popcorn_1.gif \
|
||||
popcorn_2.gif \
|
||||
rainbow.gif \
|
||||
redarrow.gif \
|
||||
redball.gif \
|
||||
reddiamd.gif \
|
||||
redsqare.gif \
|
||||
redstar.gif \
|
||||
whtpearl.gif \
|
||||
ylwarrow.gif \
|
||||
ylwball.gif \
|
||||
ylwdiamd.gif \
|
||||
ylwsqare.gif \
|
||||
ylwstar.gif \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
63
extras/Zip_gallhtmlexpo.mk
Normal file
63
extras/Zip_gallhtmlexpo.mk
Normal file
|
@ -0,0 +1,63 @@
|
|||
# -*- 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,gallhtmlexpo,$(SRCDIR)/extras/source/gallery/htmlexpo))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallhtmlexpo,\
|
||||
bludown.gif \
|
||||
blufirs_.gif \
|
||||
blufirs.gif \
|
||||
blulast_.gif \
|
||||
blulast.gif \
|
||||
blunav.gif \
|
||||
blunext_.gif \
|
||||
blunext.gif \
|
||||
bluprev_.gif \
|
||||
bluprev.gif \
|
||||
blutext.gif \
|
||||
bluup.gif \
|
||||
cubdown.gif \
|
||||
cubfirs_.gif \
|
||||
cubfirs.gif \
|
||||
cublast_.gif \
|
||||
cublast.gif \
|
||||
cubnav.gif \
|
||||
cubnext_.gif \
|
||||
cubnext.gif \
|
||||
cubprev_.gif \
|
||||
cubprev.gif \
|
||||
cubtext.gif \
|
||||
cubup.gif \
|
||||
gredown.gif \
|
||||
grefirs_.gif \
|
||||
grefirs.gif \
|
||||
grelast_.gif \
|
||||
grelast.gif \
|
||||
grenav.gif \
|
||||
grenext_.gif \
|
||||
grenext.gif \
|
||||
greprev_.gif \
|
||||
greprev.gif \
|
||||
gretext.gif \
|
||||
greup.gif \
|
||||
simdown.gif \
|
||||
simfirs_.gif \
|
||||
simfirs.gif \
|
||||
simlast_.gif \
|
||||
simlast.gif \
|
||||
simnav.gif \
|
||||
simnext_.gif \
|
||||
simnext.gif \
|
||||
simprev_.gif \
|
||||
simprev.gif \
|
||||
simtext.gif \
|
||||
simup.gif \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
20
extras/Zip_gallroot.mk
Normal file
20
extras/Zip_gallroot.mk
Normal file
|
@ -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_Zip_Zip,gallroot,$(SRCDIR)/extras/source/gallery))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallroot,\
|
||||
apples.gif \
|
||||
bigapple.gif \
|
||||
flower.gif \
|
||||
flowers.gif \
|
||||
sky.gif \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
40
extras/Zip_gallrulers.mk
Normal file
40
extras/Zip_gallrulers.mk
Normal file
|
@ -0,0 +1,40 @@
|
|||
# -*- 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,gallrulers,$(SRCDIR)/extras/source/gallery/rulers))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallrulers,\
|
||||
blkballs.gif \
|
||||
blurulr1.gif \
|
||||
blurulr2.gif \
|
||||
blurulr3.gif \
|
||||
blurulr4.gif \
|
||||
blurulr5.gif \
|
||||
blurulr6.gif \
|
||||
gldballs.gif \
|
||||
grnballs.gif \
|
||||
grnrulr1.gif \
|
||||
grnrulr2.gif \
|
||||
grnrulr3.gif \
|
||||
grnrulr4.gif \
|
||||
gryrulr1.gif \
|
||||
gryrulr2.gif \
|
||||
gryrulr3.gif \
|
||||
orgrulr1.gif \
|
||||
redrulr1.gif \
|
||||
redrulr2.gif \
|
||||
redrulr3.gif \
|
||||
redrulr4.gif \
|
||||
redrulr5.gif \
|
||||
striped.gif \
|
||||
whtballs.gif \
|
||||
ylwrulr1.gif \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
19
extras/Zip_gallsound.mk
Normal file
19
extras/Zip_gallsound.mk
Normal file
|
@ -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_Zip_Zip,gallsound,$(SRCDIR)/extras/source/gallery/gallery_sound))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallsound,\
|
||||
sg100.sdv \
|
||||
sg100.thm \
|
||||
sg30.sdv \
|
||||
sg30.thm \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
50
extras/Zip_gallsounds.mk
Normal file
50
extras/Zip_gallsounds.mk
Normal file
|
@ -0,0 +1,50 @@
|
|||
# -*- 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,gallsounds,$(SRCDIR)/extras/source/gallery/sounds))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallsounds,\
|
||||
apert2.wav \
|
||||
apert.wav \
|
||||
applause.wav \
|
||||
beam2.wav \
|
||||
beam.wav \
|
||||
cow.wav \
|
||||
curve.wav \
|
||||
drama.wav \
|
||||
explos.wav \
|
||||
falling.wav \
|
||||
glasses.wav \
|
||||
gong.wav \
|
||||
horse.wav \
|
||||
kling.wav \
|
||||
kongas.wav \
|
||||
laser.wav \
|
||||
left.wav \
|
||||
nature1.wav \
|
||||
nature2.wav \
|
||||
ok.wav \
|
||||
pluck.wav \
|
||||
roll.wav \
|
||||
romans.wav \
|
||||
soft.wav \
|
||||
space2.wav \
|
||||
space3.wav \
|
||||
space.wav \
|
||||
sparcle.wav \
|
||||
strom.wav \
|
||||
theetone.wav \
|
||||
top.wav \
|
||||
train.wav \
|
||||
untie.wav \
|
||||
ups.wav \
|
||||
wallewal.wav \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
39
extras/Zip_gallsystem.mk
Normal file
39
extras/Zip_gallsystem.mk
Normal file
|
@ -0,0 +1,39 @@
|
|||
# -*- 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,gallsystem,$(SRCDIR)/extras/source/gallery/gallery_system))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallsystem,\
|
||||
sg1.sdg \
|
||||
sg1.sdv \
|
||||
sg1.thm \
|
||||
sg24.sdg \
|
||||
sg24.sdv \
|
||||
sg24.thm \
|
||||
sg25.sdg \
|
||||
sg25.sdv \
|
||||
sg25.thm \
|
||||
sg2.sdg \
|
||||
sg2.sdv \
|
||||
sg2.thm \
|
||||
sg36.sdg \
|
||||
sg36.sdv \
|
||||
sg36.thm \
|
||||
sg3.sdg \
|
||||
sg3.sdv \
|
||||
sg3.thm \
|
||||
sg4.sdg \
|
||||
sg4.sdv \
|
||||
sg4.thm \
|
||||
sg9.sdg \
|
||||
sg9.sdv \
|
||||
sg9.thm \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
77
extras/Zip_gallwwwback.mk
Normal file
77
extras/Zip_gallwwwback.mk
Normal file
|
@ -0,0 +1,77 @@
|
|||
# -*- 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,gallwwwback,$(SRCDIR)/extras/source/gallery/www-back))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallwwwback,\
|
||||
aqua.jpg \
|
||||
bathroom.jpg \
|
||||
blocks.jpg \
|
||||
blow_green.jpg \
|
||||
blueblop.jpg \
|
||||
bulging.jpg \
|
||||
canvas_blue.jpg \
|
||||
cheese.jpg \
|
||||
chocolate.jpg \
|
||||
citrus.jpg \
|
||||
confetti.jpg \
|
||||
daisy.jpg \
|
||||
fluffy-grey.jpg \
|
||||
fluffy.jpg \
|
||||
fuzzy-blue.jpg \
|
||||
fuzzy-darkgrey.jpg \
|
||||
fuzzy-grey.jpg \
|
||||
fuzzy-lightgrey.jpg \
|
||||
fuzzy_light.jpg \
|
||||
gregre.gif \
|
||||
grey.gif \
|
||||
grypaws.gif \
|
||||
ice-blue.jpg \
|
||||
ice-light.jpg \
|
||||
imitation_leather.jpg \
|
||||
interstices.jpg \
|
||||
jeansblk.jpg \
|
||||
jeans.jpg \
|
||||
lawn-artificial.jpg \
|
||||
lawn.jpg \
|
||||
lightblue-wet.jpg \
|
||||
linen-fine.jpg \
|
||||
lino-green.jpg \
|
||||
liquid-blue.jpg \
|
||||
marble_dark.jpg \
|
||||
marble.jpg \
|
||||
mazes.jpg \
|
||||
mint.gif \
|
||||
notes.gif \
|
||||
pattern.jpg \
|
||||
pebble-light.jpg \
|
||||
pink.gif \
|
||||
pool.jpg \
|
||||
popcorn.jpg \
|
||||
purple.jpg \
|
||||
reddark.jpg \
|
||||
rings-green.jpg \
|
||||
rings-orange.jpg \
|
||||
roses.jpg \
|
||||
sand.jpg \
|
||||
sand-light.jpg \
|
||||
sky.jpg \
|
||||
soft-structure_grey.jpg \
|
||||
space.jpg \
|
||||
stone-dark.jpg \
|
||||
stone.jpg \
|
||||
structure_darkgreen.gif \
|
||||
structure_green.jpg \
|
||||
structure.jpg \
|
||||
wall-grey.jpg \
|
||||
wet-turquoise.jpg \
|
||||
wood.jpg \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
108
extras/Zip_gallwwwgraf.mk
Normal file
108
extras/Zip_gallwwwgraf.mk
Normal file
|
@ -0,0 +1,108 @@
|
|||
# -*- 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,gallwwwgraf,$(SRCDIR)/extras/source/gallery/www-graf))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,gallwwwgraf,\
|
||||
bluat.gif \
|
||||
bluback.gif \
|
||||
bludisk.gif \
|
||||
bludown.gif \
|
||||
bluhome.gif \
|
||||
bluinfo.gif \
|
||||
bluleft.gif \
|
||||
blumail.gif \
|
||||
bluminus.gif \
|
||||
bluplus.gif \
|
||||
bluquest.gif \
|
||||
bluright.gif \
|
||||
bluup.gif \
|
||||
gredisk.gif \
|
||||
gredown.gif \
|
||||
grehome.gif \
|
||||
greinfo.gif \
|
||||
greleft.gif \
|
||||
gremail.gif \
|
||||
greminus.gif \
|
||||
greplus.gif \
|
||||
grequest.gif \
|
||||
greright.gif \
|
||||
greup.gif \
|
||||
grnat.gif \
|
||||
grnback.gif \
|
||||
grndisk.gif \
|
||||
grndown.gif \
|
||||
grnexcla.gif \
|
||||
grnhome.gif \
|
||||
grninfo.gif \
|
||||
grnleft.gif \
|
||||
grnmail.gif \
|
||||
grnminus.gif \
|
||||
grnplus.gif \
|
||||
grnquest.gif \
|
||||
grnright.gif \
|
||||
grnup.gif \
|
||||
gryat.gif \
|
||||
gryback.gif \
|
||||
grydisk.gif \
|
||||
grydown.gif \
|
||||
gryhome.gif \
|
||||
gryinfo.gif \
|
||||
gryleft.gif \
|
||||
grymail.gif \
|
||||
gryminus.gif \
|
||||
gryplus.gif \
|
||||
gryquest.gif \
|
||||
gryright.gif \
|
||||
gryup.gif \
|
||||
men@work.gif \
|
||||
orgat.gif \
|
||||
orgback.gif \
|
||||
orgdisk.gif \
|
||||
orgdown.gif \
|
||||
orghome.gif \
|
||||
orginfo.gif \
|
||||
orgleft.gif \
|
||||
orgmail.gif \
|
||||
orgminus.gif \
|
||||
orgplus.gif \
|
||||
orgquest.gif \
|
||||
orgright.gif \
|
||||
orgup.gif \
|
||||
redat.gif \
|
||||
redback.gif \
|
||||
reddisk.gif \
|
||||
reddown.gif \
|
||||
redhome.gif \
|
||||
redinfo.gif \
|
||||
redleft.gif \
|
||||
redmail.gif \
|
||||
redminus.gif \
|
||||
redplus.gif \
|
||||
redquest.gif \
|
||||
redright.gif \
|
||||
redup.gif \
|
||||
turdown.gif \
|
||||
turhome.gif \
|
||||
turleft.gif \
|
||||
turright.gif \
|
||||
turup.gif \
|
||||
viohome.gif \
|
||||
violeft.gif \
|
||||
vioright.gif \
|
||||
vioup.gif \
|
||||
ylwdown.gif \
|
||||
ylwhome.gif \
|
||||
ylwleft.gif \
|
||||
ylwmail.gif \
|
||||
ylwright.gif \
|
||||
ylwup.gif \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
34
extras/Zip_palettes.mk
Normal file
34
extras/Zip_palettes.mk
Normal file
|
@ -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_Zip_Zip,palettes,$(SRCDIR)/extras/source/palettes))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,palettes,\
|
||||
arrowhd.soe \
|
||||
classic.sog \
|
||||
cmyk.soc \
|
||||
gallery.soc \
|
||||
hatching.soh \
|
||||
html.soc \
|
||||
libreoffice.soc \
|
||||
modern.sog \
|
||||
palette.soc \
|
||||
scribus.soc \
|
||||
standard.sob \
|
||||
standard.soc \
|
||||
standard.sod \
|
||||
standard.soe \
|
||||
standard.sog \
|
||||
standard.soh \
|
||||
styles.sod \
|
||||
tango.soc \
|
||||
web.soc \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
25
extras/Zip_tpllayoutimpr.mk
Normal file
25
extras/Zip_tpllayoutimpr.mk
Normal file
|
@ -0,0 +1,25 @@
|
|||
# -*- 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,tpllayoutimpr,$(SRCDIR)/extras/source/templates/layout))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,tpllayoutimpr,\
|
||||
AbstractGreen.otp \
|
||||
AbstractRed.otp \
|
||||
AbstractYellow.otp \
|
||||
BrightBlue.otp \
|
||||
DNA.otp \
|
||||
Inspiration.otp \
|
||||
LushGreen.otp \
|
||||
Metropolis.otp \
|
||||
Sunset.otp \
|
||||
Vintage.otp \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
43
extras/Zip_tplwizbitmap.mk
Normal file
43
extras/Zip_tplwizbitmap.mk
Normal file
|
@ -0,0 +1,43 @@
|
|||
# -*- 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,tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,tplwizbitmap,\
|
||||
cancel_down.bmp \
|
||||
cancel_up.bmp \
|
||||
down.bmp \
|
||||
end.bmp \
|
||||
euro_1.bmp \
|
||||
euro_2.bmp \
|
||||
euro_3.bmp \
|
||||
ftpconnected.gif \
|
||||
ftpconnecting.gif \
|
||||
ftperror.gif \
|
||||
ftpunknown.gif \
|
||||
Import_1.bmp \
|
||||
Import_3.bmp \
|
||||
Import_4.bmp \
|
||||
maximize.bmp \
|
||||
minimize.bmp \
|
||||
MS-Import_2-1.bmp \
|
||||
MS-Import_2-2.bmp \
|
||||
MS-Import_2-3.bmp \
|
||||
okay_down.bmp \
|
||||
okay_up.bmp \
|
||||
report.bmp \
|
||||
tutorial_background.gif \
|
||||
up.bmp \
|
||||
XML-Import_2-1.bmp \
|
||||
XML-Import_2-2.bmp \
|
||||
XML-Import_2-3.bmp \
|
||||
XML-Import_2-4.bmp \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
17
extras/Zip_tplwizdesktop.mk
Normal file
17
extras/Zip_tplwizdesktop.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- 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,tplwizdesktop,$(SRCDIR)/extras/source/templates/wizard/desktop))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,tplwizdesktop,\
|
||||
html.stw \
|
||||
idxexample.odt \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
275
extras/Zip_tplwizletter.mk
Normal file
275
extras/Zip_tplwizletter.mk
Normal file
|
@ -0,0 +1,275 @@
|
|||
# -*- 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,tplwizletter,$(SRCDIR)/extras/source/templates/wizard/letter/lang))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,tplwizletter,\
|
||||
bg/bus-elegant_l.ott \
|
||||
bg/bus-modern_l.ott \
|
||||
bg/bus-office_l.ott \
|
||||
bg/off-elegant_l.ott \
|
||||
bg/off-modern_l.ott \
|
||||
bg/off-office_l.ott \
|
||||
bg/pri-bottle_l.ott \
|
||||
bg/pri-mail_l.ott \
|
||||
bg/pri-marine_l.ott \
|
||||
bg/pri-redline_l.ott \
|
||||
cs/bus-elegant_l.ott \
|
||||
cs/bus-modern_l.ott \
|
||||
cs/bus-office_l.ott \
|
||||
cs/off-elegant_l.ott \
|
||||
cs/off-modern_l.ott \
|
||||
cs/off-office_l.ott \
|
||||
cs/pri-bottle_l.ott \
|
||||
cs/pri-mail_l.ott \
|
||||
cs/pri-marine_l.ott \
|
||||
cs/pri-redline_l.ott \
|
||||
da/bus-elegant_l.ott \
|
||||
da/bus-modern_l.ott \
|
||||
da/bus-office_l.ott \
|
||||
da/off-elegant_l.ott \
|
||||
da/off-modern_l.ott \
|
||||
da/off-office_l.ott \
|
||||
da/pri-bottle_l.ott \
|
||||
da/pri-mail_l.ott \
|
||||
da/pri-marine_l.ott \
|
||||
da/pri-redline_l.ott \
|
||||
de/bus-elegant_l.ott \
|
||||
de/bus-modern_l.ott \
|
||||
de/bus-office_l.ott \
|
||||
de/off-elegant_l.ott \
|
||||
de/off-modern_l.ott \
|
||||
de/off-office_l.ott \
|
||||
de/pri-bottle_l.ott \
|
||||
de/pri-mail_l.ott \
|
||||
de/pri-marine_l.ott \
|
||||
de/pri-redline_l.ott \
|
||||
en-GB/bus-elegant_l.ott \
|
||||
en-GB/bus-modern_l.ott \
|
||||
en-GB/bus-office_l.ott \
|
||||
en-GB/off-elegant_l.ott \
|
||||
en-GB/off-modern_l.ott \
|
||||
en-GB/off-office_l.ott \
|
||||
en-GB/pri-bottle_l.ott \
|
||||
en-GB/pri-mail_l.ott \
|
||||
en-GB/pri-marine_l.ott \
|
||||
en-GB/pri-redline_l.ott \
|
||||
en-US/bus-elegant_l.ott \
|
||||
en-US/bus-modern_l.ott \
|
||||
en-US/bus-office_l.ott \
|
||||
en-US/off-elegant_l.ott \
|
||||
en-US/off-modern_l.ott \
|
||||
en-US/off-office_l.ott \
|
||||
en-US/pri-bottle_l.ott \
|
||||
en-US/pri-mail_l.ott \
|
||||
en-US/pri-marine_l.ott \
|
||||
en-US/pri-redline_l.ott \
|
||||
es/bus-elegant_l.ott \
|
||||
es/bus-modern_l.ott \
|
||||
es/bus-office_l.ott \
|
||||
es/off-elegant_l.ott \
|
||||
es/off-modern_l.ott \
|
||||
es/off-office_l.ott \
|
||||
es/pri-bottle_l.ott \
|
||||
es/pri-mail_l.ott \
|
||||
es/pri-marine_l.ott \
|
||||
es/pri-redline_l.ott \
|
||||
eu/bus-elegant_l.ott \
|
||||
eu/bus-modern_l.ott \
|
||||
eu/bus-office_l.ott \
|
||||
eu/off-elegant_l.ott \
|
||||
eu/off-modern_l.ott \
|
||||
eu/off-office_l.ott \
|
||||
eu/pri-bottle_l.ott \
|
||||
eu/pri-mail_l.ott \
|
||||
eu/pri-marine_l.ott \
|
||||
eu/pri-redline_l.ott \
|
||||
fr/bus-elegant_l.ott \
|
||||
fr/bus-modern_l.ott \
|
||||
fr/bus-office_l.ott \
|
||||
fr/off-elegant_l.ott \
|
||||
fr/off-modern_l.ott \
|
||||
fr/off-office_l.ott \
|
||||
fr/pri-bottle_l.ott \
|
||||
fr/pri-mail_l.ott \
|
||||
fr/pri-marine_l.ott \
|
||||
fr/pri-redline_l.ott \
|
||||
hu/bus-elegant_l.ott \
|
||||
hu/bus-modern_l.ott \
|
||||
hu/bus-office_l.ott \
|
||||
hu/off-elegant_l.ott \
|
||||
hu/off-modern_l.ott \
|
||||
hu/off-office_l.ott \
|
||||
hu/pri-bottle_l.ott \
|
||||
hu/pri-mail_l.ott \
|
||||
hu/pri-marine_l.ott \
|
||||
hu/pri-redline_l.ott \
|
||||
it/bus-elegant_l.ott \
|
||||
it/bus-modern_l.ott \
|
||||
it/bus-office_l.ott \
|
||||
it/off-elegant_l.ott \
|
||||
it/off-modern_l.ott \
|
||||
it/off-office_l.ott \
|
||||
it/pri-bottle_l.ott \
|
||||
it/pri-mail_l.ott \
|
||||
it/pri-marine_l.ott \
|
||||
it/pri-redline_l.ott \
|
||||
ja/bus-elegant_l.ott \
|
||||
ja/bus-modern_l.ott \
|
||||
ja/bus-office_l.ott \
|
||||
ja/off-elegant_l.ott \
|
||||
ja/off-modern_l.ott \
|
||||
ja/off-office_l.ott \
|
||||
ja/pri-bottle_l.ott \
|
||||
ja/pri-mail_l.ott \
|
||||
ja/pri-marine_l.ott \
|
||||
ja/pri-redline_l.ott \
|
||||
km/bus-elegant_l.ott \
|
||||
km/bus-modern_l.ott \
|
||||
km/bus-office_l.ott \
|
||||
km/off-elegant_l.ott \
|
||||
km/off-modern_l.ott \
|
||||
km/off-office_l.ott \
|
||||
km/pri-bottle_l.ott \
|
||||
km/pri-mail_l.ott \
|
||||
km/pri-marine_l.ott \
|
||||
km/pri-redline_l.ott \
|
||||
ko/bus-elegant_l.ott \
|
||||
ko/bus-modern_l.ott \
|
||||
ko/bus-office_l.ott \
|
||||
ko/off-elegant_l.ott \
|
||||
ko/off-modern_l.ott \
|
||||
ko/off-office_l.ott \
|
||||
ko/pri-bottle_l.ott \
|
||||
ko/pri-mail_l.ott \
|
||||
ko/pri-marine_l.ott \
|
||||
ko/pri-redline_l.ott \
|
||||
nl/bus-elegant_l.ott \
|
||||
nl/bus-modern_l.ott \
|
||||
nl/bus-office_l.ott \
|
||||
nl/off-elegant_l.ott \
|
||||
nl/off-modern_l.ott \
|
||||
nl/off-office_l.ott \
|
||||
nl/pri-bottle_l.ott \
|
||||
nl/pri-mail_l.ott \
|
||||
nl/pri-marine_l.ott \
|
||||
nl/pri-redline_l.ott \
|
||||
pl/bus-elegant_l.ott \
|
||||
pl/bus-modern_l.ott \
|
||||
pl/bus-office_l.ott \
|
||||
pl/off-elegant_l.ott \
|
||||
pl/off-modern_l.ott \
|
||||
pl/off-office_l.ott \
|
||||
pl/pri-bottle_l.ott \
|
||||
pl/pri-mail_l.ott \
|
||||
pl/pri-marine_l.ott \
|
||||
pl/pri-redline_l.ott \
|
||||
pt-BR/bus-elegant_l.ott \
|
||||
pt-BR/bus-modern_l.ott \
|
||||
pt-BR/bus-office_l.ott \
|
||||
pt-BR/off-elegant_l.ott \
|
||||
pt-BR/off-modern_l.ott \
|
||||
pt-BR/off-office_l.ott \
|
||||
pt-BR/pri-bottle_l.ott \
|
||||
pt-BR/pri-mail_l.ott \
|
||||
pt-BR/pri-marine_l.ott \
|
||||
pt-BR/pri-redline_l.ott \
|
||||
pt/bus-elegant_l.ott \
|
||||
pt/bus-modern_l.ott \
|
||||
pt/bus-office_l.ott \
|
||||
pt/off-elegant_l.ott \
|
||||
pt/off-modern_l.ott \
|
||||
pt/off-office_l.ott \
|
||||
pt/pri-bottle_l.ott \
|
||||
pt/pri-mail_l.ott \
|
||||
pt/pri-marine_l.ott \
|
||||
pt/pri-redline_l.ott \
|
||||
ru/bus-elegant_l.ott \
|
||||
ru/bus-modern_l.ott \
|
||||
ru/bus-office_l.ott \
|
||||
ru/off-elegant_l.ott \
|
||||
ru/off-modern_l.ott \
|
||||
ru/off-office_l.ott \
|
||||
ru/pri-bottle_l.ott \
|
||||
ru/pri-mail_l.ott \
|
||||
ru/pri-marine_l.ott \
|
||||
ru/pri-redline_l.ott \
|
||||
sk/bus-elegant_l.ott \
|
||||
sk/bus-modern_l.ott \
|
||||
sk/bus-office_l.ott \
|
||||
sk/off-elegant_l.ott \
|
||||
sk/off-modern_l.ott \
|
||||
sk/off-office_l.ott \
|
||||
sk/pri-bottle_l.ott \
|
||||
sk/pri-mail_l.ott \
|
||||
sk/pri-marine_l.ott \
|
||||
sk/pri-redline_l.ott \
|
||||
sl/bus-elegant_l.ott \
|
||||
sl/bus-modern_l.ott \
|
||||
sl/bus-office_l.ott \
|
||||
sl/off-elegant_l.ott \
|
||||
sl/off-modern_l.ott \
|
||||
sl/off-office_l.ott \
|
||||
sl/pri-bottle_l.ott \
|
||||
sl/pri-mail_l.ott \
|
||||
sl/pri-marine_l.ott \
|
||||
sl/pri-redline_l.ott \
|
||||
sv/bus-elegant_l.ott \
|
||||
sv/bus-modern_l.ott \
|
||||
sv/bus-office_l.ott \
|
||||
sv/off-elegant_l.ott \
|
||||
sv/off-modern_l.ott \
|
||||
sv/off-office_l.ott \
|
||||
sv/pri-bottle_l.ott \
|
||||
sv/pri-mail_l.ott \
|
||||
sv/pri-marine_l.ott \
|
||||
sv/pri-redline_l.ott \
|
||||
tr/bus-elegant_l.ott \
|
||||
tr/bus-modern_l.ott \
|
||||
tr/bus-office_l.ott \
|
||||
tr/off-elegant_l.ott \
|
||||
tr/off-modern_l.ott \
|
||||
tr/off-office_l.ott \
|
||||
tr/pri-bottle_l.ott \
|
||||
tr/pri-mail_l.ott \
|
||||
tr/pri-marine_l.ott \
|
||||
tr/pri-redline_l.ott \
|
||||
vi/bus-elegant_l.ott \
|
||||
vi/bus-modern_l.ott \
|
||||
vi/bus-office_l.ott \
|
||||
vi/off-elegant_l.ott \
|
||||
vi/off-modern_l.ott \
|
||||
vi/off-office_l.ott \
|
||||
vi/pri-bottle_l.ott \
|
||||
vi/pri-mail_l.ott \
|
||||
vi/pri-marine_l.ott \
|
||||
vi/pri-redline_l.ott \
|
||||
zh-CN/bus-elegant_l.ott \
|
||||
zh-CN/bus-modern_l.ott \
|
||||
zh-CN/bus-office_l.ott \
|
||||
zh-CN/off-elegant_l.ott \
|
||||
zh-CN/off-modern_l.ott \
|
||||
zh-CN/off-office_l.ott \
|
||||
zh-CN/pri-bottle_l.ott \
|
||||
zh-CN/pri-mail_l.ott \
|
||||
zh-CN/pri-marine_l.ott \
|
||||
zh-CN/pri-redline_l.ott \
|
||||
zh-TW/bus-elegant_l.ott \
|
||||
zh-TW/bus-modern_l.ott \
|
||||
zh-TW/bus-office_l.ott \
|
||||
zh-TW/off-elegant_l.ott \
|
||||
zh-TW/off-modern_l.ott \
|
||||
zh-TW/off-office_l.ott \
|
||||
zh-TW/pri-bottle_l.ott \
|
||||
zh-TW/pri-mail_l.ott \
|
||||
zh-TW/pri-marine_l.ott \
|
||||
zh-TW/pri-redline_l.ott \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
19
extras/Zip_wordbook.mk
Normal file
19
extras/Zip_wordbook.mk
Normal file
|
@ -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_Zip_Zip,wordbook,$(SRCDIR)/extras/source/wordbook))
|
||||
|
||||
$(eval $(call gb_Zip_add_files,wordbook,\
|
||||
en-GB.dic \
|
||||
en-US.dic \
|
||||
sl.dic \
|
||||
technical.dic \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue