unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John Darrington <jmd@gnu.org>
To: guix-devel@gnu.org
Cc: John Darrington <jmd@gnu.org>
Subject: [PATCH] gnu: Add xclip.
Date: Sun, 30 Nov 2014 16:06:00 +0100	[thread overview]
Message-ID: <1417359961-21530-1-git-send-email-jmd@gnu.org> (raw)

* 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

             reply	other threads:[~2014-11-30 15:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-30 15:06 John Darrington [this message]
2014-11-30 15:13 ` [PATCH] gnu: Add xclip 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1417359961-21530-1-git-send-email-jmd@gnu.org \
    --to=jmd@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).