vim: enable multibyte support, bumprev.
--HG-- extra : convert_revision : cab7b061761ea98cef144a1dd851ede406996ec5
This commit is contained in:
parent
f3ff407e7b
commit
31bef600e8
|
@ -1,10 +1,14 @@
|
||||||
# Template file for 'vim'
|
# Template file for 'vim'
|
||||||
pkgname=vim
|
pkgname=vim
|
||||||
version=7.2
|
version=7.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=vim72
|
wrksrc=vim72
|
||||||
distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-perlinterp --disable-pythoninterp --disable-rubyinterp
|
||||||
|
--disable-cscope --disable-workshop --disable-netbeans --disable-sniff
|
||||||
|
--disable-gpm --disable-hangulinput --disable-xim --enable-gui=no
|
||||||
|
--without-x --enable-multibyte --with-tlib=ncursesw"
|
||||||
short_desc="Vim editor (vi clone)"
|
short_desc="Vim editor (vi clone)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=914db0f2205ebd6f02878295ec2506036ea7500399db112c61a01491cd9a1d86
|
checksum=914db0f2205ebd6f02878295ec2506036ea7500399db112c61a01491cd9a1d86
|
||||||
|
@ -13,7 +17,9 @@ long_desc="
|
||||||
have been added: multi level undo, syntax highlighting, command line history,
|
have been added: multi level undo, syntax highlighting, command line history,
|
||||||
on-line help, filename completion, block operations, etc."
|
on-line help, filename completion, block operations, etc."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency build ncurses
|
Add_dependency run ncursesw
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run acl
|
||||||
Add_dependency full acl
|
Add_dependency build glibc-devel
|
||||||
|
Add_dependency build ncursesw-devel
|
||||||
|
Add_dependency build acl-devel
|
||||||
|
|
Loading…
Reference in New Issue