# -*- 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_Library_Library,merged)) # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) $(eval $(call gb_Library_use_libraries,merged,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmaccess \ jvmfwk) \ sal \ salhelper \ ucbhelper \ xmlreader \ $(gb_UWINAPI) \ )) ifeq ($(OS),WNT) # prevent warning spamming $(eval $(call gb_Library_add_ldflags,merged,\ /ignore:4049 \ /ignore:4217 \ )) # cursors $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc)) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ AppleRemote \ )) endif # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Expand)Author
2022-04-27[cp] Update brand colors: progress bar and app iconsPedro Pinto Silva
2022-02-13change rpm compression algorithm to multi threaded xzAndras Timar
2022-02-13[cp] do not include version number to package nameAndras Timar
2022-02-13[cp] fix vendor name in package info and desktop filesAndras Timar
2022-02-13[cp] Collabora Office brandingAndras Timar
2021-10-12uses of icon_filename are goneCaolán McNamara
2021-10-12document-new shouldn't get prefixed to become libreoffice-document-newCaolán McNamara
2021-08-20Make some scripts more portableIlmari Lauhakangas
2021-07-07tdf#133368: update extensions website URLs and use httpsStéphane Guillou
2021-06-28Add URI handlers for MS Office URI Schemes on Linux/macOSSamuel Mehrbrodt
2021-06-28Tabs to spacesSamuel Mehrbrodt
2021-06-24Handle fancy webdav URI schemes on all platformsThorsten Behrens
2021-06-11math.desktop include "Spreadsheet" categoryCaolán McNamara
2021-04-29apparmor: Fix "oopslash" typoRico Tzschichholz
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-12-23tdf#135504: Install application metadata in /usr/share/metainfoChris Mayo
2020-11-14Remove obsolete GNOME 2 MIME types filesChris Mayo
2020-11-10tdf#132787: Don't duplicate hicolor icon theme as gnomeChris Mayo
2020-11-01Don't try to include hicolor SVG mimetypes icons in rpmChris Mayo
2020-10-29tdf#132737: Don't install SVG source icons or locolor themeChris Mayo
2020-09-22Suppress PYTHONWARNINGS=error in system g-ir-scannerStephan Bergmann
2020-09-08tdf#96725: Add LSHandlerRank for the recently added AppleWorks DocumentTor Lillqvist
2020-09-08Follow the rules when building for the App StoreTor Lillqvist
2020-07-26Revert "tdf#132787: Don't duplicate hicolor icon theme as gnome"Christian Lohmaier
2020-07-24tdf#132787: Don't duplicate hicolor icon theme as gnomeChris Mayo