[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: glade New variable
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: glade New variable |
Date: |
Thu, 06 Feb 2014 19:03:13 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> 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 giving
> nthe API")
> (license lgpl2.0+)))
The patch didn’t 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.")
I expanded “RAD” here.
Ludo’.