Created attachment 216701 [details] diff As Wayland support for FreeBSD is getting pretty good, it would be nice to have password-store work with it out of the box. Thankfully, upstream has Wayland clipboard integration implemented[1]. Attached diff: - Imports this patch locally - While here, fix the portlint issue - Option is not enabled as default, as Wayland is not as common X11 yet References: [1] https://git.zx2c4.com/password-store/commit/?id=b0b784b1a57c0b06936e6f5d6560712b4b810cd3 Thanks!
Nice idea, I'd say its time for a new upstream release :)
(In reply to Rene Ladan from comment #1) Thanks for approving the diff. Sorry for being redundant, although I wonder if you're planning to commit it yourself, or expecting me to commit it.
(In reply to Ashish SHUKLA from comment #2) Feel free to commit :)
A commit references this bug: Author: ashish Date: Fri Jul 24 04:07:14 UTC 2020 New revision: 542998 URL: https://svnweb.freebsd.org/changeset/ports/542998 Log: - Add a non-default option WAYLAND to build port with wl-clipboard integration - Pet portlint PR: 248204 Approved by: rene Changes: head/sysutils/password-store/Makefile head/sysutils/password-store/files/extra-patch-wayland-copy-paste.diff
Committed, thanks!