[arch-commits] Commit in vim/trunk (PKGBUILD)

Thomas Dziedzic td123 at nymeria.archlinux.org
Wed Feb 6 06:58:08 UTC 2013


    Date: Wednesday, February 6, 2013 @ 07:58:08
  Author: td123
Revision: 177084

upgpkg: vim 7.3.798-1

bump to patch 798, fix ssh server location, remove unneccessary python2 workaround since vim patch 755 fixes it, use --with-features=huge instead of big to enable +profile

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-06 03:07:57 UTC (rev 177083)
+++ PKGBUILD	2013-02-06 06:58:08 UTC (rev 177084)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=754
-__hgrev=52bfa939fc07
+_patchlevel=798
+__hgrev=30b3b1da0350
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
         'vimrc'
         'archlinux.vim'
         'gvim.desktop')
-md5sums=('187bec934962a7b5418dbe233e606eef'
-         '3a41d935a372c712088cdee997e1287f'
+md5sums=('e4a759fdb7cf91d91fd4f8e4f44d5d9c'
+         'ff8221082bdd0f9b63f57e5cc7773ee7'
          '6e7adfbd5d26c1d161030ec203a7f243'
          '20fceda56badf201695c57999b0bc609'
          '10353a61aadc3f276692d0e17db1478e'
@@ -53,8 +53,8 @@
 
   gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
 
-  scp ${pkgname}-${pkgver}.tar.xz ger:/srv/ftp/other/vim/
-  scp ${pkgname}-${pkgver}.tar.xz.sig ger:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
 }
 
 build() {
@@ -65,9 +65,7 @@
     vim-build/src/feature.h
   sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
     vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-    vim-build/src/configure.in
+
   (cd vim-build/src && autoconf)
 
   cp -a vim-build gvim-build
@@ -77,7 +75,7 @@
   ./configure \
     --prefix=/usr \
     --localstatedir=/var/lib/vim \
-    --with-features=big \
+    --with-features=huge \
     --with-compiledby=ArchLinux \
     --enable-gpm \
     --enable-acl \
@@ -99,7 +97,7 @@
   ./configure \
     --prefix=/usr \
     --localstatedir=/var/lib/vim \
-    --with-features=big \
+    --with-features=huge \
     --with-compiledby=ArchLinux \
     --enable-gpm \
     --enable-acl \




More information about the arch-commits mailing list