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: Add awesome. Date: Thu, 16 Jun 2016 14:38:42 +0200 Message-ID: <871t3xgvfx.fsf@gnu.org> References: <1465776755-16444-1-git-send-email-carlo@zancanaro.id.au> <1465992933-24389-1-git-send-email-carlo@zancanaro.id.au> 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]:51683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDWZO-0000kp-Pl for guix-devel@gnu.org; Thu, 16 Jun 2016 08:38:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDWZK-0003v6-HA for guix-devel@gnu.org; Thu, 16 Jun 2016 08:38:49 -0400 In-Reply-To: <1465992933-24389-1-git-send-email-carlo@zancanaro.id.au> (Carlo Zancanaro's message of "Wed, 15 Jun 2016 22:15:33 +1000") 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" To: Carlo Zancanaro Cc: guix-devel@gnu.org Carlo Zancanaro skribis: > * gnu/packages/wm.scm (awesome): New variable. Pushed as 3d1240aa2561792895795315c7783a28bf4412af with a few changes. Primarily, I built it with --rounds=3D2 as per and noticed that the =E2=80=98awesome=E2=80=99 binary, some PNGs, and the g= zipped man pages were not bit-reproducible (they included timestamps), so I addressed these issues. Now it is fully reproducible. I also shrunk the description a bit, as per , and probably reindented a couple of things. Thanks for the patch! Ludo=E2=80=99.