Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] exa: add fish completions.
@ 2020-08-27  3:02 ericonr
  2020-08-30  8:59 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2020-08-27  3:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages exa
https://github.com/void-linux/void-packages/pull/24500

exa: add fish completions.
Fixes #24498.

A patch file from https://github.com/void-linux/void-packages/pull/24500.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exa-24500.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

From ced56c47f9c5a4a30e16abff112439cf8c239605 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 27 Aug 2020 00:01:27 -0300
Subject: [PATCH] exa: add fish completions.

Fixes #24498.
---
 srcpkgs/exa/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template
index 8afb34c61be..5ea748de362 100644
--- a/srcpkgs/exa/template
+++ b/srcpkgs/exa/template
@@ -1,7 +1,7 @@
 # Template file for 'exa'
 pkgname=exa
 version=0.9.0
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
@@ -14,7 +14,8 @@ checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8
 
 post_install() {
 	vman contrib/man/exa.1
-	vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa
-	vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa
+	vcompletion contrib/completions.bash bash
+	vcompletion contrib/completions.fish fish
+	vcompletion contrib/completions.zsh zsh
 	vlicense LICENCE
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: exa: add fish completions.
  2020-08-27  3:02 [PR PATCH] exa: add fish completions ericonr
@ 2020-08-30  8:59 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2020-08-30  8:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

There's a merged pull request on the void-packages repository

exa: add fish completions.
https://github.com/void-linux/void-packages/pull/24500

Description:
Fixes #24498.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-30  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  3:02 [PR PATCH] exa: add fish completions ericonr
2020-08-30  8:59 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).