Merge pull request #4067 from bam80/patch-1

system-tools: Vim update and move redundant runtime dir
This commit is contained in:
MilhouseVH 2019-12-25 20:55:01 +00:00 committed by GitHub
commit b814aab796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vim"
PKG_VERSION="8.1.2384"
PKG_SHA256="f17462971e577063552cd4dbbebeb84e77a9fb47cd40c6234969e7672aebcd59"
PKG_VERSION="8.2.0023"
PKG_SHA256="100c1226286e24421084b9301d945d0310c7b3c9d45a6da4741dc23c0be60050"
PKG_LICENSE="VIM"
PKG_SITE="http://www.vim.org/"
PKG_URL="https://github.com/vim/vim/archive/v$PKG_VERSION.tar.gz"
@ -29,6 +29,8 @@ PKG_CONFIGURE_OPTS_TARGET="vim_cv_getcwd_broken=no \
--with-tlib=ncurses \
--without-x"
PKG_MAKEINSTALL_OPTS_TARGET=VIMRTDIR=
pre_configure_target() {
cd ..
rm -rf .$TARGET_NAME
@ -40,8 +42,8 @@ make_target() {
post_makeinstall_target() {
(
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim/vim*
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim
rm -r doc tutor gvimrc_example.vim
mv vimrc_example.vim ../vimrc
mv vimrc_example.vim vimrc
)
}

View File

@ -1,3 +1,7 @@
112
- added vim runtime files
- updated vim
111
- updated autossh to 1.4g
- updated file to d1ff3af

View File

@ -3,7 +3,7 @@
PKG_NAME="system-tools"
PKG_VERSION="1.0"
PKG_REV="111"
PKG_REV="112"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"