mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
vim-x11: fix provides/replaces, remove vim-common conflicts
This commit is contained in:
parent
08ada595f0
commit
1b45663e09
1 changed files with 9 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
. ${XBPS_SRCPKGDIR}/vim/template
|
. ${XBPS_SRCPKGDIR}/vim/template
|
||||||
unset subpackages
|
unset subpackages
|
||||||
pkgname=vim-x11
|
pkgname=vim-x11
|
||||||
revision=2
|
revision=3
|
||||||
configure_args="${configure_args} --enable-gui=no --with-x"
|
configure_args="${configure_args} --enable-gui=no --with-x"
|
||||||
short_desc="${short_desc} (x11)"
|
short_desc="${short_desc} (x11)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This packages contains vim-x11, the x11 capable version of vim."
|
This packages contains vim-x11, the x11 capable version of vim."
|
||||||
|
|
||||||
provides="vim>=0"
|
provides="vim-${version}"
|
||||||
replaces="vim>=0"
|
replaces="vim>=${version}"
|
||||||
|
|
||||||
Add_dependency run libXt
|
Add_dependency run libXt
|
||||||
Add_dependency run libX11
|
Add_dependency run libX11
|
||||||
|
@ -24,3 +24,9 @@ Add_dependency run libICE
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build libXt-devel
|
Add_dependency build libXt-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
|
Add_dependency build libICE-devel
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue