From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add evilwm. Date: Fri, 16 Oct 2015 10:37:43 +0200 Message-ID: <87vba7tdig.fsf@gnu.org> References: <1444948609-29345-1-git-send-email-ericbavier@openmailbox.org> <1444948609-29345-2-git-send-email-ericbavier@openmailbox.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]:45435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn0Wf-00056O-7H for guix-devel@gnu.org; Fri, 16 Oct 2015 04:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn0Wb-00038X-2p for guix-devel@gnu.org; Fri, 16 Oct 2015 04:38:09 -0400 In-Reply-To: <1444948609-29345-2-git-send-email-ericbavier@openmailbox.org> (ericbavier@openmailbox.org's message of "Thu, 15 Oct 2015 17:36:49 -0500") 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: ericbavier@openmailbox.org Cc: guix-devel@gnu.org, Eric Bavier ericbavier@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/wm.scm (evilwm): New variable. [...] > + 'build 'provide-better-default-font > + (lambda _ > + ;; The "fixed" font is contained in the set of fonts > + ;; installed with the default xorg-server service, = so use > + ;; it as the default instead. > + (substitute* "evilwm.h" > + (("^#define DEF_FONT[[:space:]]*\"variable\"") > + "#define DEF_FONT \"fixed\"")) What about adding the =E2=80=9Cvariable=E2=80=9D font by default in (gnu se= rvices xorg) instead? > + (license (fsf-free "file:///README")))) Since =E2=80=98fsf-free=E2=80=99 is a catch-all thing, could you add a comm= ent explaining in one line what kind of license this is? Thank you, Ludo=E2=80=99.