Github messages for voidlinux
 help / color / mirror / Atom feed
From: m3tav3rse <m3tav3rse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fzf: cleanup post_install()
Date: Mon, 08 Mar 2021 14:05:36 +0100	[thread overview]
Message-ID: <20210308130536.H70GtIkMxey1F-AsnTNaMCEkdGZ_-CXMjelZOTpDWHE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29259@inbox.vuxu.org>

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

There is an updated 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: 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: 1617 bytes --]

From 104f89a845e2dd64e8c9ac9d883d98ae43bc53cc Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Fri, 5 Mar 2021 19:04:23 +0100
Subject: [PATCH] fzf: 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..3c7ee110fdf 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
 }

  parent reply	other threads:[~2021-03-08 13:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05 18:24 [PR PATCH] fzf: update and " m3tav3rse
2021-03-05 18:33 ` [PR PATCH] [Updated] " m3tav3rse
2021-03-08  3:06 ` ericonr
2021-03-08 13:05 ` m3tav3rse [this message]
2021-03-08 14:01 ` fzf: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210308130536.H70GtIkMxey1F-AsnTNaMCEkdGZ_-CXMjelZOTpDWHE@z \
    --to=m3tav3rse@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).