Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fzf: update and cleanup post_install()
@ 2021-03-05 18:24 m3tav3rse
  2021-03-05 18:33 ` [PR PATCH] [Updated] " m3tav3rse
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: m3tav3rse @ 2021-03-05 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages fzf-completions
https://github.com/void-linux/void-packages/pull/29259

fzf: update and cleanup post_install()
Added missing manpage for fzf-tmux, removed unused sed line, installed completion by default.

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

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

From 6eee1b797b1d95d69a088a0ad90563c0e5eb1a4c Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Fri, 5 Mar 2021 19:04:23 +0100
Subject: [PATCH] fzf: update and cleanup post_install()

---
 srcpkgs/fzf/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index b0b841a7a6a..5a33a98e1cb 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -1,7 +1,7 @@
 # Template file for 'fzf'
 pkgname=fzf
 version=0.25.1
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/junegunn/fzf"
 hostmakedepends="git"
@@ -18,14 +18,19 @@ post_install() {
 	cd ${wrksrc}
 	vbin bin/fzf-tmux
 	vman man/man1/fzf.1
+	vman man/man1/fzf-tmux.1
 	vlicense LICENSE
 
-	sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
 	vinstall plugin/fzf.vim 644 usr/share/vim/vimfiles/plugin
+	vinstall doc/fzf.txt 644 usr/share/vim/vimfiles/doc
+
 	vinstall plugin/fzf.vim 644 usr/share/nvim/runtime/plugin
-	vinstall shell/completion.bash 644 usr/share/doc/fzf
-	vinstall shell/completion.zsh 644 usr/share/doc/fzf
-	vinstall shell/key-bindings.zsh 644 usr/share/doc/fzf
-	vinstall shell/key-bindings.bash 644 usr/share/doc/fzf
-	vinstall shell/key-bindings.fish 644 usr/share/doc/fzf
+	vinstall doc/fzf.txt 644 usr/share/nvim/runtime/doc
+	
+	vcompletion shell/completion.bash bash
+	vcompletion shell/completion.zsh zsh
+	
+	vinstall shell/key-bindings.zsh 644 usr/share/fzf
+	vinstall shell/key-bindings.bash 644 usr/share/fzf
+	vinstall shell/key-bindings.fish 644 usr/share/fish/vendor_functions.d fzf_key_bindings.fish
 }

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

end of thread, other threads:[~2021-04-07 10:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 18:24 [PR PATCH] fzf: update and cleanup post_install() m3tav3rse
2021-03-05 18:33 ` [PR PATCH] [Updated] " m3tav3rse
2021-03-08  3:06 ` ericonr
2021-03-08 13:05 ` [PR PATCH] [Updated] fzf: " m3tav3rse
2021-03-08 14:01 ` m3tav3rse
2021-03-15  8:18 ` [PR PATCH] [Updated] " m3tav3rse
2021-04-06 16:36 ` FollieHiyuki
2021-04-06 16:46 ` FollieHiyuki
2021-04-06 16:55 ` FollieHiyuki
2021-04-07 10:10 ` [PR PATCH] [Closed]: " m3tav3rse

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).