Commit Graph

7 Commits

Author SHA1 Message Date
glow 5f5b2dcf26
pass: termux-clipboard-set even if DISPLAY is set (#7193)
With the current patch, pass will try to use `xclip` when `$DISPLAY` is
set. Termux (most of the time) doesn't have `xclip` even if `$DISPLAY`
is set, so this change will check for `xclip` specifically (and
`wl-copy`/`wl-paste` in case of `$WAYLAND_DISPLAY`).

So, if a user has `xclip` and `$DISPLAY` set, it will still use `xclip`,
otherwise it will use `termux-clipboard-set`.
2021-07-26 12:52:25 +03:00
Leonid Pliushch 9518add6eb
pass: update src-password-store.sh.patch 2021-07-17 23:25:11 +03:00
Oliver Schmidhauser 0dbaa05759 pass: don't add newline to output. Fixes #3310
Since 5b3f31bf14 fixes the newline being added to termux-clipboard-get, this workaround is no longer required here and actually breaks the comparission.
2019-02-13 22:47:02 +01:00
Fredrik Fornwall bc5f8b91d2 pass: Update from 1.7.2 to 1.7.3 2018-08-06 01:38:35 +02:00
Fredrik Fornwall 57e7a75527 pass: Update from 1.7.1 to 1.7.2 2018-06-20 01:15:57 +02:00
Oliver Schmidhauser 796a52721f Update pass to version 1.7 (#796) 2017-02-27 16:03:16 +01:00
Fredrik Fornwall afd500a774 Add pass package (closes #147) 2016-03-22 00:12:23 +01:00