From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH core-updates 0/6] Wait up! Date: Wed, 25 Jan 2017 14:05:51 -0500 Message-ID: <20170125190551.GB1709@jasmine> References: <20170125171938.27271-1-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWStQ-00049j-7M for guix-devel@gnu.org; Wed, 25 Jan 2017 14:06:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWStH-00083J-1z for guix-devel@gnu.org; Wed, 25 Jan 2017 14:05:59 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54629) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWStG-00082t-Sy for guix-devel@gnu.org; Wed, 25 Jan 2017 14:05:54 -0500 Content-Disposition: inline In-Reply-To: <20170125171938.27271-1-mbakke@fastmail.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: Marius Bakke Cc: guix-devel@gnu.org On Wed, Jan 25, 2017 at 06:19:32PM +0100, Marius Bakke wrote: > Sorry for the late series, but I see core-updates isn't fully rolling > yet. This updates xorg and the latter patch has a proper fix for > c254ac32004 (untested, though). > > Note: "bdftopcf" is the only package using "libxfont" after this, and > "xorg-server" gains a hard dependency on "libepoxy". > > Marius Bakke (6): > gnu: Add libxfont2. > gnu: xorg-server: Use 'modify-phases' syntax. > gnu: xorg-server: Update to 1.19.1. > gnu: xf86-video-qxl: Change to libxfont2 ABI. > gnu: xf86-video-intel: Update to 2.99.917-2-028c946. > utils: Add helper method to make files writable. I have a WIP branch for updating the xorg suite: https://github.com/lfam/guix/tree/contrib-xorg-server I was waiting for a few drivers to be updated to the new X server, based on this thread: https://lists.freedesktop.org/archives/xorg-devel/2016-November/051849.html Let's combine our efforts :)