vim: update to 7.4.827
+ Also change template to download from github.com
This commit is contained in:
parent
8c32e061a7
commit
aee4182529
1 changed files with 4 additions and 9 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'vim'
|
# Template file for 'vim'
|
||||||
pkgname=vim
|
pkgname=vim
|
||||||
_distver=7.4
|
version=7.4.827
|
||||||
_patchver=763
|
|
||||||
version=${_distver}.${_patchver}
|
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="mercurial pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
|
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
|
||||||
ruby-devel python-devel python3.4-devel lua-devel"
|
ruby-devel python-devel python3.4-devel lua-devel"
|
||||||
depends="vim-common>=$version"
|
depends="vim-common>=$version"
|
||||||
|
@ -12,6 +10,8 @@ short_desc="Vim editor (vi clone)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.vim.org"
|
homepage="http://www.vim.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=8920db8115c78d260abbb2757ebf0e1e64d6e2f989626435fffad1ef37a9760f
|
||||||
|
|
||||||
subpackages="vim-common vim-x11 gvim"
|
subpackages="vim-common vim-x11 gvim"
|
||||||
# XXX vim-huge cannot be cross compiled for now.
|
# XXX vim-huge cannot be cross compiled for now.
|
||||||
|
@ -19,11 +19,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
subpackages+=" vim-huge vim-huge-python3"
|
subpackages+=" vim-huge vim-huge-python3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local url="http://code.google.com/p/vim/"
|
|
||||||
hg clone -u v${_distver/./-}-${_patchver} ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
for f in ${subpackages/vim-common/}; do
|
for f in ${subpackages/vim-common/}; do
|
||||||
mkdir -p /tmp/${f}
|
mkdir -p /tmp/${f}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue