Re: [pacman-dev] [PATCH 1/2] patch to add zsh completion to pacman-key

2012-04-15 Thread Daniel Wallace
I was told to only use zsh for zsh completion, However if it is ok to use awk instead, I can use that. Also about parse opts I can remove the : :_files or : :_keys for anything that does not allow for arguments in the parseopts branch, whenever it is merged. On Sun, Apr 15, 2012 at 09:02:05PM -04

Re: [pacman-dev] [PATCH 1/2] patch to add zsh completion to pacman-key

2012-04-15 Thread Dave Reisner
On Sun, Apr 15, 2012 at 09:02:05PM -0400, Dave Reisner wrote: > On Sun, Apr 15, 2012 at 01:16:43PM -0400, Daniel Wallace wrote: > > this patch adds a _pacman_key function to the _pacman zsh site function > > so that zsh users can have completion for pacman-key and other > > files which may be used

Re: [pacman-dev] [PATCH 1/2] patch to add zsh completion to pacman-key

2012-04-15 Thread Dave Reisner
On Sun, Apr 15, 2012 at 01:16:43PM -0400, Daniel Wallace wrote: > this patch adds a _pacman_key function to the _pacman zsh site function > so that zsh users can have completion for pacman-key and other > files which may be used with pacman-key > > Signed-off-by: Daniel Wallace > --- I don't kn

[pacman-dev] [PATCH 2/2] add zsh completion for makepkg

2012-04-15 Thread Daniel Wallace
Right now the only completion for zsh for makepkg comes from pkgtool, and the 2 options that come from that are --chown and --linkadd which aren't options for makepkg anyway. This should add completion for all the flags for makepkg sorry about the last email, apparently I had messed with somethin

[pacman-dev] [PATCH 2/2] add zsh completion for makepkg

2012-04-15 Thread Daniel Wallace
right now the only completion for zsh for makepkg comes from pkgtool, and the 2 options that come from that are --chown and --linkadd which aren't options for makepkg anyway. This should add completion for all the flags for makepkg Signed-off-by: Daniel Wallace --- contrib/zsh_completion.in |

[pacman-dev] [PATCH 1/2] patch to add zsh completion to pacman-key

2012-04-15 Thread Daniel Wallace
this patch adds a _pacman_key function to the _pacman zsh site function so that zsh users can have completion for pacman-key and other files which may be used with pacman-key Signed-off-by: Daniel Wallace --- contrib/zsh_completion.in | 58 + 1 file

Re: [pacman-dev] [PATCH] Mark already installed optional dependencies

2012-04-15 Thread Dave Reisner
On Sun, Apr 15, 2012 at 04:17:52PM +0200, Arokux B. wrote: > On Fri, Apr 6, 2012 at 1:49 AM, Arokux B. wrote: > > This patch adds "[installed]" prefix to already installed optional > > dependency. > > > > Signed-off-by: Arokux aro...@gmail.com > > --- > >  src/pacman/util.c |   43 +++

Re: [pacman-dev] [PATCH] Mark already installed optional dependencies

2012-04-15 Thread Arokux B.
On Fri, Apr 6, 2012 at 1:49 AM, Arokux B. wrote: > This patch adds "[installed]" prefix to already installed optional dependency. > > Signed-off-by: Arokux aro...@gmail.com > --- >  src/pacman/util.c |   43 +-- >  1 file changed, 29 insertions(+), 14 deletio