diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-04 08:24:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-04 08:24:46 +0200 |
commit | 232969d1c09e390c1287be8b94164ac22295e277 (patch) | |
tree | f8b21d438db3a729954a3e2e450ea72923f9a26f /languagetool | |
parent | 6f221adc31e8323284720e7ccfe4818430a9bd66 (diff) |
Fix languagetool patchlevel settings
Change-Id: I528b7a9187f0db869c820f7f0320194b036438ff
Diffstat (limited to 'languagetool')
-rw-r--r-- | languagetool/JLanguageTool-1.4.0-no-hc.patch | 4 | ||||
-rw-r--r-- | languagetool/UnpackedTarball_languagetool.mk | 2 |
2 files changed, 4 insertions, 2 deletions
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 @@ <include name="openoffice/Linguistic.xcu"/> @@ -8,7 +8,7 @@ <include name="openoffice/images/LanguageToolBig.png"/> <include name="openoffice/images/LanguageToolSmall.png"/> <include name="openoffice/images/dialog.png"/> ---- 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 @@ <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string"> 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 \ |