[arch-commits] CVS update of arch/build/base/vi (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Thu Aug 16 22:56:02 UTC 2007


    Date: Thursday, August 16, 2007 @ 18:56:02
  Author: tobias
    Path: /home/cvs-arch/arch/build/base/vi

Modified: PKGBUILD (1.7 -> 1.8)

again new patchset and vi wit feature normal now to support syntaxhighlight


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: arch/build/base/vi/PKGBUILD
diff -u arch/build/base/vi/PKGBUILD:1.7 arch/build/base/vi/PKGBUILD:1.8
--- arch/build/base/vi/PKGBUILD:1.7	Wed Aug 15 13:37:03 2007
+++ arch/build/base/vi/PKGBUILD	Thu Aug 16 18:56:02 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.7 2007/08/15 17:37:03 tobias Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/16 22:56:02 tobias Exp $
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vi
 _srcver=7.1
-_patchlevel=77
+_patchlevel=79
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc="a highly configurable, improved version of the vi text editor (basic version)"
@@ -40,7 +40,7 @@
   sed -i 's|\.vimrc|.virc|' src/feature.h
   # build party
   ./configure --prefix=/usr --localstatedir=/var/lib/vim \
-    --with-compiledby=ArchLinux --with-features=small \
+    --with-compiledby=ArchLinux --with-features=normal \
     --with-global-runtime=/usr/share/vim --with-vim-name=vi \
     --disable-gpm --disable-acl --with-x=no --disable-gui --enable-multibyte
   make || return 1




More information about the arch-commits mailing list