summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-01-02 23:56:43 +0000
committer Eric Hameleers <alien@slackware.com>2012-01-02 23:56:43 +0000
commit8a7fa3fc419d5de21704c2ddaefd957e01bfbf0e (patch)
tree064faf3fee2f26c882bd690b8ce6f88b430bdab8 /libreoffice
parentd1f006099c4ec8e23a59e50e2c5b1a262ab1a8b0 (diff)
downloadasb-8a7fa3fc419d5de21704c2ddaefd957e01bfbf0e.tar.gz
asb-8a7fa3fc419d5de21704c2ddaefd957e01bfbf0e.tar.xz
Fixed the names of pl and sv dictionaries... I failed to remember that they have to adhere to a specific naming convention
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 4b2f536e..332a835a 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -101,7 +101,8 @@
# * Apply two patches to fix annoying issues with KDE (black
# tooltips and non-movable horizontal scrollbar).
# X.X.X-1: XX/XXX/2011 by Eric Hameleers <alien@slackware.com>
-# * Added Swedish dictionary (requested by eXpander).
+# * Added Swedish dictionary (requested by eXpander). Fixed the
+# name of the Polish dictionary so that it gets really included.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -486,9 +487,9 @@ SOURCE[115]="$SRCDIR/sources/dict-it.oxt"
SRCURL[115]="http://extensions.services.openoffice.org/e-files/1064/0/dict-it-IT_and_Latin_2010-08-23.oxt"
SOURCE[116]="$SRCDIR/sources/dict-de.oxt"
SRCURL[116]="http://extensions.services.openoffice.org/e-files/1075/8/dict-de_DE-frami_2010-12-04.oxt"
-SOURCE[117]="$SRCDIR/sources/pl-dict.oxt"
+SOURCE[117]="$SRCDIR/sources/dict-pl.oxt"
SRCURL[117]="http://extensions.services.openoffice.org/e-files/806/4/pl-dict.oxt"
-SOURCE[118]="$SRCDIR/sources/sv-dict.oxt"
+SOURCE[118]="$SRCDIR/sources/dict-sv.oxt"
SRCURL[118]="http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/1.46/ooo_swedish_dict_1.46.oxt"
@@ -833,7 +834,8 @@ fi
# If we have any dictionaries in the sources directory, now is the time to
# copy them into the package:
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/share/extensions/install
-cp -a $SRCDIR/sources/dict-*.oxt $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/share/extensions/install/
+cp -a $SRCDIR/sources/dict-*.oxt \
+ $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/share/extensions/install/
chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/$PRGNAM/share/extensions/install
# Create aliases for locales that have matching languages in LibreOffice.