From mboxrd@z Thu Jan 1 00:00:00 1970 From: ggrant@riseup.net Subject: Re: [PATCH] gnu: add libglade Date: Fri, 28 Feb 2014 09:49:02 -0800 Message-ID: References: <38aed3a0611cb51be3edf81cbbef1677.squirrel@fruiteater.riseup.net> <87fvn35vz7.fsf@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]:40040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJTgt-0002et-I8 for guix-devel@gnu.org; Fri, 28 Feb 2014 15:05:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJTgn-0001PI-ER for guix-devel@gnu.org; Fri, 28 Feb 2014 15:05:51 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:50717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJTgn-0001PB-89 for guix-devel@gnu.org; Fri, 28 Feb 2014 15:05:45 -0500 Resent-To: guix-devel@gnu.org Resent-Message-ID: <87wqgfypd5.fsf@gnu.org> In-Reply-To: <87fvn35vz7.fsf@gnu.org> 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: =?utf-8?B?Ikx1ZG92aWMgQ291cnTDqHMi?= > ggrant@riseup.net skribis: > >> +(define-public libglade >> + (package >> + (name "libglade") >> + (version "2.6.4") >> + (source (origin >> + (method url-fetch) >> + (uri (string-append >> + >> "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-" > > There=E2=80=99s Glade 3.8 in gnome.scm; is it a different thing? > > Thanks, > Ludo=E2=80=99. > Yeah, I believe it's different. This is for GTK+2.x, not 3.x. It's mostly deprecated, but still used in a number of places that have yet to upgrade to it (GTK+3).