summaryrefslogtreecommitdiffstats
path: root/bin-editors
diff options
context:
space:
mode:
authorVlad Glagolev2018-02-24 12:55:31 -0500
committerVlad Glagolev2018-02-24 12:55:31 -0500
commitdc91f19dc7ef85b3eb56da0d527a8396ad3619d0 (patch)
treefa92e61707fff1a755854477ae6c7b94e1349e92 /bin-editors
parentfe8caa2d6110ab4a3760fc179c8050afd4284435 (diff)
libreoffice-bin-help: => 6.0.1 (fresh), 5.4.5 (still)
Diffstat (limited to 'bin-editors')
-rwxr-xr-xbin-editors/libreoffice-bin-help/CONFIGURE4
-rwxr-xr-xbin-editors/libreoffice-bin-help/DETAILS9
-rw-r--r--bin-editors/libreoffice-bin-help/HISTORY4
3 files changed, 16 insertions, 1 deletions
diff --git a/bin-editors/libreoffice-bin-help/CONFIGURE b/bin-editors/libreoffice-bin-help/CONFIGURE
index 74107a7..e5c4a7f 100755
--- a/bin-editors/libreoffice-bin-help/CONFIGURE
+++ b/bin-editors/libreoffice-bin-help/CONFIGURE
@@ -1,5 +1,9 @@
source $GRIMOIRE/config_query_multi.function &&
+config_query_list LIBREOFFICE_BRANCH "Which branch do you want to install?" \
+ fresh \
+ still &&
+
local CFG=$SPELL_CONFIG
get_libohelplanguages() {
diff --git a/bin-editors/libreoffice-bin-help/DETAILS b/bin-editors/libreoffice-bin-help/DETAILS
index c7c7cf2..2b02e3f 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -1,6 +1,13 @@
+if [[ -z "${LIBREOFFICE_BRANCH}" ]]; then
+ LIBREOFFICE_BRANCH="fresh"
+fi
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
- VERSION=5.3.7
+if [[ "${LIBREOFFICE_BRANCH}" == "fresh" ]]; then
+ VERSION=6.0.1
+else
+ VERSION=5.4.5
+fi
SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
HELPLANG_LIST="en-US cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-help/HISTORY b/bin-editors/libreoffice-bin-help/HISTORY
index 3972712..8b410eb 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,7 @@
+2018-02-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 6.0.1; added still branch
+ * CONFIGURE: added, for still branch
+
2017-12-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.3.7