No LibreOfficeKit headers and examples for macOS

LibreOfficeKit has issues in macOS, as discussed in LibreOffice
development mailing List and also in tdf#145127.

LibreOfficeKit unrunnable on macOS
https://lists.freedesktop.org/archives/libreoffice/2024-July/092256.html

Therefore, let's not ship the LibreOfficeKit headers and examples with
LibreOffice Community for macOS. If the above issue is solved, then it
will be possible to ship those again later.

Change-Id: I5ba62ee84432a09732d96a5d86eb0a1bf866671f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171095
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
This commit is contained in:
Hossein 2024-07-27 15:24:50 +02:00
parent fa89130d49
commit 67afda8955
2 changed files with 13 additions and 9 deletions

View file

@ -428,9 +428,11 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples,
cpp/Convertor/Convertor.cxx \
cpp/Convertor/Makefile \
cpp/Convertor/test.odt \
$(if $(filter-out $(OS),MACOSX), \
cpp/lokconvert/lokconvert.cxx \
cpp/lokconvert/Makefile \
cpp/lokconvert/test.odt \
) \
cpp/Draw/Draw.cxx \
cpp/Draw/Makefile \
cpp/DocumentLoader/DocumentLoader.cxx \

View file

@ -184,12 +184,14 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\
uno/mapping.hxx \
uno/sequence2.h \
uno/threadpool.h \
$(if $(filter-out $(OS),MACOSX), \
$(if $(ENABLE_GTK3),LibreOfficeKit/LibreOfficeKitGtk.h) \
LibreOfficeKit/LibreOfficeKit.hxx \
LibreOfficeKit/LibreOfficeKitEnums.h \
LibreOfficeKit/LibreOfficeKit.h \
LibreOfficeKit/LibreOfficeKitInit.h \
LibreOfficeKit/LibreOfficeKitTypes.h \
) \
))
# vim: set noet sw=4 ts=4: