gvim: needs mercurial for do_fetch().
This commit is contained in:
parent
d1e7c03c2c
commit
353edcd040
1 changed files with 5 additions and 10 deletions
|
@ -7,22 +7,17 @@
|
|||
unset subpackages revision
|
||||
|
||||
pkgname=gvim
|
||||
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
||||
--with-vim-name=gvim"
|
||||
make_install_target="-C src
|
||||
DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version} installvimbin install-icons"
|
||||
makedepends="pkg-config gtk+-devel"
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
revision=1
|
||||
configure_args="${configure_args} --enable-gui=gtk2 --with-x --with-vim-name=gvim"
|
||||
make_install_target="-C src DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version} installvimbin install-icons"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
makedepends="mercurial pkg-config gtk+-devel"
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="${short_desc} (GTK+ GUI)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This packages contains gvim, the GTK+ GUI version of vim."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
|
||||
pre_install() {
|
||||
sed -i "s|/locolor|/hicolor|g" src/Makefile
|
||||
for d in 16 32 48; do
|
||||
|
|
Loading…
Reference in a new issue