From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 5/6] gnu: libetonyek: Update to 0.1.6. Date: Wed, 9 Mar 2016 10:50:46 +0100 Message-ID: <20160309095046.GB28981@solar> References: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> <1457347327-13748-6-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adalc-0006OY-N8 for guix-devel@gnu.org; Wed, 09 Mar 2016 04:50:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adalX-0002Ty-OO for guix-devel@gnu.org; Wed, 09 Mar 2016 04:50:56 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:20506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adalX-0002Th-Ci for guix-devel@gnu.org; Wed, 09 Mar 2016 04:50:51 -0500 Content-Disposition: inline In-Reply-To: <1457347327-13748-6-git-send-email-efraim@flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org Hello, I locally applied it, but changed the commit message as follows: gnu: libetonyek: Update to 0.1.6. * gnu/packages/libreoffice.scm (libetonyek)[source]: Update to 0.1.6. [inputs]: Add required input liblangtag. to record all modifications. This requires the 1.0 version of mdds, which may not be compatible with what libreoffice currently needs. So I will hold it back for the moment. I also (re-)enabled parallel builds for libreoffice; at least on my x86_64 laptop, this works, and libreoffice does not build an any other architecture right now anyway... Now I will try if libreoffice 5.1 builds without updating other libraries. None of this is pushed so far, but I consider pushing the parallel build feature as well as Efraim's liblangtag with a modified description as I suggested in a previous message; since this library is not used yet, it cannot break anything... Andreas