Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Add void-fuzzy-finder virtual.
Date: Sat, 10 Oct 2020 00:47:52 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25484@inbox.vuxu.org> (raw)

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

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

https://github.com/ericonr/void-packages fuzzy
https://github.com/void-linux/void-packages/pull/25484

Add void-fuzzy-finder virtual.
Per comment in https://github.com/void-linux/void-packages/pull/25481#discussion_r502694724 , I believe this would be useful.

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

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

From 7761cef5099124739b1eb3863b0e9032ba8283e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 9 Oct 2020 19:40:55 -0300
Subject: [PATCH 1/4] etc/defaults.virtual: add void-fuzzy-finder pkg.

---
 etc/defaults.virtual | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/defaults.virtual b/etc/defaults.virtual
index 083ab6349ea..60390b188e0 100644
--- a/etc/defaults.virtual
+++ b/etc/defaults.virtual
@@ -36,3 +36,4 @@ xserver-abi-video xorg-server
 libGL libglvnd
 libEGL libglvnd
 libGLES libglvnd
+void-fuzzy-finder skim

From 99a44cfee8f813d7e0d92b944c9610d25b49ac7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 9 Oct 2020 19:41:22 -0300
Subject: [PATCH 2/4] skim: provide void-fuzzy-finder.

---
 srcpkgs/skim/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template
index 4bbc8266af1..d25e6eac8a5 100644
--- a/srcpkgs/skim/template
+++ b/srcpkgs/skim/template
@@ -1,7 +1,7 @@
 # Template file for 'skim'
 pkgname=skim
 version=0.8.0
-revision=2
+revision=3
 build_style=cargo
 short_desc="Fuzzy Finder in rust"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -9,6 +9,7 @@ license="MIT"
 homepage="https://github.com/lotabout/skim"
 distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
 checksum=42ac516aba6c9116fe96ff9dc5ac22fc7b14f809fbcdb5aaf93b9b36955da4dc
+provides="void-fuzzy-finder-1_1"
 
 post_install() {
 	vbin bin/sk-tmux

From 5a1bb5842ccbbeb68fffe291d980d5ca047ea801 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 9 Oct 2020 19:41:58 -0300
Subject: [PATCH 3/4] fzf: provide void-fuzzy-finder.

---
 srcpkgs/fzf/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 948d4b58a16..4aa5b54d08a 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -1,7 +1,7 @@
 # Template file for 'fzf'
 pkgname=fzf
 version=0.22.0
-revision=2
+revision=3
 build_style=go
 go_import_path=github.com/junegunn/fzf
 hostmakedepends="git"
@@ -13,6 +13,7 @@ homepage="https://github.com/junegunn/fzf"
 changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
 distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
 checksum=3090748bb656333ed98490fe62133760e5da40ba4cd429a8142b4a0b69d05586
+provides="void-fuzzy-finder-1_1"
 
 post_install() {
 	cd ${wrksrc}

From 89cb237d9e97ebaf5defdf849a14207ca1590a34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 9 Oct 2020 19:42:10 -0300
Subject: [PATCH 4/4] zfsbootmenu: use void-fuzzy-finder virtual pkg.

---
 srcpkgs/zfsbootmenu/template | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/zfsbootmenu/template b/srcpkgs/zfsbootmenu/template
index 331098b37cd..6f7ea3106cc 100644
--- a/srcpkgs/zfsbootmenu/template
+++ b/srcpkgs/zfsbootmenu/template
@@ -1,10 +1,10 @@
 # Template file for 'zfsbootmenu'
 pkgname=zfsbootmenu
 version=1.5.0
-revision=1
+revision=2
 build_style=gnu-makefile
 conf_files="/etc/zfsbootmenu/config.yaml"
-depends="dracut zfs kexec-tools bash pigz mbuffer
+depends="dracut zfs kexec-tools bash pigz mbuffer virtual?void-fuzzy-finder
  perl-Config-IniFiles perl-Sort-Versions perl-boolean perl-YAML-PP"
 short_desc="ZFS Boot Environment menu, implemented in Dracut"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
@@ -14,15 +14,6 @@ changelog="https://raw.githubusercontent.com/zdykstra/zfsbootmenu/master/CHANGEL
 distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
 checksum=dfcc3ccdc899f5425aa750ad347413e979f6d372e6cb8a12b8087719755c125e
 
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
-		depends+=" fzf"
-		;;
-	*)
-		depends+=" skim"
-		;;
-esac
-
 post_install() {
 	vlicense LICENSE
 	vmkdir usr/share/examples/${pkgname}

             reply	other threads:[~2020-10-09 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 22:47 ericonr [this message]
2020-10-10  0:49 ` [PR PATCH] [Closed]: " ericonr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25484@inbox.vuxu.org \
    --to=ericonr@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).