From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 5/7] gnu: Add i3-wm. Date: Sun, 16 Aug 2015 18:48:11 -0500 Message-ID: <20150816184811.0207b477@openmailbox.org> References: <1439780737-14209-1-git-send-email-eric@dvorsak.fr> <1439780737-14209-5-git-send-email-eric@dvorsak.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRCE2-0004hp-1U for guix-devel@gnu.org; Mon, 17 Aug 2015 00:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRCDy-0005J6-PM for guix-devel@gnu.org; Mon, 17 Aug 2015 00:40:45 -0400 Received: from smtp20.openmailbox.org ([62.4.1.54]:48537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRCDy-0005IP-It for guix-devel@gnu.org; Mon, 17 Aug 2015 00:40:42 -0400 In-Reply-To: <1439780737-14209-5-git-send-email-eric@dvorsak.fr> 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: Eric Dvorsak Cc: guix-devel@gnu.org On Mon, 17 Aug 2015 05:05:35 +0200 Eric Dvorsak wrote: > * gnu/packages/i3.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] > +(define-public i3-wm > + (package > + (name "i3-wm") > + (version "4.10.3") [...] > + (description "i3 is a tiling window manager, completely written > +from scratch. The target platforms are GNU/Linux and BSD operating > +systems, our code is Free and Open Source Software (FOSS) under the > +BSD license. i3 is primarily targeted at advanced users and > +developers.") You may remove the second sentence completely. All programs in Guix are free software. `~Eric