[arch-commits] Commit in vim-colorsamplerpack/repos (2 files)

Dan McGee dan at archlinux.org
Sun May 31 16:52:09 UTC 2009


    Date: Sunday, May 31, 2009 @ 12:52:08
  Author: dan
Revision: 40812

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

........
  r40811 | dan | 2009-05-31 11:51:58 -0500 (Sun, 31 May 2009) | 2 lines
  
  upgpkg: vim-colorsamplerpack 6.0-2
      rebuilds for plugin location move
........

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

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


Property changes on: vim-colorsamplerpack/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /vim-colorsamplerpack/trunk:1-36109
   + /vim-colorsamplerpack/trunk:1-40811

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-05-31 16:51:58 UTC (rev 40811)
+++ extra-x86_64/PKGBUILD	2009-05-31 16:52:08 UTC (rev 40812)
@@ -3,20 +3,19 @@
 
 pkgname=vim-colorsamplerpack
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 _scriptid=9405
 pkgdesc="Different colorschemes (all as of October 28, 2008) for vim"
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=625"
 license=('GPL2' 'GPL3' 'custom')
-depends=('vi')
+depends=('vim')
 makedepends=('unzip')
 groups=('vim-plugins')
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid LICENSE)
 md5sums=('d72f8491ba22f4a0620b520bbc6ed772' 'f4639ddafc68f49395c25fb4caf0d6f7')
 
-build()
-{
+build() {
   cd $srcdir
   mv download_script.php?src_id=$_scriptid ColorSamplerPack.zip
   unzip -qqo ColorSamplerPack.zip
@@ -25,8 +24,9 @@
   rm delek.vim desert.vim torte.vim
   cd ..
 
-  install -d $pkgdir/usr/share/vim/colors/
-  install -m644 colors/* $pkgdir/usr/share/vim/colors || return 1
-  install -D -m644 plugin/color_sample_pack.vim $pkgdir/usr/share/vim/plugin/themes.vim || return 1
+  installpath="$pkgdir/usr/share/vim/vim72"
+  install -d $installpath/colors/
+  install -m644 colors/* $installpath/colors || return 1
+  install -D -m644 plugin/color_sample_pack.vim $installpath/plugin/themes.vim || return 1
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list