summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-03-30 17:49:06 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-30 17:49:06 +0000
commite5a8723a48588e800ecbd50214f3ae5185dfb275 (patch)
tree98e5397909c4844b6bcada236c48074d2830066c
parenta5e5fbedd73b3c4ce80a377826e035391d425b60 (diff)
downloadasb-e5a8723a48588e800ecbd50214f3ae5185dfb275.tar.gz
asb-e5a8723a48588e800ecbd50214f3ae5185dfb275.tar.xz
libreoffice: update gensrc.sh for 7.5.2.2
-rwxr-xr-xlibreoffice/build/gensrc.sh6
-rwxr-xr-xlibreoffice/build/gensrc_lo75.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/libreoffice/build/gensrc.sh b/libreoffice/build/gensrc.sh
index 36bfa09d..33e210d7 100755
--- a/libreoffice/build/gensrc.sh
+++ b/libreoffice/build/gensrc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
PRGNAM=libreoffice
-VERSION=7.5.1
+VERSION=7.5.2
SUBVER=.2
STARTINDEX=6
@@ -30,7 +30,7 @@ find_url() {
cat $TMP_FETCH | sed -n "/$1/,/fetch_Download_item/s/^.*fetch_Download_item[^,]*,\([^,]*\),.*$/\1/p"
}
-for BALL in OPENSYMBOL_TTF $( cat $TMP_DLLST | grep -v " *#" | grep -E '(_TARBALL|_JAR)' | cut -f1 -d' ' | cut -f1 -d= ); do
+for BALL in OPENSYMBOL_TTF $( cat $TMP_DLLST | grep -v " *#" | grep -E '(_TARBALL|_JAR)' | cut -f1 -d' ' | cut -f1 -d= | tr -d '\t ' | sort -u); do
SRCURL=$(find_url $BALL)
FILE=$(eval "echo \$$BALL")
@@ -49,5 +49,5 @@ done
echo "# --- End of section generated by $(basename $0) ---"
# Delete the temporary files:
-#rm -f $TMP_DLLST $TMP_FETCH
+rm -f $TMP_DLLST $TMP_FETCH
diff --git a/libreoffice/build/gensrc_lo75.sh b/libreoffice/build/gensrc_lo75.sh
index 36bfa09d..33e210d7 100755
--- a/libreoffice/build/gensrc_lo75.sh
+++ b/libreoffice/build/gensrc_lo75.sh
@@ -1,7 +1,7 @@
#!/bin/bash
PRGNAM=libreoffice
-VERSION=7.5.1
+VERSION=7.5.2
SUBVER=.2
STARTINDEX=6
@@ -30,7 +30,7 @@ find_url() {
cat $TMP_FETCH | sed -n "/$1/,/fetch_Download_item/s/^.*fetch_Download_item[^,]*,\([^,]*\),.*$/\1/p"
}
-for BALL in OPENSYMBOL_TTF $( cat $TMP_DLLST | grep -v " *#" | grep -E '(_TARBALL|_JAR)' | cut -f1 -d' ' | cut -f1 -d= ); do
+for BALL in OPENSYMBOL_TTF $( cat $TMP_DLLST | grep -v " *#" | grep -E '(_TARBALL|_JAR)' | cut -f1 -d' ' | cut -f1 -d= | tr -d '\t ' | sort -u); do
SRCURL=$(find_url $BALL)
FILE=$(eval "echo \$$BALL")
@@ -49,5 +49,5 @@ done
echo "# --- End of section generated by $(basename $0) ---"
# Delete the temporary files:
-#rm -f $TMP_DLLST $TMP_FETCH
+rm -f $TMP_DLLST $TMP_FETCH