diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120108')
6 files changed, 82 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment-0001.html new file mode 100644 index 000000000..c3fb580bc --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment-0001.html @@ -0,0 +1 @@ +Should we add a remark for the support of the 4k-boundary?<div><br></div><div>magnus</div> diff --git a/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment.html b/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment.html new file mode 100644 index 000000000..c3fb580bc --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/641473d1/attachment.html @@ -0,0 +1 @@ +Should we add a remark for the support of the 4k-boundary?<div><br></div><div>magnus</div> diff --git a/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin new file mode 100644 index 000000000..9ec6ccc28 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin @@ -0,0 +1,27 @@ +Index: enchant.spec +=================================================================== +--- enchant.spec (révision 184618) ++++ enchant.spec (copie de travail) +@@ -10,6 +10,7 @@ + Group: System/Libraries + URL: http://www.abisource.com/projects/enchant/ + Source0: http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz ++Patch0: enchant-1.6.0-add-more-myspell-dicts-dirs.patch + BuildRequires: pkgconfig(glib-2.0) >= 2.6 + BuildRequires: pkgconfig(gmodule-2.0) + BuildRequires: pkgconfig(hunspell) +@@ -40,12 +41,13 @@ + + %prep + %setup -q ++%patch0 -p1 + + %build + %configure2_5x --disable-static \ + --with-system-myspell=yes \ + --disable-ispell --disable-aspell --disable-uspell --disable-hspell \ +- --with-myspell-dir=%{_datadir}/dict/ooo ++ --with-myspell-dir=%{_datadir}/hunspell + %make + + %install diff --git a/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0002.bin b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0002.bin new file mode 100644 index 000000000..292352105 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0002.bin @@ -0,0 +1,13 @@ +diff -Naur enchant-1.6.0.orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp +--- enchant-1.6.0.orig/src/myspell/myspell_checker.cpp 2010-04-01 22:53:37.000000000 +0200 ++++ enchant-1.6.0/src/myspell/myspell_checker.cpp 2011-12-19 23:07:37.000000000 +0100 +@@ -276,6 +276,9 @@ + dirs = g_slist_append (dirs, g_strdup (ENCHANT_MYSPELL_DICT_DIR)); + #endif + ++ dirs = g_slist_append (dirs, g_strdup ("/usr/share/myspell")); ++ dirs = g_slist_append (dirs, g_strdup ("/usr/share/dict/ooo")); ++ + #if defined(_WIN32) + char* open_office_dicts_dir = myspell_checker_get_open_office_dicts_dir (); + if (open_office_dicts_dir) diff --git a/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0003.bin b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0003.bin new file mode 100644 index 000000000..9ec6ccc28 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0003.bin @@ -0,0 +1,27 @@ +Index: enchant.spec +=================================================================== +--- enchant.spec (révision 184618) ++++ enchant.spec (copie de travail) +@@ -10,6 +10,7 @@ + Group: System/Libraries + URL: http://www.abisource.com/projects/enchant/ + Source0: http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz ++Patch0: enchant-1.6.0-add-more-myspell-dicts-dirs.patch + BuildRequires: pkgconfig(glib-2.0) >= 2.6 + BuildRequires: pkgconfig(gmodule-2.0) + BuildRequires: pkgconfig(hunspell) +@@ -40,12 +41,13 @@ + + %prep + %setup -q ++%patch0 -p1 + + %build + %configure2_5x --disable-static \ + --with-system-myspell=yes \ + --disable-ispell --disable-aspell --disable-uspell --disable-hspell \ +- --with-myspell-dir=%{_datadir}/dict/ooo ++ --with-myspell-dir=%{_datadir}/hunspell + %make + + %install diff --git a/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment.bin b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment.bin new file mode 100644 index 000000000..292352105 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment.bin @@ -0,0 +1,13 @@ +diff -Naur enchant-1.6.0.orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp +--- enchant-1.6.0.orig/src/myspell/myspell_checker.cpp 2010-04-01 22:53:37.000000000 +0200 ++++ enchant-1.6.0/src/myspell/myspell_checker.cpp 2011-12-19 23:07:37.000000000 +0100 +@@ -276,6 +276,9 @@ + dirs = g_slist_append (dirs, g_strdup (ENCHANT_MYSPELL_DICT_DIR)); + #endif + ++ dirs = g_slist_append (dirs, g_strdup ("/usr/share/myspell")); ++ dirs = g_slist_append (dirs, g_strdup ("/usr/share/dict/ooo")); ++ + #if defined(_WIN32) + char* open_office_dicts_dir = myspell_checker_get_open_office_dicts_dir (); + if (open_office_dicts_dir) |