unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add xclip.
@ 2014-11-30 15:06 John Darrington
  2014-11-30 15:13 ` Eric Bavier
  2014-11-30 17:45 ` Andreas Enge
  0 siblings, 2 replies; 21+ messages in thread
From: John Darrington @ 2014-11-30 15:06 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/xorg.scm (xclip): New variable.
---
 gnu/packages/xorg.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 292845c..b3db8cf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -47,6 +47,30 @@
 
 ;; packages outside the x.org system proper
 
+(define-public xclip
+  (package
+    (name "xclip")
+    (version "0.12")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+              "mirror://sourceforge/" name "/" name "-" version ".tar.gz"))
+        (sha256
+          (base32
+           "0ibcf46rldnv0r424qcnai1fa5iq3lm5q5rdd7snsi5sb78gmixp"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f))   ; There is no test suite
+    (inputs `(("libxmu" ,libxmu)
+              ("libxt" ,libxt)))
+    (home-page "http://xclip.sourceforge.net/")
+    (synopsis "Command line interface to X11 clipboard")
+    (description "Xclip is a command line interface to the X11 clipboard. It
+can also be used for copying files, as an alternative to sftp/scp, thus
+avoiding password prompts when X11 forwarding has already been setup.")
+    (license license:gpl2+)))
+
 (define-public xeyes
   (package
     (name "xeyes")
-- 
1.7.10.4

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

end of thread, other threads:[~2014-12-02 16:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-30 15:06 [PATCH] gnu: Add xclip John Darrington
2014-11-30 15:13 ` Eric Bavier
2014-11-30 17:45 ` Andreas Enge
2014-11-30 17:56   ` John Darrington
2014-11-30 18:05     ` Andreas Enge
2014-11-30 18:58       ` John Darrington
2014-11-30 19:08         ` Ian Denhardt
2014-12-01  6:05           ` John Darrington
2014-11-30 22:04         ` Andreas Enge
2014-12-02  6:01           ` [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm John Darrington
2014-12-02  6:01             ` [PATCH 2/2] gnu: Add xclip John Darrington
2014-12-02  8:36               ` Ludovic Courtès
2014-12-02  8:35             ` [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm Ludovic Courtès
2014-12-02 11:03             ` Andreas Enge
2014-12-02 12:49               ` Ludovic Courtès
2014-12-02 13:07                 ` Andreas Enge
2014-12-02 13:30                   ` Ludovic Courtès
2014-12-02 14:43                     ` Eric Bavier
2014-12-02 15:56                       ` Ludovic Courtès
2014-12-02 16:18                         ` Ludovic Courtès
2014-12-02 16:39                           ` John Darrington

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).