[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] gnu: Add xclip.
From: |
John Darrington |
Subject: |
[PATCH 2/2] gnu: Add xclip. |
Date: |
Tue, 2 Dec 2014 07:01:53 +0100 |
* gnu/packages/xdisorg.scm (xclip): New variable.
---
gnu/packages/xdisorg.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4632d68..dc57b03 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.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
- [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., John Darrington, 2014/12/02
- [PATCH 2/2] gnu: Add xclip.,
John Darrington <=
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Ludovic Courtès, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Andreas Enge, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Ludovic Courtès, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Andreas Enge, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Ludovic Courtès, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Eric Bavier, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Ludovic Courtès, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., Ludovic Courtès, 2014/12/02
- Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm., John Darrington, 2014/12/02