summaryrefslogtreecommitdiffstats
path: root/bin-editors
diff options
context:
space:
mode:
authorVlad Glagolev2018-02-24 12:56:16 -0500
committerVlad Glagolev2018-02-24 12:56:16 -0500
commita81ae3b4d0b6e684dd43d2d84fb8e6a4dd100786 (patch)
treec82aa768b9e8e42bb0328ed3c2502b95558d6b3f /bin-editors
parentdc91f19dc7ef85b3eb56da0d527a8396ad3619d0 (diff)
libreoffice-bin-lang: => 6.0.1 (fresh), 5.4.5 (still)
Diffstat (limited to 'bin-editors')
-rwxr-xr-xbin-editors/libreoffice-bin-lang/CONFIGURE4
-rwxr-xr-xbin-editors/libreoffice-bin-lang/DETAILS9
-rw-r--r--bin-editors/libreoffice-bin-lang/HISTORY4
3 files changed, 16 insertions, 1 deletions
diff --git a/bin-editors/libreoffice-bin-lang/CONFIGURE b/bin-editors/libreoffice-bin-lang/CONFIGURE
index c297406..d9b54aa 100755
--- a/bin-editors/libreoffice-bin-lang/CONFIGURE
+++ b/bin-editors/libreoffice-bin-lang/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_libolanguages() {
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS b/bin-editors/libreoffice-bin-lang/DETAILS
index 499c6a5..0340c2a 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/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-lang
- 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
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY b/bin-editors/libreoffice-bin-lang/HISTORY
index 721ac7c..1286378 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/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