Bump for 4.0-11
[LibreOffice.git] / graphite / UnpackedTarball_graphite.mk
blob25638dad8ea6fef30d73de43146ef98b7037b106
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 $(eval $(call gb_UnpackedTarball_add_patches,graphite,\
16 graphite/graphite2.patch \
17 graphite/graphite2.issue1030.patch.1 \
18 graphite/graphite2.narrowing.patch.1 \
21 # vim: set noet sw=4 ts=4: