summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-11 23:33:04 +0000
committer Eric Hameleers <alien@slackware.com>2016-02-11 23:33:04 +0000
commit8214373d66336651ade63f5ad35331a672d4dbbe (patch)
tree68c8f1d2f13e183488424694e8ed26721661ce34 /libreoffice
parentc1a7f98a58b91d198f9b9615611ee8227fc17fe4 (diff)
downloadasb-8214373d66336651ade63f5ad35331a672d4dbbe.tar.gz
asb-8214373d66336651ade63f5ad35331a672d4dbbe.tar.xz
libreoffice: updated gensrc.sh to 5.1.0.3
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/gensrc.sh10
-rwxr-xr-xlibreoffice/build/gensrc_lo51.sh10
2 files changed, 10 insertions, 10 deletions
diff --git a/libreoffice/build/gensrc.sh b/libreoffice/build/gensrc.sh
index d2c983f4..70beea65 100755
--- a/libreoffice/build/gensrc.sh
+++ b/libreoffice/build/gensrc.sh
@@ -1,8 +1,8 @@
#!/bin/bash
PRGNAM=libreoffice
-VERSION=5.0.3
-SUBVER=.2
+VERSION=5.1.0
+SUBVER=.3
STARTINDEX=6
@@ -17,11 +17,11 @@ TMP_DLLST=$(mktemp -t lo_XXXXXX)
TMP_FETCH=$(mktemp -t lo_XXXXXX)
# Download necessary data files:
-wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_DLLST
-wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/Makefile.fetch?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_FETCH
+wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_DLLST
+wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/Makefile.fetch?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_FETCH
# Get the names of the tarballs we need:
-eval $( wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/configure.ac?id=$(echo $PRGNAM-$VERSION$SUBVER)" | grep UNOWINREG_DLL= )
+eval $( wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/configure.ac?id=$(echo $PRGNAM-$VERSION$SUBVER)" | grep UNOWINREG_DLL= )
echo "all:" >> $TMP_DLLST
cat $TMP_DLLST | grep -v " *#" | grep -w export | grep TARBALL | cut -f2 -d' ' | sed -e 's/.*/\t&=$(&)'/ >> $TMP_DLLST
eval $(make HAVE_JAVA6=TRUE -f $TMP_DLLST)
diff --git a/libreoffice/build/gensrc_lo51.sh b/libreoffice/build/gensrc_lo51.sh
index d2c983f4..70beea65 100755
--- a/libreoffice/build/gensrc_lo51.sh
+++ b/libreoffice/build/gensrc_lo51.sh
@@ -1,8 +1,8 @@
#!/bin/bash
PRGNAM=libreoffice
-VERSION=5.0.3
-SUBVER=.2
+VERSION=5.1.0
+SUBVER=.3
STARTINDEX=6
@@ -17,11 +17,11 @@ TMP_DLLST=$(mktemp -t lo_XXXXXX)
TMP_FETCH=$(mktemp -t lo_XXXXXX)
# Download necessary data files:
-wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_DLLST
-wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/Makefile.fetch?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_FETCH
+wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_DLLST
+wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/Makefile.fetch?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_FETCH
# Get the names of the tarballs we need:
-eval $( wget -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/configure.ac?id=$(echo $PRGNAM-$VERSION$SUBVER)" | grep UNOWINREG_DLL= )
+eval $( wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/configure.ac?id=$(echo $PRGNAM-$VERSION$SUBVER)" | grep UNOWINREG_DLL= )
echo "all:" >> $TMP_DLLST
cat $TMP_DLLST | grep -v " *#" | grep -w export | grep TARBALL | cut -f2 -d' ' | sed -e 's/.*/\t&=$(&)'/ >> $TMP_DLLST
eval $(make HAVE_JAVA6=TRUE -f $TMP_DLLST)