summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-09-21 20:19:10 +0200
committerPetr Mladek <pmladek@suse.cz>2009-09-22 13:37:01 +0200
commit13fac9540b62f97a531154c7e24d055158ebc21c (patch)
tree03bf90336834eb896667198d24919feb3028047e
parenta6e7fc0681e9e28c4de88487e1d730dae931b21f (diff)
Update Russian and Slovak autocorection (i#91304)
* src/acor_ru-RU.dat: new version provided by EGD <egd dot free at gmail dot com>; license LGPLv3 * src/acor_sk-SK.dat: new version from (i#91304); it takes ages to push it upstream it; Stefan Silva asked me to put into ooo-build at least * bin/piece/install-bootstrap: * bin/piece/unpack-extras: * src/Makefile.am: pack and install the above files
-rwxr-xr-xbin/piece/install-bootstrap1
-rwxr-xr-xbin/piece/unpack-extras8
-rw-r--r--src/Makefile.am2
-rw-r--r--src/acor_ru-RU.datbin0 -> 4294 bytes
-rw-r--r--src/acor_sk-SK.datbin0 -> 5613 bytes
5 files changed, 11 insertions, 0 deletions
diff --git a/bin/piece/install-bootstrap b/bin/piece/install-bootstrap
index 6b83ca49c..5a707e219 100755
--- a/bin/piece/install-bootstrap
+++ b/bin/piece/install-bootstrap
@@ -40,6 +40,7 @@ cp -a \
$TOOLSDIR/src/*.jpg \
$TOOLSDIR/src/*.patch \
$TOOLSDIR/src/*.odb \
+ $TOOLSDIR/src/acor*.dat \
$TOOLSDIR/src/sg3.* \
$TOOLSDIR/src/default_images \
$TOOLSDIR/src/helpcontent2 \
diff --git a/bin/piece/unpack-extras b/bin/piece/unpack-extras
index 9186c4410..1ad38b878 100755
--- a/bin/piece/unpack-extras
+++ b/bin/piece/unpack-extras
@@ -9,3 +9,11 @@ $GNUCP -af $TOOLSDIR/src/evolocal.odb $OOBUILDDIR/extras/source/database || exit
echo "Copying custom user-dicts into tree"
[ -d $OOBUILDDIR/extras/source/wordbook ] || mkdir -p $OOBUILDDIR/extras/source/wordbook
$GNUCP -af $TOOLSDIR/src/*.dic $OOBUILDDIR/extras/source/wordbook || exit 1;
+
+# new version provided by EGD <egd dot free at gmail dot com> (2009-08-06)
+echo "Copying Russian autocorrection into tree"
+$GNUCP -af $TOOLSDIR/src/acor_ru-RU.dat $OOBUILDDIR/extras/source/autotext/lang/ru || exit 1;
+
+# FIXME: remove when it goes upstream (i#91304)
+echo "Copying Slovak autocorrection into tree"
+$GNUCP -af $TOOLSDIR/src/acor_sk-SK.dat $OOBUILDDIR/extras/source/autotext/lang/sk || exit 1;
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d839771d..a83afad84 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,8 @@ EXTRA_DIST=\
default_images \
${wildcard *.dic} \
Draft.jpg \
+ acor_ru-RU.dat \
+ acor_sk-SK.dat \
banner_go-oo.bmp \
banner_nld.bmp \
cli_uno_bridge.dll.config.in \
diff --git a/src/acor_ru-RU.dat b/src/acor_ru-RU.dat
new file mode 100644
index 000000000..8c918e51d
--- /dev/null
+++ b/src/acor_ru-RU.dat
Binary files differ
diff --git a/src/acor_sk-SK.dat b/src/acor_sk-SK.dat
new file mode 100644
index 000000000..e7893335a
--- /dev/null
+++ b/src/acor_sk-SK.dat
Binary files differ