all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add rxvt-unicode.
@ 2015-03-09  2:20 Axel
  2015-03-09  8:57 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Axel @ 2015-03-09  2:20 UTC (permalink / raw
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

urxvt terminal with default configuration.

-- 
Александр Графов

[-- Attachment #2: 0001-gnu-Add-rxvt-unicode.patch --]
[-- Type: application/octet-stream, Size: 2207 bytes --]

From 0619a0bcfb0a094c534ec49931ac5eb299774780 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov (Axel)" <grafov@gmail.com>
Date: Mon, 9 Mar 2015 05:03:39 +0300
Subject: [PATCH] gnu: Add rxvt-unicode.

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 64e2358..c38ed81 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015 Alexander I.Grafov <grafov@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4949,3 +4950,35 @@ perl programs to display windows and graphics on X11 servers.")
     ;; of the extension modules in the directory Protocol/Ext: see those files
     ;; for details)."
     (license (package-license perl))))
+
+(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)))
-- 
2.2.1


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

* Re: [PATCH] gnu: Add rxvt-unicode.
  2015-03-09  2:20 [PATCH] gnu: Add rxvt-unicode Axel
@ 2015-03-09  8:57 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-03-09  8:57 UTC (permalink / raw
  To: Axel; +Cc: guix-devel

Axel <grafov@gmail.com> skribis:

> From 0619a0bcfb0a094c534ec49931ac5eb299774780 Mon Sep 17 00:00:00 2001
> From: "Alexander I.Grafov (Axel)" <grafov@gmail.com>
> Date: Mon, 9 Mar 2015 05:03:39 +0300
> Subject: [PATCH] gnu: Add rxvt-unicode.
>
> * gnu/packages/xorg.scm (rxvt-unicode): New variable.

Applied with minor changes:

  • moved to xdisorg.scm since it’s not part of Xorg proper;

  • changed license to gpl3+ since source file headers have the “or any
    later version” wording;

  • ensured there were two spaces after sentences in ‘description’, as
    reported by ‘guix lint’.

Thank you!

Ludo’.

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

end of thread, other threads:[~2015-03-09  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09  2:20 [PATCH] gnu: Add rxvt-unicode Axel
2015-03-09  8:57 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.