From 974b9c41fb0ba6895f8482568fe1e54bed58a1a2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 18 Feb 2015 00:29:18 -0200 Subject: abiword-3.0.1-1.parabola1: updating version * Update to 3.0.1 (FS#41935 -> https://bugs.archlinux.org/task/41935), merge plugins into main package, enable introspection support (FS#42903 -> https://bugs.archlinux.org/task/42903). Fix grammar plugin, compile collab plugin that was broken in 3.0.0 --- libre/abiword/link-grammar-panic.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libre/abiword/link-grammar-panic.patch (limited to 'libre/abiword/link-grammar-panic.patch') diff --git a/libre/abiword/link-grammar-panic.patch b/libre/abiword/link-grammar-panic.patch new file mode 100644 index 000000000..f33a802ff --- /dev/null +++ b/libre/abiword/link-grammar-panic.patch @@ -0,0 +1,10 @@ +--- plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp.orig 2015-02-17 12:11:05.062973479 +0000 ++++ plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp 2015-02-17 12:11:38.909495002 +0000 +@@ -87,7 +87,6 @@ + parse_options_set_min_null_count(m_Opts, 0); + parse_options_set_max_null_count(m_Opts, 0); + parse_options_set_islands_ok(m_Opts, 0); +- parse_options_set_panic_mode(m_Opts, TRUE); + parse_options_reset_resources(m_Opts); + UT_sint32 num_linkages = sentence_parse(sent, m_Opts); + bool res = (num_linkages >= 1); -- cgit v1.2.3