Package Details: vim-command-t 5.0.3-1

Git Clone URL: https://aur.archlinux.org/vim-command-t.git (read-only, click to copy)
Package Base: vim-command-t
Description: an extremely fast, intuitive mechanism for opening files and buffers with a minimal number of keystrokes
Upstream URL: https://wincent.com/products/command-t
Licenses: BSD
Groups: vim-plugins
Submitter: vlan
Maintainer: robbystk
Last Packager: robbystk
Votes: 28
Popularity: 0.000000
First Submitted: 2011-02-25 09:50 (UTC)
Last Updated: 2021-04-24 21:02 (UTC)

Latest Comments

1 2 Next › Last »

EdwardXXIV commented on 2016-05-22 12:15 (UTC)

It looks like the most recent version is broken, I get exceptions when trying to use it. Upgrading to the latest version and adding missing files results in: https://gist.github.com/Blei/ff87616b042e870fc41fd220d19b5b8c

sleduc commented on 2014-08-25 11:31 (UTC)

Bumped to 1.11, thanks for your message.

cameel commented on 2014-08-25 11:20 (UTC)

I'm getting an error: /tmp/vim-command-t/PKGBUILD: line 19: cd: /tmp/vim-command-t/src/Command-T-1.10/ruby/command-t: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... Replacing Command-T with command-t in paths fixes it. Also checksum for 1.10 seems to be wrong. Maybe they have replaced the package upstream? Anyway, 1.11 is out.

sleduc commented on 2014-03-22 10:05 (UTC)

It should work better now, thanks for your message and sorry I missed that during the last update.

EdwardXXIV commented on 2014-03-22 09:53 (UTC)

Hi there, thanks for maintaining this package! Unfortunately, the current version introduced some additional files that are not copied in the PKGBUILD. Here's an updated version: # Maintainer: Sebastien Leduc <sebastien@sleduc.fr> # Contributor: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com> pkgname="vim-command-t" pkgver=1.7 pkgrel=1 pkgdesc="an extremely fast, intuitive mechanism for opening files and buffers with a minimal number of keystrokes" arch=("i686" "x86_64") url="https://wincent.com/products/command-t" license=("BSD") groups=("vim-plugins") depends=("vim" "ruby") install="vimdoc.install" source="https://github.com/wincent/Command-T/archive/$pkgver.tar.gz" md5sums=('3f5ef5920cba0056589e7bd3805e848a') build() { cd "$srcdir/Command-T-$pkgver/ruby/command-t" ruby "extconf.rb" make } package() { local _gitname="command-t" cd "$srcdir/Command-T-$pkgver/" local _installprefix="${pkgdir}/usr/share/vim/vimfiles" install -m755 -d "${_installprefix}"/{doc,plugin,"ruby/${_gitname}"/{vim,finder,scanner{,/file_scanner}}} install -m644 -t "${_installprefix}/doc" "doc"/*.txt install -m644 -t "${_installprefix}/plugin" "plugin"/*.vim install -m644 -t "${_installprefix}/ruby/${_gitname}" "ruby/${_gitname}"/*.{rb,so} install -m644 -t "${_installprefix}/ruby/${_gitname}/vim" "ruby/${_gitname}/vim"/*.rb install -m644 -t "${_installprefix}/ruby/${_gitname}/finder" "ruby/${_gitname}/finder"/*.rb install -m644 -t "${_installprefix}/ruby/${_gitname}/scanner" "ruby/${_gitname}/scanner"/*.rb install -m644 -t "${_installprefix}/ruby/${_gitname}/scanner/file_scanner" "ruby/${_gitname}/scanner/file_scanner"/*.rb # install license files install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE } # vim:set ts=2 sw=2 et:

pizzapill commented on 2013-12-12 19:56 (UTC)

@sleduc: Thanks for your good & quick maintenance work!

sleduc commented on 2013-12-11 21:25 (UTC)

Thanks for the notification. I updated the package to use the "released" version (https://github.com/wincent/Command-T/archive/1.5.1.tar.gz) instead of the git version, there is no need to clone a git repository if a simple tar.gz is available.

pizzapill commented on 2013-12-11 19:58 (UTC)

I'm getting a 'connection reset by peer' error for the original repo 'git://git.wincent.com/command-t.git'. As a workaround I replaced it with the mirror 'git://github.com/wincent/Command-T.git' in the PKGBUILD.

sleduc commented on 2013-10-05 19:08 (UTC)

Thanks for the updated PKBUILD, I have just updated the package.