summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-11-08 20:29:19 +0000
committer Eric Hameleers <alien@slackware.com>2012-11-08 20:29:19 +0000
commita147b61517673796a09464405020a7e8a2548337 (patch)
tree3c9d794727c7d8769d4cccd3958102eb0aba5212 /libreoffice
parentfc0cd52e453fbf80d3105a52e07c4d95528941e5 (diff)
downloadasb-a147b61517673796a09464405020a7e8a2548337.tar.gz
asb-a147b61517673796a09464405020a7e8a2548337.tar.xz
Updated swedish dict; change with-arch option to configure so that ARM is supported as well
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 c335bdc4..e47b017a 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -133,6 +133,8 @@
# (general input/output error).
# 3.6.3-1: 02/nov/2012 by Eric Hameleers <alien@slackware.com>
# * New release, still built for Slackware 13.37.
+# x.x.x-1: xx/xxx/2012 by Eric Hameleers <alien@slackware.com>
+# * New release. Refreshed the swedish dictionary.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -555,7 +557,7 @@ SRCURL[107]="http://extensions.services.openoffice.org/e-files/1075/8/dict-de_DE
SOURCE[108]="$SRCDIR/sources/dict-pl.oxt"
SRCURL[108]="http://extensions.services.openoffice.org/e-files/806/4/pl-dict.oxt"
SOURCE[109]="$SRCDIR/sources/dict-sv.oxt"
-SRCURL[109]="http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/1.46/ooo_swedish_dict_1.46.oxt"
+SRCURL[109]="http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.11/ooo_swedish_dict_2.11.oxt"
# Use the src_checkout() function if no downloadable tarball exists.
@@ -826,10 +828,11 @@ echo "Building for these languages: $LANGUAGES"
case "$ARCH" in
arm*)
- ARCHOPTS="--disable-postgresql-sdbc" ;;
+ ARCHOPTS="--with-arch=arm --disable-postgresql-sdbc " ;;
*)
- ARCHOPTS=" " ;;
+ ARCHOPTS="--with-arch=x86 " ;;
esac
+
#enable_pam=no \
./autogen.sh \
--prefix=/usr \
@@ -888,7 +891,6 @@ esac
--enable-vba \
--enable-xrender-link \
--with-ant-home=/usr/share/ant \
- --with-arch=x86 \
--with-dict=ALL \
--with-extension-integration \
--with-external-dict-dir=/usr/share/hunspell \