unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Update libedit, enable Unicode support.
@ 2015-08-24 12:23 Ricardo Wurmus
  2015-08-28  9:38 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2015-08-24 12:23 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-libedit-Update-to-20150325-3.1.patch --]
[-- Type: text/x-patch, Size: 1055 bytes --]

From f9a03d795d96bf83de9c002f1b7542eb42909bff Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 24 Aug 2015 14:19:53 +0200
Subject: [PATCH 1/2] gnu: libedit: Update to 20150325-3.1.

* gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
---
 gnu/packages/libedit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 1d7b5b6..1feef80 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -26,7 +26,7 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20141030-3.1")
+    (version "20150325-3.1")
     (source
      (origin
       (method url-fetch)
@@ -34,7 +34,7 @@
                           "/" name "-" version ".tar.gz"))
       (sha256
        (base32
-        "0h2svwfcdldpbg0fy7fnkld706r2a9k9h1mm0yj7z3zvf1jy20cp"))))
+        "1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)))
-- 
2.1.0


[-- Attachment #2: 0002-gnu-libedit-Enable-wide-character-support.patch --]
[-- Type: text/x-patch, Size: 1125 bytes --]

From 93a1051b721dc435f700872000fe15db3c8c39a0 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 24 Aug 2015 14:21:26 +0200
Subject: [PATCH 2/2] gnu: libedit: Enable wide character support.

* gnu/packages/libedit.scm (libedit)[arguments]: Add "--enable-widec" to
  configure flags.
---
 gnu/packages/libedit.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 1feef80..a1a1ac6 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
+;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,6 +37,7 @@
        (base32
         "1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8"))))
     (build-system gnu-build-system)
+    (arguments `(#:configure-flags (list "--enable-widec")))
     (inputs
      `(("ncurses" ,ncurses)))
     (home-page "http://thrysoee.dk/editline/")
-- 
2.1.0


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

* Re: [PATCH] Update libedit, enable Unicode support.
  2015-08-24 12:23 [PATCH] Update libedit, enable Unicode support Ricardo Wurmus
@ 2015-08-28  9:38 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-08-28  9:38 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:

> From f9a03d795d96bf83de9c002f1b7542eb42909bff Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 24 Aug 2015 14:19:53 +0200
> Subject: [PATCH 1/2] gnu: libedit: Update to 20150325-3.1.
>
> * gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.

[...]

> From 93a1051b721dc435f700872000fe15db3c8c39a0 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 24 Aug 2015 14:21:26 +0200
> Subject: [PATCH 2/2] gnu: libedit: Enable wide character support.
>
> * gnu/packages/libedit.scm (libedit)[arguments]: Add "--enable-widec" to
>   configure flags.

Both LGTM.  Thanks.

Ludo’.

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

end of thread, other threads:[~2015-08-28  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24 12:23 [PATCH] Update libedit, enable Unicode support Ricardo Wurmus
2015-08-28  9:38 ` Ludovic Courtès

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