vim: update to 7.4.977
This commit is contained in:
parent
3c6fd0cf69
commit
610b33ac4e
10
vim/build.sh
10
vim/build.sh
@ -4,17 +4,13 @@
|
|||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
hgrev=d3a23af4bba1
|
patchlevel=977
|
||||||
patchlevel=768
|
|
||||||
basever=7.4
|
basever=7.4
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=vim
|
topdir=vim
|
||||||
version=${basever}.${patchlevel}
|
version=${basever}.${patchlevel}
|
||||||
pkgver=1
|
pkgver=1
|
||||||
# Tarball was created like this:
|
source[0]=https://github.com/vim/vim/archive/v${basever}.${patchlevel}.tar.gz
|
||||||
# hg clone https://vim.googlecode.com/hg/ vim
|
|
||||||
# hg archive -r v7-4-%{patchlevel} %b-%h.tar.bz2
|
|
||||||
source[0]=$topdir-$hgrev.tar.bz2
|
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
@ -28,7 +24,7 @@ basic_args=(--prefix=$prefix --without-local-dir --with-features=huge --enable-m
|
|||||||
# Do not let scripts add a dependency on perl
|
# Do not let scripts add a dependency on perl
|
||||||
ignore_deps="TGCperl"
|
ignore_deps="TGCperl"
|
||||||
# We need to override this
|
# We need to override this
|
||||||
topsrcdir=vim-${hgrev}
|
topsrcdir=vim-${basever}.${patchlevel}
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Dec 19 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.977-1
|
||||||
|
- Update to 7.4.977
|
||||||
|
|
||||||
* Fri Jul 03 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.768-1
|
* Fri Jul 03 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.768-1
|
||||||
- Update to 7.4.768 (HG d3a23af4bba1)
|
- Update to 7.4.768 (HG d3a23af4bba1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user