From unknown Fri Jun 20 20:04:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33004 <33004@debbugs.gnu.org> To: bug#33004 <33004@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add kicad-symbols. Reply-To: bug#33004 <33004@debbugs.gnu.org> Date: Sat, 21 Jun 2025 03:04:29 +0000 retitle 33004 [PATCH] gnu: Add kicad-symbols. reassign 33004 guix-patches submitter 33004 Danny Milosavljevic severity 33004 normal tag 33004 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 10 06:18:19 2018 Received: (at submit) by debbugs.gnu.org; 10 Oct 2018 10:18:19 +0000 Received: from localhost ([127.0.0.1]:42925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gABZL-0003BE-8g for submit@debbugs.gnu.org; Wed, 10 Oct 2018 06:18:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60453) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gABZJ-0003B1-5k for submit@debbugs.gnu.org; Wed, 10 Oct 2018 06:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gABZB-0000r5-Ux for submit@debbugs.gnu.org; Wed, 10 Oct 2018 06:18:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gABZ9-0000oA-6X for submit@debbugs.gnu.org; Wed, 10 Oct 2018 06:18:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gABZ8-0001mo-1j for guix-patches@gnu.org; Wed, 10 Oct 2018 06:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gABZ4-0000lo-IU for guix-patches@gnu.org; Wed, 10 Oct 2018 06:18:05 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:41042) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gABZ4-0000c9-7v for guix-patches@gnu.org; Wed, 10 Oct 2018 06:18:02 -0400 Received: from dayas.3.home (178.112.155.166.wireless.dyn.drei.com [178.112.155.166]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 7471A336088F; Wed, 10 Oct 2018 12:17:53 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH] gnu: Add kicad-symbols. Date: Wed, 10 Oct 2018 12:17:36 +0200 Message-Id: <20181010101736.21507-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) * gnu/packages/engineering.scm (kicad-symbols): New variable. --- gnu/packages/engineering.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index ee524ec78..2516143a7 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -823,6 +823,30 @@ electrical diagrams), gerbview (viewing Gerber files= ) and others.") render model libraries.") (license license:lgpl2.0+)))) =20 +(define-public kicad-symbols + (package + (name "kicad-symbols") + (version "5.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/KiCad/kicad-symbols.git") + (commit version))) + (file-name (string-append "kicad-symbols-" version "-check= out")) + (sha256 + (base32 + "18z5vpdq7hy2mpvm5vz1dz3ra3a5iybavvlzi8q2bmmdb6gsvf64"))= )) + (build-system cmake-build-system) + (arguments + `(#:tests? #f)) ; No tests exist + (home-page "http://kicad-pcb.org/") + (synopsis "Official KiCad schematic symbol libraries for Kicad 5") + (description "This package contains the official KiCad schematic sym= bol +libraries for Kicad 5.") + ;; TODO: Exception: "To the extent that the creation of electronic d= esigns that use 'Licensed Material' can be considered to be 'Adapted Mate= rial', then the copyright holder waives article 3 of the license with res= pect to these designs and any generated files which use data provided as = part of the 'Licensed Material'." + ;; See . + (license license:cc-by-sa4.0))) + (define-public linsmith (package (name "linsmith") From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 10 15:30:38 2018 Received: (at 33004) by debbugs.gnu.org; 10 Oct 2018 19:30:38 +0000 Received: from localhost ([127.0.0.1]:43882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAKBp-0001ND-9z for submit@debbugs.gnu.org; Wed, 10 Oct 2018 15:30:38 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:33867) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAKBl-0001N0-6e for 33004@debbugs.gnu.org; Wed, 10 Oct 2018 15:30:33 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B965E21ADA; Wed, 10 Oct 2018 15:30:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 10 Oct 2018 15:30:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=5ndSDYrpj4tV8t4wpJj+esYl RMTymq5pCGhJt4g4WyE=; b=mFU27LdbuCQLozFXjVlEFiUUkmBawMoiQFdDn7mq 8LugGpx/JIYW6QKQ4x0SkGZQqPj/SHynscwJBk04D2Znvcv70VFaRPTYjAWVwznL ofaaTDLYOXy1yx34wuKbjFH658Y1yi0kHIdHsObdyJ0zhEybMrR2K2RTE6lVxmel 1JU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=5ndSDY rpj4tV8t4wpJj+esYlRMTymq5pCGhJt4g4WyE=; b=ogjwpusl3QaAUSOafVVG88 GmcJAejgmDbAStfInFw12+4ZpWfhXF5HCMWaL+MpBscXqQ+4fL6wVH+9mOQotZej E04NMYN9g72t3zdyfVNVhyoBTp0wrSuYREDwA2Lw8NfK3MHjrISzOAkvypOyKaOD Qc2i8ry4ARSFH763VB6Eh/VlPh/7fEZ3teyPNXXZvRL5U6hrT1X/fO2VHkXXlfHm mL5rej4BZXGkBsdz2XpUC1OB9MJ+JHRb/21lGmxoJRx75yhq90ZhKd4FMXgh/fm9 hxC7PEAJB7RGjWmS0PDq3H/2FAvb7K2eVGyXlrc111xR68KqTjhNq+cAAJTkHZiw == X-ME-Sender: X-ME-Proxy: Received: from localhost (unknown [172.58.201.64]) by mail.messagingengine.com (Postfix) with ESMTPA id EA0B1102A0; Wed, 10 Oct 2018 15:30:31 -0400 (EDT) Date: Wed, 10 Oct 2018 15:30:30 -0400 From: Leo Famulari To: Danny Milosavljevic Subject: Re: [bug#33004] [PATCH] gnu: Add kicad-symbols. Message-ID: <20181010193030.GD22832@jasmine.lan> References: <20181010101736.21507-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tEFtbjk+mNEviIIX" Content-Disposition: inline In-Reply-To: <20181010101736.21507-1-dannym@scratchpost.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33004 Cc: 33004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 10, 2018 at 12:17:36PM +0200, Danny Milosavljevic wrote: > * gnu/packages/engineering.scm (kicad-symbols): New variable. Thanks, LGTM! --tEFtbjk+mNEviIIX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlu+U1YACgkQJkb6MLrK fwiV7A/+PqYRO1vVaT8xQNKswIg4D8386yxIKHjVv6NcOCJGvqztWVeLnLEBXMs6 HbIM0mRsBxUSCiJvO/1wAYRw8F7Aw76xfLUq9Ha8taKjIfATnYvN8eKRWHTWwICF EmphAP8wz30rgGFwOMYjmaljryWq4Kj5yYeVTCvgjDOMDzNNCshyWG0OCI2hBcX8 ykH0aCBJMXxO/Ogx2/7Oz/wyq8HZruO9hUrwM3W2X2KXg5ukYlefVtEZOGRGZOVs RUaEf5hxYK5K8rEhW3mQF6U0KRgcLhCDskgFEDH183zX6rxwj5oA3KXzfOckx5sD 0z8fyNInrrj3uuOb5U50n178fACSQTQ/zPkai6TFyDVRz4R/g5TF0/lNpuK9EYOy 7ruw4arQ9Ew1GCAlGeU4tc4f6ErYHEwrmh7RsB0pGzx0rP4Lr77RVDyIz7FHHXc/ gM5bAQ4N4tp2gBVbE0kvVXy64b0v8gtHl+hJIN4gg72H1aB4E39pp8HC97WAni0R ckEcBELzf640hXzpf8Oxg/VGdXy8FWR5NWh0FEHJ/OJ8PrkiZ6eDH4B2r7e22Ur3 WQ3RSYZ/ueL+VrzCgfomj72Ifrj/SxWGfKFwEg253PEL1F0ggWQYEK6GNNzNbOk+ qs8Lr+ZpyTxgQloVPkd4MhK9Zst2yf3fpbbY9JQhHv6WfRYQBUc= =A3oG -----END PGP SIGNATURE----- --tEFtbjk+mNEviIIX-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 10 17:04:36 2018 Received: (at control) by debbugs.gnu.org; 10 Oct 2018 21:04:36 +0000 Received: from localhost ([127.0.0.1]:43922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gALem-0003be-KV for submit@debbugs.gnu.org; Wed, 10 Oct 2018 17:04:36 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:51648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gALel-0003bW-K2 for control@debbugs.gnu.org; Wed, 10 Oct 2018 17:04:36 -0400 Received: from localhost (77.117.190.191.wireless.dyn.drei.com [77.117.190.191]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 2CB1A33602E9 for ; Wed, 10 Oct 2018 23:04:34 +0200 (CEST) Date: Wed, 10 Oct 2018 23:04:31 +0200 From: Danny Milosavljevic To: Message-ID: <20181010230431.1a3f4889@scratchpost.org> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/_MuDOVI_IXQjRTRpni6R9sn"; protocol="application/pgp-signature" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 33004 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 TVD_SPACE_RATIO No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) --Sig_/_MuDOVI_IXQjRTRpni6R9sn Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable close 33004 --Sig_/_MuDOVI_IXQjRTRpni6R9sn Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEyBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlu+aV8ACgkQ5xo1VCww uqW4Zwf4red/FQVcZmWEM9KcfYjoqLHFgl66oBRGlvmy+ow2ol/cdngUK0bn9QJ4 7IkAljxQkKOrsiSiKMYa/4nmCmIZKO1g/Cg+tHkhvjQoc/S/2Lcp4A5fSnE0zflg bw3synzDmaurcp+Ji2skkx03L/lmOeKPUS8CVorhCosgwu9wrTOpSivgmxgfFoPA wGkBL+u8OTtLMQTnuWE4DKFF8eElH8SMsFCUy2v7n7tvVxj2q3FJBwTCiOTzXR7x wvGDm57dklctrfTtbSEZxe5bay8+XVkI8NcK9yl24BsG3vUB+tzYEM1mt48eZKBB y9zO5YP7zAHWDMtSyfdm5XP8pf8F =cB/q -----END PGP SIGNATURE----- --Sig_/_MuDOVI_IXQjRTRpni6R9sn-- From unknown Fri Jun 20 20:04:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 08 Nov 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator