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
|
||||
#
|
||||
###########################################################
|
||||
hgrev=d3a23af4bba1
|
||||
patchlevel=768
|
||||
patchlevel=977
|
||||
basever=7.4
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=vim
|
||||
version=${basever}.${patchlevel}
|
||||
pkgver=1
|
||||
# Tarball was created like this:
|
||||
# hg clone https://vim.googlecode.com/hg/ vim
|
||||
# hg archive -r v7-4-%{patchlevel} %b-%h.tar.bz2
|
||||
source[0]=$topdir-$hgrev.tar.bz2
|
||||
source[0]=https://github.com/vim/vim/archive/v${basever}.${patchlevel}.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
#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
|
||||
ignore_deps="TGCperl"
|
||||
# We need to override this
|
||||
topsrcdir=vim-${hgrev}
|
||||
topsrcdir=vim-${basever}.${patchlevel}
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
|
@ -1,5 +1,8 @@
|
||||
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
|
||||
- Update to 7.4.768 (HG d3a23af4bba1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user