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
,gpgmepp
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,gpgmepp
,$(GPGME_TARBALL
)))
14 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,gpgmepp
,0))
16 # * external/gpgmepp/add-gpgme_set_global_flag-wrapper.patch upstreamed at
17 # <https://dev.gnupg.org/T4471> "No gpgmepp API to call gpgme_set_global_flag"
18 # * external/gpgmepp/version.patch upstream at <https://dev.gnupg.org/T4168> "gpgme: `make dist`
19 # introduced VERSION can clash with new C++ <version>":
20 $(eval
$(call gb_UnpackedTarball_add_patches
,gpgmepp
, \
21 external
/gpgmepp
/find-libgpg-error-libassuan.patch \
22 external
/gpgmepp
/fix-autoconf-macros.patch \
23 external
/gpgmepp
/add-minimal-keyexport.patch \
24 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-build-fixes.patch
.1) \
25 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-disable-docs.patch
.1) \
26 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-fix-win32-macro.patch
.1) \
27 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-fix-libtool.patch
.1) \
28 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-add-initializer.patch
.1) \
29 external
/gpgmepp
/w32-build-fixes-2.patch \
30 external
/gpgmepp
/add-gpgme_set_global_flag-wrapper.patch \
31 $(if
$(filter LINUX
,$(OS
)),external
/gpgmepp
/asan.patch
) \
32 $(if
$(filter LINUX
,$(OS
)),external
/gpgmepp
/rpath.patch
) \
33 external
/gpgmepp
/gcc9.patch \
34 external
/gpgmepp
/version.patch \
35 external
/gpgmepp
/ubsan.patch \
37 # vim: set noet sw=4 ts=4: