[arch-commits] Commit in vim-bufexplorer/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Dan McGee dan at archlinux.org
Sun May 31 16:51:39 UTC 2009


    Date: Sunday, May 31, 2009 @ 12:51:39
  Author: dan
Revision: 40808

Merged revisions 40807 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/vim-bufexplorer/trunk

........
  r40807 | dan | 2009-05-31 11:51:30 -0500 (Sun, 31 May 2009) | 2 lines
  
  upgpkg: vim-bufexplorer 7.2.2-2
      rebuilds for plugin location move
........

Modified:
  vim-bufexplorer/repos/extra-x86_64/	(properties)
  vim-bufexplorer/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Property changes on: vim-bufexplorer/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /vim-bufexplorer/trunk:1-38668
   + /vim-bufexplorer/trunk:1-40807

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-05-31 16:51:30 UTC (rev 40807)
+++ extra-x86_64/PKGBUILD	2009-05-31 16:51:39 UTC (rev 40808)
@@ -4,7 +4,7 @@
 pkgname=vim-bufexplorer
 pkgver=7.2.2
 _scriptid=9524
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple buffer list/switcher for vim "
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=42"
@@ -18,16 +18,18 @@
          'b1a7f22e90469abdad3ffd55120e6887')
 
 build() {
-  cd $startdir/src
+  cd $srcdir
   mv download_script.php?src_id=$_scriptid bufexplorer.zip
   bsdtar -xf bufexplorer.zip
 
+  installpath="$pkgdir/usr/share/vim/vim72"
+
   install -D -m644 doc/bufexplorer.txt \
-      $startdir/pkg/usr/share/vim/doc/bufexplorer.txt
+      $installpath/doc/bufexplorer.txt
 
   install -D -m644 plugin/bufexplorer.vim \
-      $startdir/pkg/usr/share/vim/plugin/bufexplorer.vim
+      $installpath/plugin/bufexplorer.vim
 
   install -D -m644 license.txt \
-      $startdir/pkg/usr/share/licenses/$pkgname/license.txt
+      $pkgdir/usr/share/licenses/$pkgname/license.txt
 }




More information about the arch-commits mailing list