summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-04-12 19:15:40 +0000
committer Eric Hameleers <alien@slackware.com>2012-04-12 19:15:40 +0000
commit3c92f9011dbee68983405c888b2bfb92af09874b (patch)
treeae31f71f702b269d950e99382dac36f8c88038dd /libreoffice
parentff29b1033a5d4d8207c11213f3fcbeccc445ffa5 (diff)
downloadasb-3c92f9011dbee68983405c888b2bfb92af09874b.tar.gz
asb-3c92f9011dbee68983405c888b2bfb92af09874b.tar.xz
Final version builds 3.5.2.2
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice36.SlackBuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/libreoffice/build/libreoffice36.SlackBuild b/libreoffice/build/libreoffice36.SlackBuild
index 18118f09..340c9d4f 100755
--- a/libreoffice/build/libreoffice36.SlackBuild
+++ b/libreoffice/build/libreoffice36.SlackBuild
@@ -732,13 +732,6 @@ echo Building ...
# Apply our own (borrowed) patches.
touch $OUTPUT/patch-$PRGNAM.log
-## Fixes the issue that you cannot move the horizontal scrollbar if you are
-## running KDE with the Oxygen theme:
-#cat $SRCDIR/libreoffice.horizscrollbar.diff | patch -p0 --verbose \
-# 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log
-## Fixes the black-on-black tooltips if you are running KDE:
-#cat $SRCDIR/libreoffice.kdetooltips.diff | patch -p1 --verbose \
-# 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log
# Fix compilation of hsqldb using java 1.7:
cat $SRCDIR/hsqldb.jdk7.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log
@@ -910,17 +903,6 @@ echo "Starting $PRGNAM compilation (takes a long time)..."
#./bootstrap 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
make VERBOSE=yes 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
-## For good measure, run make again (fails in libtextcat):
-#(
-# cd $TMP/tmp-$PRGNAM/build/libtextcat/unxl*.pro/misc/build/libtextcat-2.2/src
-# echo -e "\n\n** RUNNING MAKE FOR LIBTEXTCAT - DIRTY HACK **\n\n"
-# make 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
-#)
-#echo -e "\n\n** RUNNING MAKE A SECOND TIME FOR GOOD MEASURE **\n\n"
-#make -i VERBOSE=yes 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
-
-#make build VERBOSE=yes 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
-
# Install the lot:
echo "Starting the packaging stage for $PRGNAM..."
make DESTDIR=$PKG distro-pack-install \