vim: update to 7.3.600; merge vim-x11 and gvim as subpkgs.
This commit is contained in:
parent
644891aeb2
commit
22f39831c5
11 changed files with 88 additions and 72 deletions
1
srcpkgs/vim-x11
Symbolic link
1
srcpkgs/vim-x11
Symbolic link
|
@ -0,0 +1 @@
|
|||
vim
|
|
@ -1,25 +0,0 @@
|
|||
# Build template file for 'vim-x11'.
|
||||
#
|
||||
# Source vim template and overwrite some vars, it's stupid
|
||||
# to duplicate all this stuff again!
|
||||
#
|
||||
. ${XBPS_SRCPKGDIR}/vim/template
|
||||
unset subpackages
|
||||
pkgname=vim-x11
|
||||
configure_args="${configure_args} --enable-gui=no --with-x"
|
||||
depends="vim-common>=7.3.515"
|
||||
makedepends="mercurial ncurses-devel acl-devel pkg-config libXt-devel"
|
||||
revision=1
|
||||
short_desc="${short_desc} (x11)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This packages contains vim-x11, the x11 capable version of vim."
|
||||
|
||||
provides="vim-${version}"
|
||||
replaces="vim>=${version}"
|
||||
build_requires=11
|
||||
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
libSM.so.6
|
||||
libICE.so.6
|
||||
libXt.so.6
|
||||
libX11.so.6
|
||||
libm.so.6
|
||||
libncursesw.so.6
|
||||
libacl.so.1
|
||||
libdl.so.2
|
||||
libc.so.6
|
Loading…
Add table
Add a link
Reference in a new issue