Hello, Julien Lepiller <jul...@lepiller.eu> 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’ve pushed it to the ‘next’ branch, which we’ll merge soon after the release. > From feabd656c24dbc9b3d41d0a9bcdf22f88fecedcb Mon Sep 17 00:00:00 2001 > From: Julien Lepiller <jul...@lepiller.eu> > 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 © 2014 Lepiller Julien <jul...@lepiller.eu> I’ve swapped first name/last name. > + (method url-fetch) > + (uri (string-append > + "http://www.icculus.org/openbox/releases/" name "-" > version ".tar.gz")) > + (sha256 > + (base32 > "0cxgb334zj6aszwiki9g10i56sm18i7w1kw52vdnwgzq27pv93qj")))) Did some reformatting to keep lines below 80 characters. Thank you, and welcome! :-) Ludo’.