# -*- 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_InstallModule_InstallModule,scp2/python)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/python,\ python \ python_scriptprovider \ $(call gb_Helper_optional,LIBRELOGO,python_librelogo) \ )) ifeq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DDISABLE_PYUNO \ )) else ifneq ($(SYSTEM_PYTHON),) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DSYSTEM_PYTHON \ )) else $(eval $(call gb_InstallModule_define_if_set,scp2/python,\ ENABLE_MACOSX_SANDBOX \ )) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DPYVERSION=$(PYTHON_VERSION) \ $(call gb_Helper_optional,LIBRELOGO,-DENABLE_LIBRELOGO=1) \ )) endif $(eval $(call gb_InstallModule_add_scpfiles,scp2/python,\ scp2/source/python/file_python \ $(call gb_Helper_optional,LIBRELOGO,scp2/source/python/file_python_librelogo) \ scp2/source/python/module_python \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/python,\ $(call gb_Helper_optional,LIBRELOGO,scp2/source/python/module_python_librelogo) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ra/co-23.05 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-07 18:42:09 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-07 18:42:51 +0200
commit4a1edc9b8c2c3f0e0af003050d286ddce84cdbf0 (patch)
tree9b70f34e5903dae05e5e6f352d3d21a83c1c0bad
parent3f048c8b256ce247546dd78472926b65a332edca (diff)
update translations for master/7.6.0 beta1 libreoffice-7-6-branch-point
and force-fix errors using pocheck Change-Id: Ibebf6c575f745ff4e53a2553a5edc0ec42f2ab33
Diffstat