From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: dmenu: Update to 4.6. Date: Tue, 3 Jan 2017 23:40:02 -0500 Message-ID: <20170104044002.GE13674@jasmine> References: <1483489584.849135.836542705.08F870E5@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOdMu-0003iB-Fz for guix-devel@gnu.org; Tue, 03 Jan 2017 23:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOdMq-0001gA-IS for guix-devel@gnu.org; Tue, 03 Jan 2017 23:40:08 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38687) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOdMq-0001g0-EL for guix-devel@gnu.org; Tue, 03 Jan 2017 23:40:04 -0500 Content-Disposition: inline In-Reply-To: <1483489584.849135.836542705.08F870E5@webmail.messagingengine.com> 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: Alex Griffin Cc: guix-devel@gnu.org On Tue, Jan 03, 2017 at 06:26:24PM -0600, Alex Griffin wrote: > This patch updates dmenu to 4.6, which added nicer text rendering by > default and couple new dependencies related to that. > > (Note my slock patch updates the copyright attribution.) > -- > Alex Griffin > From c1360e73ffa4644f90cfd848ac747852cae5f34a Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Tue, 3 Jan 2017 09:40:33 -0600 > Subject: [PATCH 2/9] gnu: dmenu: Update to 4.6. > > * gnu/packages/suckless.scm (dmenu): Update to 4.6. > [inputs]: Add libxft and freetype. > [arguments]: Add make-flags for finding freetype headers. Thanks, pushed!