bump product version to 4.1.6.2
[LibreOffice.git] / graphite / UnpackedTarball_graphite.mk
bloba25b3166e2808e5862759da861f17dbbe5e04313
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,graphite))
12 $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
14 # http://projects.palaso.org/issues/1030
15 # http://projects.palaso.org/issues/1115
16 $(eval $(call gb_UnpackedTarball_add_patches,graphite,\
17 graphite/graphite2.patch \
18 graphite/graphite2.issue1030.patch.1 \
19 graphite/graphite2.issue1115.patch.1 \
22 # vim: set noet sw=4 ts=4: