unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 39636@debbugs.gnu.org
Subject: [bug#39636] [PATCH 2/6] gnu: Add variable kicad-packages3d.
Date: Sun, 16 Feb 2020 22:28:30 +0100	[thread overview]
Message-ID: <20200216212834.3862-2-brice@waegenei.re> (raw)
In-Reply-To: <20200216212621.3063-1-brice@waegenei.re>

* gnu/packages/engineering.scm (kicad-packages3d): Add variable.
---
 gnu/packages/engineering.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index cece357720..2d488e2ae5 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -971,6 +971,23 @@ libraries for KiCad 5.")
     (synopsis "Official KiCad footprint libraries")
     (description "This package contains the official KiCad footprint libraries.")))
 
+(define-public kicad-packages3d
+  (package
+    (inherit kicad-symbols)
+    (name "kicad-packages3d")
+    (version "5.1.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/KiCad/kicad-packages3d.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0cff2ms1bsw530kqb1fr1m2pjixyxzwa81mxgac3qpbcf8fnpvaz"))))
+    (synopsis "Official KiCad 3D model libraries")
+    (description "This package contains the official KiCad 3D model libraries.")))
+
 (define-public linsmith
   (package
     (name "linsmith")
-- 
2.25.0

  parent reply	other threads:[~2020-02-16 21:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-16 21:26 [bug#39636] [PATCH 0/6] KiCad add translation and update libraries Brice Waegeneire
2020-02-16 21:28 ` [bug#39636] [PATCH 1/6] gnu: Add kicad-footprints Brice Waegeneire
2020-02-16 21:28 ` Brice Waegeneire [this message]
2020-02-16 21:28 ` [bug#39636] [PATCH 3/6] gnu: Add kicad-templates Brice Waegeneire
2020-02-16 21:28 ` [bug#39636] [PATCH 4/6] gnu: Remove kicad-library Brice Waegeneire
2020-02-16 21:28 ` [bug#39636] [PATCH 5/6] gnu: kicad-symbols: Update synopsis and description Brice Waegeneire
2020-02-16 21:28 ` [bug#39636] [PATCH 6/6] gnu: kicad: Add translations and search paths Brice Waegeneire
2020-02-19 15:35   ` Danny Milosavljevic
2020-02-19 19:07     ` Brice Waegeneire
2020-02-27 13:33 ` bug#39636: [PATCH 0/6] KiCad add translation and update libraries Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200216212834.3862-2-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=39636@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).