[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add rxvt-unicode.
From: |
Ludovic Courtès |
Subject: |
01/06: gnu: Add rxvt-unicode. |
Date: |
Mon, 09 Mar 2015 22:51:53 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 42f2c2b9d5435f42e4b9d69eab78edd768cdd9ea
Author: Alexander I.Grafov (Axel) <address@hidden>
Date: Mon Mar 9 05:03:39 2015 +0300
gnu: Add rxvt-unicode.
* gnu/packages/xdisorg.scm (rxvt-unicode): New variable.
Co-authored-by: Ludovic Courtès <address@hidden>
---
gnu/packages/xdisorg.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 67aa34a..bef0b38 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2014, 2015 Alex Kost <address@hidden>
;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
+;;; Copyright © 2015 Alexander I.Grafov <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -453,3 +454,35 @@ to access all XBindKeys internals, so you can have key
combinations, double
clicks or timed double clicks take actions. Also all functions that work in
Guile will work for XBindKeys.")
(license license:gpl2+)))
+
+(define-public rxvt-unicode
+ (package
+ (name "rxvt-unicode")
+ (version "9.21")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://dist.schmorp.de/rxvt-unicode/"
+ name "-"
+ version
+ ".tar.bz2"))
+ (sha256
+ (base32
+ "0swmi308v5yxsddrdhvi4cch88k2bbs2nffpl5j5m2f55gbhw9vm"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("libXft" ,libxft)
+ ("libX11" ,libx11)))
+ (native-inputs
+ `(("perl" ,perl)
+ ("pkg-config" ,pkg-config)))
+ (home-page "http://software.schmorp.de/pkg/rxvt-unicode.html")
+ (synopsis "Rxvt clone with XFT and unicode support")
+ (description "Rxvt-unicode (urxvt) is a colour vt102 terminal emulator
+intended as an xterm replacement for users who do not require features such as
+Tektronix 4014 emulation and toolkit-style configurability. It supports
+unicode, XFT and may be extended with Perl plugins. It also comes with a
+client/daemon pair that lets you open any number of terminal windows from
+within a single process.")
+ (license license:gpl3+)))
- branch master updated (c426e61 -> 116244d), Ludovic Courtès, 2015/03/09
- 03/06: gnu: Add Ploticus., Ludovic Courtès, 2015/03/09
- 02/06: Add Alexander to 'AUTHORS'., Ludovic Courtès, 2015/03/09
- 05/06: gnu: guile-ncurses: Run tests with a locale that's actually available., Ludovic Courtès, 2015/03/09
- 01/06: gnu: Add rxvt-unicode.,
Ludovic Courtès <=
- 06/06: services: Statically report duplicate dmd service identifiers., Ludovic Courtès, 2015/03/09
- 04/06: gnu: wget: Update to 1.16.3., Ludovic Courtès, 2015/03/09