From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 16/23] gnu: Add dialog. Date: Fri, 27 Nov 2015 02:17:15 -0500 Message-ID: <20151127071715.GA26648@jasmine> References: <88edaa9d6aaa7f86d0edad31a4730b7637101b42.1448398884.git.leo@famulari.name> <20151125222101.421da51f@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2DFT-0008Ju-EG for guix-devel@gnu.org; Fri, 27 Nov 2015 02:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2DFQ-0003Oo-5D for guix-devel@gnu.org; Fri, 27 Nov 2015 02:15:15 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:47868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2DFP-0003Nj-W8 for guix-devel@gnu.org; Fri, 27 Nov 2015 02:15:12 -0500 Received: from localhost (unknown [50.153.132.11]) by mail.messagingengine.com (Postfix) with ESMTPA id 999E3C016F3 for ; Fri, 27 Nov 2015 02:15:09 -0500 (EST) Content-Disposition: inline In-Reply-To: <20151125222101.421da51f@debian-netbook> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On Wed, Nov 25, 2015 at 10:21:01PM +0200, Efraim Flashner wrote: > On Tue, 24 Nov 2015 16:02:16 -0500 > Leo Famulari wrote: > > > * gnu/packages/python.scm (dialog): New variable. > > --- > > gnu/packages/ncurses.scm | 23 +++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > > > > diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm > > index 2b0d442..176378d 100644 > > --- a/gnu/packages/ncurses.scm > > +++ b/gnu/packages/ncurses.scm > > @@ -1,6 +1,7 @@ > > ;;; GNU Guix --- Functional package management for GNU > > ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès > > ;;; Copyright © 2014 Mark H Weaver > > +;;; Copyright © 2015 Leo Famulari > > ;;; > > ;;; This file is part of GNU Guix. > > ;;; > > @@ -110,3 +111,25 @@ implement user interfaces for command-line applications. The accompanying > > ncursesw library provides wide character support.") > > (license x11) > > (home-page "http://www.gnu.org/software/ncurses/")))) > > + > > +(define-public dialog > > + (package > > + (name "dialog") > > + (version "1.2-20150920") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append > > + "http://invisible-island.net/datafiles/release/" > > + "dialog.tar.gz")) > > use this url instead for downloading > http://invisible-mirror.net/archives/dialog/dialog-1.2-20150920.tgz Yikes, thanks for noticing that! > > > + (sha256 > > + (base32 > > + "01ccd585c241nkj02n0zdbx8jqhylgcfpcmmshynh0c7fv2ixrn4")))) > > + (build-system gnu-build-system) > > + (arguments > > + `(#:tests? #f)) ; no test suite > > + (inputs > > + `(("ncurses" ,ncurses))) > > + (synopsis "Curses widgets") > > + (description "A script-interpreter which provides a set of curses widgets.") > > + (home-page "http://invisible-island.net/dialog/dialog.html") > > + (license (list lgpl2.1 gpl3)))) ; some components are GPL v3 > > > > -- > Efraim Flashner אפרים פלשנר > GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 > Confidentiality cannot be guaranteed on emails sent or received unencrypted