all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 39636@debbugs.gnu.org
Subject: [bug#39636] [PATCH 3/6] gnu: Add kicad-templates.
Date: Sun, 16 Feb 2020 22:28:31 +0100	[thread overview]
Message-ID: <20200216212834.3862-3-brice@waegenei.re> (raw)
In-Reply-To: <20200216212621.3063-1-brice@waegenei.re>

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 2d488e2ae5..adee1761d6 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -988,6 +988,24 @@ libraries for KiCad 5.")
     (synopsis "Official KiCad 3D model libraries")
     (description "This package contains the official KiCad 3D model libraries.")))
 
+(define-public kicad-templates
+  (package
+    (inherit kicad-symbols)
+    (name "kicad-templates")
+    (version "5.1.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/KiCad/kicad-templates.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0cs3bm3zb5ngw5ldn0lzw5bvqm4kvcidyrn76438alffwiz2b15g"))))
+    (synopsis "Official KiCad project and worksheet templates")
+    (description "This package contains the official KiCad project and
+worksheet templates.")))
+
 (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 ` [bug#39636] [PATCH 2/6] gnu: Add variable kicad-packages3d Brice Waegeneire
2020-02-16 21:28 ` Brice Waegeneire [this message]
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

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

  git send-email \
    --in-reply-to=20200216212834.3862-3-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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.