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: glade New variable Date: Thu, 06 Feb 2014 19:03:13 +0100 Message-ID: <87fvnww23i.fsf@gnu.org> References: <1391632040-12730-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]:57119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBTN8-0005Mt-Ev for guix-devel@gnu.org; Thu, 06 Feb 2014 13:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBTN2-000574-LL for guix-devel@gnu.org; Thu, 06 Feb 2014 13:08:22 -0500 In-Reply-To: <1391632040-12730-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Wed, 5 Feb 2014 21:27:20 +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/gnome.scm (glade): New variable. Applied, thanks! > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -530,3 +530,31 @@ API add-ons to make GTK+ widgets OpenGL-capable.") > (description > "ekiga is a gobject-based plugins engine, and is targetted at givin= g nthe API") > (license lgpl2.0+))) The patch didn=E2=80=99t apply because of the above (great initiative! ;-))= , so I manually applied it. > + (synopsis "GTK+ RAD tool") > + (description "Glade is a RAD tool to enable quick & easy development= of > +user interfaces for the GTK+ toolkit and the GNOME desktop environment."= )=20 I expanded =E2=80=9CRAD=E2=80=9D here. Ludo=E2=80=99.