From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm. Date: Tue, 02 Dec 2014 09:35:57 +0100 Message-ID: <87d282a1oy.fsf@gnu.org> References: <20141130220405.GA1795@debian> <1417500113-22708-1-git-send-email-jmd@gnu.org> 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]:36296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XviwF-0006oI-Rf for guix-devel@gnu.org; Tue, 02 Dec 2014 03:36:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XviwA-0000lT-Pj for guix-devel@gnu.org; Tue, 02 Dec 2014 03:36:03 -0500 In-Reply-To: <1417500113-22708-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Tue, 2 Dec 2014 07:01:52 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > * gnu/packages/xdisorg.scm: New file. > * gnu/packages/xorg.scm (xeyes, pixman, libdrm, mtdev): deleted. Swap these two lines, and write =E2=80=9CMove to...=E2=80=9D instead of =E2= =80=9Cdeleted=E2=80=9D (see git log for examples.) > +++ b/gnu/packages/xdisorg.scm > @@ -0,0 +1,184 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2013, 2014 Andreas Enge > +;;; Copyright =C2=A9 2014 Mark H Weaver > +;;; Copyright =C2=A9 2014 Eric Bavier > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see . > + > +(define-module (gnu packages xorg) ^ Should be =E2=80=9Cxdisorg=E2=80=9D. Otherwise looks good to me. Thanks for taking care of it! Ludo=E2=80=99.