From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45629) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3RRP-00084T-O5 for guix-patches@gnu.org; Sun, 16 Feb 2020 16:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3RRO-0000mN-Kc for guix-patches@gnu.org; Sun, 16 Feb 2020 16:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3RRO-0000mE-IF for guix-patches@gnu.org; Sun, 16 Feb 2020 16:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3RRO-000828-FC for guix-patches@gnu.org; Sun, 16 Feb 2020 16:27:02 -0500 Subject: [bug#39636] [PATCH 0/6] KiCad add translation and update libraries. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45576) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3RQs-0007bo-C9 for guix-patches@gnu.org; Sun, 16 Feb 2020 16:26:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3RQr-0000Fp-1R for guix-patches@gnu.org; Sun, 16 Feb 2020 16:26:29 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:33397) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3RQq-0000CL-S2 for guix-patches@gnu.org; Sun, 16 Feb 2020 16:26:28 -0500 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 5AE8A1BF204 for ; Sun, 16 Feb 2020 21:26:25 +0000 (UTC) From: Brice Waegeneire Date: Sun, 16 Feb 2020 22:26:21 +0100 Message-Id: <20200216212621.3063-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39636@debbugs.gnu.org This serie of patch follows https://issues.guix.info/issue/32616 it adds the missing libraries for KiCad 5 which have been splitted in several repositories by upstream and also adds translation to KiCad. I tried to add the documentation too but I wasn't succesfull. I endend up blocked by the error "Install the Unicode::GCString module!" even though "perl-unicode-linebreak" was in my inputs. Brice Waegeneire (6): gnu: Add kicad-footprints. gnu: Add variable kicad-packages3d. gnu: Add kicad-templates. gnu: Remove kicad-library. gnu: kicad-symbols: Update synopsis and description. gnu: kicad: Add translations and search paths. gnu/packages/engineering.scm | 296 ++++++++++++++++++++--------------- 1 file changed, 167 insertions(+), 129 deletions(-) -- 2.25.0