From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add rxvt-unicode. Date: Mon, 09 Mar 2015 09:57:45 +0100 Message-ID: <87wq2qr1iu.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtVX-00061f-Kz for guix-devel@gnu.org; Mon, 09 Mar 2015 04:57:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUtVU-0001TB-Fb for guix-devel@gnu.org; Mon, 09 Mar 2015 04:57:51 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtVU-0001T4-Cy for guix-devel@gnu.org; Mon, 09 Mar 2015 04:57:48 -0400 In-Reply-To: (Axel's message of "Mon, 9 Mar 2015 05:20:07 +0300") 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: Axel Cc: guix-devel Axel skribis: > From 0619a0bcfb0a094c534ec49931ac5eb299774780 Mon Sep 17 00:00:00 2001 > From: "Alexander I.Grafov (Axel)" > 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: =E2=80=A2 moved to xdisorg.scm since it=E2=80=99s not part of Xorg proper; =E2=80=A2 changed license to gpl3+ since source file headers have the =E2= =80=9Cor any later version=E2=80=9D wording; =E2=80=A2 ensured there were two spaces after sentences in =E2=80=98descr= iption=E2=80=99, as reported by =E2=80=98guix lint=E2=80=99. Thank you! Ludo=E2=80=99.