unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66226] [PATCH] gnu: xsel: Improve synopsis and description.
@ 2023-09-27  8:54 Rostislav Svoboda
  2023-09-29 20:48 ` bug#66226: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2023-09-27  8:54 UTC (permalink / raw)
  To: 66226; +Cc: Rostislav Svoboda

* gnu/packages/xdisorg.scm (xsel): Improve synopsis and description.
---
 gnu/packages/xdisorg.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 086330dfa4..e0120310f0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1842,14 +1842,14 @@ (define-public xsel
       (inputs
        (list libxt))
       (home-page "https://www.vergenet.net/~conrad/software/xsel/")
-      (synopsis "Manipulate X selection")
+      (synopsis "Manipulate X selection, i.e. clipboard from the command line")
       (description
        "XSel is a command-line program for getting and setting the contents of
-the X selection.  Normally this is only accessible by manually highlighting
-information and pasting it with the middle mouse button.
+the X selection, i.e. clipboard.  Normally this is only accessible by manually
+highlighting information and pasting it with the middle mouse button.
 
-XSel reads from standard input and writes to standard output by default,
-but can also follow a growing file, display contents, delete entries and more.")
+XSel reads from standard input and writes to standard output by default, but
+can also follow a growing file, display contents, delete entries and more.")
       (license (license:x11-style "file://COPYING"
                                   "See COPYING in the distribution.")))))
 

base-commit: 15fdeaeb2d4df755811db92cc7c3c7cb19155dec
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66226: [PATCH] gnu: xsel: Improve synopsis and description.
  2023-09-27  8:54 [bug#66226] [PATCH] gnu: xsel: Improve synopsis and description Rostislav Svoboda
@ 2023-09-29 20:48 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-09-29 20:48 UTC (permalink / raw)
  To: Rostislav Svoboda; +Cc: 66226-done

Hi Rostislav,

On 2023-09-27 10:54, Rostislav Svoboda wrote:
> +      (synopsis "Manipulate X selection, i.e. clipboard from the 
> command line")

I changed this to ‘and/or’, since ‘i.e.’ would imply that the selection 
and clipboard are the same.

While xsel does also support the clipboard, it won't touch it by default 
unless you explicitly pass the ‘--clipboard’ option.  Only the (primary) 
‘--selection’ is the default.  After all, it's xsel, not xclip.

I also added the modified fields to the commit message like so:

   * gnu/packages/xdisorg.scm (xsel)[synopsis, description]: …

and pushed to master as 4528fd6bbeed097d7c6871dbc5268502444755cd.

Thanks!

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-29 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27  8:54 [bug#66226] [PATCH] gnu: xsel: Improve synopsis and description Rostislav Svoboda
2023-09-29 20:48 ` bug#66226: " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).