Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ad127819eefaba6f521791ca52adcc13d4e7def0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ad127819eefaba6f521791ca52adcc13d4e7def0)
  • Date: Thu, 12 Dec 2019 21:00:41 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

editors/vim/BUILD | 3 ---
editors/vim/CONFIGURE | 16 ++++------------
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 17 deletions(-)

New commits:
commit ad127819eefaba6f521791ca52adcc13d4e7def0
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

editors/vim: version 8.2.0

diff --git a/editors/vim/BUILD b/editors/vim/BUILD
index 9abdc58..32f42bc 100755
--- a/editors/vim/BUILD
+++ b/editors/vim/BUILD
@@ -14,7 +14,6 @@ OPTS="$GVIM_MULTIBYTE \
--enable-gui=no \
--disable-xim \
--disable-fontset \
- $GVIM_HANGUL \
$OPTS" &&

sedit '/shUntil\|link shRepeat/{
@@ -48,8 +47,6 @@ if [ "$GVIM_GUI" != "none" ]; then
#
OPTS="--enable-gui=$GVIM_GUI \
$GVIM_MULTIBYTE \
- $GVIM_SUN \
- $GVIM_HANGUL \
$OLD_OPTS" &&

default_build
diff --git a/editors/vim/CONFIGURE b/editors/vim/CONFIGURE
index faff8f2..119e9ff 100755
--- a/editors/vim/CONFIGURE
+++ b/editors/vim/CONFIGURE
@@ -4,23 +4,15 @@ config_query_list VIM_FEATURES "Choose features descriptor"
\
config_query_option GVIM_MULTIBYTE "Enable multi-byte editing?" y \
"--enable-multibyte" "--disable-multibyte" &&

-config_query_option GVIM_HANGUL "Enable Hangul input?" n \
- "--enable-hangulinput" "--disable-hangulinput" &&
-
config_query VIM_X_DISABLE "Disable X support?" n &&

message "${MESSAGE_COLOR}${SPELL_COLOR}vim${DEFAULT_COLOR}${MESSAGE_COLOR}
will be built twice if you choose to build a GUI${DEFAULT_COLOR}" &&
config_query_list GVIM_GUI "Which GUI interface to use?" \
none gtk2 gtk3 gtk+ gnome2 gnome motif athena &&

-if [ "$GVIM_GUI" == "motif" ]; then
- config_query_option GVIM_SUN "Enable Sun visual Workshop support?" y \
- "--enable-workshop" "--disable-workshop"
-else
- persistent_add GVIM_SUN &&
- GVIM_SUN="--disable-workshop"
-fi &&
-
config_query GVIM_SYMLINK "Symlink vi to vim?" n &&

-config_query GVIM_VIMRC "Install a global vimrc?" n
+config_query GVIM_VIMRC "Install a global vimrc?" n &&
+
+persistent_remove GVIM_HANGUL &&
+persistent_remove GVIM_SUN
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index fe9d3bf..a96e125 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION=8.1.2424
-
SOURCE_HASH=sha512:23d196fb71ed6afa137736c6cabceaa1a0d35613a4a15f9fc5962b04166e5d19f1b569ba19a49b49ab7f4efff2f7db0d4ec2eef824413af412ed3e50bab19b4d
+ VERSION=8.2.0
+
SOURCE_HASH=sha512:988e15debd4a832a1572e070c8760dedce34b7056ad77c2e96ee8e1fecebda89ad8c530be2498604c00c0b27dd57fb8d3a5332a8fde2ded65127f5124422398e
SECURITY_PATCH=5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 5efe5aa..6125ce5 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,7 @@
+2019-12-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.2.0
+ * BUILD, CONFIGURE: removed Hangul & Sun Workshop options
+
2019-12-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.1.2424




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ad127819eefaba6f521791ca52adcc13d4e7def0), Pavel Vinogradov, 12/12/2019

Archive powered by MHonArc 2.6.24.

Top of Page