diff options
author | David Ostrovsky <david@ostrovsky.org> | 2012-10-03 00:21:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-03 16:06:28 +0000 |
commit | a51b09f105dd69837654cf2afa93124d5ecd25ff (patch) | |
tree | 2d435c8d1f6fc34ba76a1b05d8bcd3ba401b714b /languagetool/UnpackedTarball_languagetool.mk | |
parent | 088a01467372a945e7f311678d3cf529cab72dcd (diff) |
gbuildification of languagetool
It is not clear how to remove a file:
REMOVE_FILES=openoffice/images/dialogh.png.
Let it for now in place.
Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0
Reviewed-on: https://gerrit.libreoffice.org/753
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'languagetool/UnpackedTarball_languagetool.mk')
-rw-r--r-- | languagetool/UnpackedTarball_languagetool.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/languagetool/UnpackedTarball_languagetool.mk b/languagetool/UnpackedTarball_languagetool.mk new file mode 100644 index 000000000000..6df1d1713561 --- /dev/null +++ b/languagetool/UnpackedTarball_languagetool.mk @@ -0,0 +1,19 @@ +# -*- 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_UnpackedTarball_UnpackedTarball,languagetool)) + +$(eval $(call gb_UnpackedTarball_set_tarball,languagetool,$(LANGUAGETOOL_TARBALL))) + +$(eval $(call gb_UnpackedTarball_add_patches,languagetool,\ + languagetool/JLanguageTool-1.7.0.patch \ + languagetool/JLanguageTool-1.4.0-no-hc.patch \ +)) + +# vim: set noet sw=4 ts=4: |