emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27148: closed ([PATCH] gnu: Add xsel.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27148: closed ([PATCH] gnu: Add xsel.)
Date: Tue, 30 May 2017 17:49:02 +0000

Your message dated Tue, 30 May 2017 19:48:41 +0200
with message-id <address@hidden>
and subject line Re: bug#27148: [PATCH] gnu: Add xsel.
has caused the debbugs.gnu.org bug report #27148,
regarding [PATCH] gnu: Add xsel.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27148: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27148
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add xsel. Date: Tue, 30 May 2017 16:59:52 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#27148: [PATCH] gnu: Add xsel. Date: Tue, 30 May 2017 19:48:41 +0200 User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)
Ludovic Courtès <address@hidden> writes:

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

Pushed as cab1c1174182fadfd1ae39762d8f18314c2749db.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]