calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / external / liborcus / UnpackedTarball_liborcus.mk
blob47d05e82c612f3167bc6fd0385b55ae5c2da3560
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,liborcus))
12 $(eval $(call gb_UnpackedTarball_set_tarball,liborcus,$(ORCUS_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,liborcus,1))
16 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,liborcus))
18 # forcepoint-83.patch.1 merged as
19 # https://gitlab.com/orcus/orcus/-/commit/9f6400b8192e39fefd475a96222713e9e9c60038
20 # forcepoint-84.patch.1 merged as
21 # https://gitlab.com/orcus/orcus/-/commit/223defe95d6f20f1bc5fd22fecc80a79a9519028
22 # forcepoint-87.patch.1 merged as
23 # https://gitlab.com/orcus/orcus/-/commit/a718524ca424fb8a7e7931345a118342d1d4a507
24 # forcepoint-88.patch.1 merged as
25 # https://gitlab.com/orcus/orcus/-/commit/0a99ca6d50af51f1b0a151fdcac5e12ec9b01bf8
26 # forcepoint-95.patch.1 submitted as
27 # https://gitlab.com/orcus/orcus/-/merge_requests/124
28 # overrun.patch.0 submitted as
29 # https://gitlab.com/orcus/orcus/-/merge_requests/131
31 $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\
32 external/liborcus/rpath.patch.0 \
33 external/liborcus/gcc9.patch.0 \
34 external/liborcus/libtool.patch.0 \
35 external/liborcus/fix-pch.patch.0 \
36 external/liborcus/liborcus_newline.patch.1 \
37 external/liborcus/std-get-busted.patch.1 \
38 external/liborcus/forcepoint-83.patch.1 \
39 external/liborcus/forcepoint-84.patch.1 \
40 external/liborcus/forcepoint-87.patch.1 \
41 external/liborcus/forcepoint-88.patch.1 \
42 external/liborcus/forcepoint-95.patch.1 \
43 external/liborcus/include.patch.0 \
44 external/liborcus/overrun.patch.0 \
45 external/liborcus/liborcus-no-benchmark.patch.1 \
48 ifeq ($(OS),WNT)
49 $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\
50 external/liborcus/windows-constants-hack.patch \
51 external/liborcus/win_path_utf16.patch \
53 endif
55 # vim: set noet sw=4 ts=4: