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 gsegrafix and dependent libraries. Date: Mon, 26 May 2014 09:48:50 +0200 Message-ID: <87sinxq8t9.fsf@gnu.org> References: <87d2f20xrv.fsf@gnu.org> <1401045213-26232-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]:49306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WopeX-0002u3-FB for guix-devel@gnu.org; Mon, 26 May 2014 03:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WopeP-0006vR-Bu for guix-devel@gnu.org; Mon, 26 May 2014 03:49:01 -0400 In-Reply-To: <1401045213-26232-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Sun, 25 May 2014 21:13:32 +0200") 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/math.scm (gsegrafix): New variable. > * gnu/packages/gtk.scm (pangox-compat): New variable. > * gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-da= ta, > gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade, > libgnomeprint, libgnomeprintui, libbonoboui): New variables. [...] > + (description "Bonobo is a framework for creating reusable components= for > +use in GNOME applications, built on top of CORBA.")=20 > + ;; Licence not explicitly stated. Source files contain no licence n= otices. > + ;; Tarball contains text of both GPLv2 and LGPLv2 > + ;; GPLv2 covers both conditions > + (license license:gpl2+))) I checked that, and that=E2=80=99s also my interpretation. Looks good to me, please push! Ludo=E2=80=99.