[ooo-build-commit] .: bin/piece src/acor_ru-RU.dat src/acor_sk-SK.dat src/acor_vi-VN.dat src/Makefile.am

Andras Timar timar at kemper.freedesktop.org
Mon Oct 4 13:18:55 PDT 2010


 bin/piece/unpack-extras |   12 ------------
 dev/null                |binary
 src/Makefile.am         |    3 ---
 3 files changed, 15 deletions(-)

New commits:
commit f75cff6ba9b807c8979baa8ef8879061f2669dda
Author: Andras Timar <timar at fsf.hu>
Date:   Mon Oct 4 22:17:08 2010 +0200

    same/newer acor files exist in git

diff --git a/bin/piece/unpack-extras b/bin/piece/unpack-extras
index 3ca8b3a..8baf33e 100755
--- a/bin/piece/unpack-extras
+++ b/bin/piece/unpack-extras
@@ -9,15 +9,3 @@ $GNUCP -f $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 -f $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 -f $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 -f $TOOLSDIR/src/acor_sk-SK.dat $OOBUILDDIR/extras/source/autotext/lang/sk || exit 1;
-
-# FIXME Remove when upstreamed (cbosdo01)
-echo "Copying Vietnamese autocorrection into tree"
-$GNUCP -f $TOOLSDIR/src/acor_vi-VN.dat $OOBUILDDIR/extras/source/autotext/lang/vi || exit 1;
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a2db09..1c7174c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,9 +5,6 @@ EXTRA_DIST=\
 	${wildcard *.dic} \
 	Draft.jpg \
 	acor.csv \
-	acor_ru-RU.dat \
-	acor_sk-SK.dat \
-	acor_vi-VN.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
deleted file mode 100644
index 8c918e5..0000000
Binary files a/src/acor_ru-RU.dat and /dev/null differ
diff --git a/src/acor_sk-SK.dat b/src/acor_sk-SK.dat
deleted file mode 100644
index e789333..0000000
Binary files a/src/acor_sk-SK.dat and /dev/null differ
diff --git a/src/acor_vi-VN.dat b/src/acor_vi-VN.dat
deleted file mode 100644
index 831f202..0000000
Binary files a/src/acor_vi-VN.dat and /dev/null differ


More information about the ooo-build-commit mailing list