[arch-commits] Commit in gvim/trunk (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Thu Jun 25 05:40:43 UTC 2009
Date: Thursday, June 25, 2009 @ 01:40:43
Author: tobias
Revision: 43547
upgpkg: gvim 7.2.218-1
Modified:
gvim/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-25 05:39:55 UTC (rev 43546)
+++ PKGBUILD 2009-06-25 05:40:43 UTC (rev 43547)
@@ -3,14 +3,14 @@
pkgname=gvim
_srcver=7.2
-_patchlevel=166
+_patchlevel=218
pkgver=${_srcver}.${_patchlevel}
pkgrel=1
pkgdesc="the vim text editor with advanced features enabled, such as a gui mode"
arch=(i686 x86_64)
license=('custom:vim')
url="http://www.vim.org"
-depends=("vim=${pkgver}" 'perl' 'python' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2')
+depends=("vim>=${pkgver}" 'perl' 'python' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2')
makedepends=('pkgconfig' 'sed')
install=${pkgname}.install
source=(ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 \
@@ -31,8 +31,8 @@
./configure --prefix=/usr --localstatedir=/var/lib/vim --mandir=/usr/share/man \
--with-compiledby=ArchLinux --with-features=big \
--with-x=yes --disable-gpm --enable-gui=gtk2 \
- --enable-multibyte --enable-cscope \
- --enable-perlinterp --enable-pythoninterp --enable-rubyinterp
+ --enable-multibyte --enable-cscope --enable-netbeans \
+ --enable-perlinterp --enable-pythoninterp --disable-rubyinterp
make || return 1
# install everything first ...
make VIMRCLOC=/etc DESTDIR=${pkgdir} install
More information about the arch-commits
mailing list