mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #4067 from bam80/patch-1
system-tools: Vim update and move redundant runtime dir
This commit is contained in:
commit
b814aab796
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="vim"
|
PKG_NAME="vim"
|
||||||
PKG_VERSION="8.1.2384"
|
PKG_VERSION="8.2.0023"
|
||||||
PKG_SHA256="f17462971e577063552cd4dbbebeb84e77a9fb47cd40c6234969e7672aebcd59"
|
PKG_SHA256="100c1226286e24421084b9301d945d0310c7b3c9d45a6da4741dc23c0be60050"
|
||||||
PKG_LICENSE="VIM"
|
PKG_LICENSE="VIM"
|
||||||
PKG_SITE="http://www.vim.org/"
|
PKG_SITE="http://www.vim.org/"
|
||||||
PKG_URL="https://github.com/vim/vim/archive/v$PKG_VERSION.tar.gz"
|
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 \
|
--with-tlib=ncurses \
|
||||||
--without-x"
|
--without-x"
|
||||||
|
|
||||||
|
PKG_MAKEINSTALL_OPTS_TARGET=VIMRTDIR=
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf .$TARGET_NAME
|
rm -rf .$TARGET_NAME
|
||||||
@ -40,8 +42,8 @@ make_target() {
|
|||||||
|
|
||||||
post_makeinstall_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
|
rm -r doc tutor gvimrc_example.vim
|
||||||
mv vimrc_example.vim ../vimrc
|
mv vimrc_example.vim vimrc
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
112
|
||||||
|
- added vim runtime files
|
||||||
|
- updated vim
|
||||||
|
|
||||||
111
|
111
|
||||||
- updated autossh to 1.4g
|
- updated autossh to 1.4g
|
||||||
- updated file to d1ff3af
|
- updated file to d1ff3af
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="system-tools"
|
PKG_NAME="system-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="111"
|
PKG_REV="112"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user