From 232969d1c09e390c1287be8b94164ac22295e277 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 4 Oct 2012 08:24:46 +0200 Subject: Fix languagetool patchlevel settings Change-Id: I528b7a9187f0db869c820f7f0320194b036438ff --- languagetool/JLanguageTool-1.4.0-no-hc.patch | 4 ++-- languagetool/UnpackedTarball_languagetool.mk | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'languagetool') diff --git a/languagetool/JLanguageTool-1.4.0-no-hc.patch b/languagetool/JLanguageTool-1.4.0-no-hc.patch index ea320877a543..4337ec6eb697 100644 --- a/languagetool/JLanguageTool-1.4.0-no-hc.patch +++ b/languagetool/JLanguageTool-1.4.0-no-hc.patch @@ -1,4 +1,4 @@ ---- misc/JLanguageTool-1.7.0/build.xml 2012-02-29 22:18:05.118789546 +0100 +--- misc/build/JLanguageTool-1.7.0/build.xml 2012-02-29 22:18:05.118789546 +0100 +++ misc/build/JLanguageTool-1.7.0/build.xml 2012-02-29 22:17:02.385235706 +0100 @@ -82,7 +82,6 @@ @@ -8,7 +8,7 @@ ---- misc/JLanguageTool-1.7.0/openoffice/Linguistic.xcu 2011-06-26 20:29:43.000000000 +0200 +--- misc/build/JLanguageTool-1.7.0/openoffice/Linguistic.xcu 2011-06-26 20:29:43.000000000 +0200 +++ misc/build/JLanguageTool-1.7.0/openoffice/Linguistic.xcu 2012-02-29 22:17:25.551071099 +0100 @@ -27,9 +27,6 @@ diff --git a/languagetool/UnpackedTarball_languagetool.mk b/languagetool/UnpackedTarball_languagetool.mk index 6df1d1713561..4b0f6328ef72 100644 --- a/languagetool/UnpackedTarball_languagetool.mk +++ b/languagetool/UnpackedTarball_languagetool.mk @@ -11,6 +11,8 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,languagetool)) $(eval $(call gb_UnpackedTarball_set_tarball,languagetool,$(LANGUAGETOOL_TARBALL))) +$(eval $(call gb_UnpackedTarball_set_patchlevel,languagetool,3)) + $(eval $(call gb_UnpackedTarball_add_patches,languagetool,\ languagetool/JLanguageTool-1.7.0.patch \ languagetool/JLanguageTool-1.4.0-no-hc.patch \ -- cgit