all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27148: [PATCH] gnu: Add xsel.
@ 2017-05-30 14:59 Marius Bakke
  2017-05-30 16:01 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-05-30 14:59 UTC (permalink / raw)
  To: 27148

* gnu/packages/xdisorg.scm (xsel): New variable.
---
 gnu/packages/xdisorg.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a2230c4e9..2a345cb1b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -958,6 +958,32 @@ demos.  It also acts as a nice screen locker.")
                "http://metadata.ftp-master.debian.org/changelogs/"
                "/main/x/xscreensaver/xscreensaver_5.36-1_copyright")))))
 
+(define-public xsel
+  (package
+    (name "xsel")
+    (version "1.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.vergenet.net/~conrad/software"
+                                  "/xsel/download/xsel-" version ".tar.gz"))
+              (sha256
+               (base32
+                "070lbcpw77j143jrbkh0y1v10ppn1jwmjf92800w7x42vh4cw9xr"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("libxt" ,libxt)))
+    (home-page "http://www.vergenet.net/~conrad/software/xsel/")
+    (synopsis "Manipulate X selection")
+    (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.
+
+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."))))
+
 (define-public xdpyprobe
   (package
     (name "xdpyprobe")
-- 
2.13.0

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

* bug#27148: [PATCH] gnu: Add xsel.
  2017-05-30 14:59 bug#27148: [PATCH] gnu: Add xsel Marius Bakke
@ 2017-05-30 16:01 ` Ludovic Courtès
  2017-05-30 17:48   ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-05-30 16:01 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27148

Marius Bakke <mbakke@fastmail.com> skribis:

> * gnu/packages/xdisorg.scm (xsel): New variable.

LGTM, thanks!

Ludo'.

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

* bug#27148: [PATCH] gnu: Add xsel.
  2017-05-30 16:01 ` Ludovic Courtès
@ 2017-05-30 17:48   ` Marius Bakke
  0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-05-30 17:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27148-done

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

Ludovic Courtès <ludo@gnu.org> writes:

> Marius Bakke <mbakke@fastmail.com> skribis:
>
>> * gnu/packages/xdisorg.scm (xsel): New variable.
>
> LGTM, thanks!

Pushed as cab1c1174182fadfd1ae39762d8f18314c2749db.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2017-05-30 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30 14:59 bug#27148: [PATCH] gnu: Add xsel Marius Bakke
2017-05-30 16:01 ` Ludovic Courtès
2017-05-30 17:48   ` Marius Bakke

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.