mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Install vim plugin with vim-addons
Signed-off-by: martin f. krafft <madduck@debian.org>
This commit is contained in:
parent
9a66a8f877
commit
6e4be17ab8
5 changed files with 28 additions and 0 deletions
6
debian/README.Debian
vendored
Normal file
6
debian/README.Debian
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
notmuch for Debian
|
||||
==================
|
||||
|
||||
To use the vim plugin, please install it using vim-addons(1)
|
||||
|
||||
-- martin f. krafft <madduck@debian.org> Thu, 21 Jan 2010 14:50:19 +1300
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -9,6 +9,7 @@ notmuch (0.0+201001211401) unstable; urgency=low
|
|||
* Put debian/* under separate copyright.
|
||||
* Make Carl the maintainer.
|
||||
* Add myself to uploaders.
|
||||
* Install the vim plugin (using vim-addons).
|
||||
|
||||
-- martin f. krafft <madduck@debian.org> Thu, 21 Jan 2010 14:00:54 +1300
|
||||
|
||||
|
|
3
debian/notmuch.dirs
vendored
3
debian/notmuch.dirs
vendored
|
@ -1,3 +1,6 @@
|
|||
usr/bin
|
||||
usr/share/emacs/site-lisp/notmuch
|
||||
usr/share/vim/registry
|
||||
usr/share/vim/addons/plugin
|
||||
usr/share/vim/addons/syntax
|
||||
etc/bash_completion.d
|
||||
|
|
10
debian/rules
vendored
10
debian/rules
vendored
|
@ -1,3 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs
|
||||
install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
install -m644 vim/plugin/notmuch.vim debian/notmuch/usr/share/vim/addons/plugin
|
||||
install -m644 vim/syntax/notmuch-*.vim debian/notmuch/usr/share/vim/addons/syntax
|
||||
install -m644 vim/notmuch.yaml debian/notmuch/usr/share/vim/registry
|
||||
|
|
8
vim/notmuch.yaml
Normal file
8
vim/notmuch.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
addon: notmuch
|
||||
description: "notmuch mail user interface"
|
||||
files:
|
||||
- plugin/notmuch.vim
|
||||
- syntax/notmuch-compose.vim
|
||||
- syntax/notmuch-folders.vim
|
||||
- syntax/notmuch-search.vim
|
||||
- syntax/notmuch-show.vim
|
Loading…
Reference in a new issue