From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: add openbox Date: Sun, 16 Nov 2014 23:44:59 +0100 Message-ID: <87wq6ubw9g.fsf@gnu.org> References: <20141116181806.643fbedd@lepiller.eu> 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]:48369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8Z8-0002d5-F9 for guix-devel@gnu.org; Sun, 16 Nov 2014 17:45:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq8Z3-0003YE-Ll for guix-devel@gnu.org; Sun, 16 Nov 2014 17:45:06 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:58189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8Z3-0003Xd-F5 for guix-devel@gnu.org; Sun, 16 Nov 2014 17:45:01 -0500 In-Reply-To: <20141116181806.643fbedd@lepiller.eu> (Julien Lepiller's message of "Sun, 16 Nov 2014 18:18:06 +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: Julien Lepiller Cc: guix-devel@gnu.org Hello, Julien Lepiller skribis: > This time, I send you a real patch. It adds openbox, a window manager, > to the distribution. Openbox requires that pango is compiled with > libxft, so I added the dependency in gtk.scm. The patch looks good to me. However, because the next release is to be out soon and I would like to avoid any disruption, I=E2=80=99ve pushed it t= o the =E2=80=98next=E2=80=99 branch, which we=E2=80=99ll merge soon after the rel= ease. > From feabd656c24dbc9b3d41d0a9bcdf22f88fecedcb Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sun, 16 Nov 2014 17:57:06 +0100 > Subject: [PATCH] gnu: Add openbox. > > * gnu/packages/openbox.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Pushed with minor changes: > +;;; Copyright =C2=A9 2014 Lepiller Julien I=E2=80=99ve swapped first name/last name. > + (method url-fetch) > + (uri (string-append > + "http://www.icculus.org/openbox/releases/" name "-" = version ".tar.gz")) > + (sha256 > + (base32 "0cxgb334zj6aszwiki9g10i56sm18i7w1kw52vdnwgzq27pv= 93qj")))) Did some reformatting to keep lines below 80 characters. Thank you, and welcome! :-) Ludo=E2=80=99.