Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pass: add xclip as a dependency.
Date: Tue, 15 Sep 2020 09:31:45 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24921@inbox.vuxu.org> (raw)

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

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

https://github.com/fosslinux/void-packages pass-xclip
https://github.com/void-linux/void-packages/pull/24921

pass: add xclip as a dependency.
This is required for proper operation of the -c function.

xclip dosen't pull in X along with it, so I believe this is OK
since it is a rather small package. Happy to not merge this though.

Also remove noarch.

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

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

From 87bc8b1efb4d814877bef735909f67f1c1c44dae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Tue, 15 Sep 2020 17:20:44 +1000
Subject: [PATCH] pass: add xclip as a dependency.

This is required for proper operation of the -c function.

xclip dosen't pull in X along with it, so I believe this is OK
since it is a rather small package. Happy to not merge this though.

Also remove noarch.
---
 srcpkgs/pass/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template
index 229bb79c70d..c1a8389bfc3 100644
--- a/srcpkgs/pass/template
+++ b/srcpkgs/pass/template
@@ -1,12 +1,11 @@
 # Template file for 'pass'
 pkgname=pass
 version=1.7.3
-revision=3
-archs=noarch
+revision=4
 wrksrc="password-store-${version}"
 build_style=gnu-makefile
 make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
-depends="bash gnupg2 tree which"
+depends="bash gnupg2 tree which xclip"
 checkdepends="gnupg2 tree which git"
 short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
 maintainer="Orphaned <orphan@voidlinux.org>"

             reply	other threads:[~2020-09-15  7:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15  7:31 fosslinux [this message]
2020-09-15  7:58 ` Anachron
2020-09-15 10:10 ` Piraty
2020-09-15 10:10 ` [PR PATCH] [Closed]: " Piraty

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-24921@inbox.vuxu.org \
    --to=fosslinux@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).