From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/2] i3 window manager update 4.13 Date: Sun, 4 Dec 2016 17:51:24 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDfdQ-0001vy-O7 for guix-devel@gnu.org; Sun, 04 Dec 2016 17:51:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDfdN-0003rA-NW for guix-devel@gnu.org; Sun, 04 Dec 2016 17:51:52 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40086) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDfdN-0003qv-G7 for guix-devel@gnu.org; Sun, 04 Dec 2016 17:51:49 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 663DA24752 for ; Sun, 4 Dec 2016 17:51:48 -0500 (EST) 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: guix-devel@gnu.org These patches update i3 to the latest upstream version, 4.13. The first seems necessary since xcb-util-cursor's pkg-config file includes the propagated packages in its 'Requires.private' field. I noticed this issue when the i3 build failed because these packages weren't available. i3 itself has switched from a hand-made build system to Autotools. I haven't actually tested this package, since my GuixSD system is not currently using a graphical interface. Leo Famulari (2): gnu: xcb-util-cursor: Propagate dependences from 'xcb-cursor.pc'. gnu: i3-wm: Update to 4.13. gnu/packages/wm.scm | 37 +++++++++++++++++++++++++++++-------- gnu/packages/xorg.scm | 5 +++-- 2 files changed, 32 insertions(+), 10 deletions(-) -- 2.11.0