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 1/6] gnu: Add kicad-footprints.
Date: Sun, 16 Feb 2020 22:28:29 +0100	[thread overview]
Message-ID: <20200216212834.3862-1-brice@waegenei.re> (raw)
In-Reply-To: <20200216212621.3063-1-brice@waegenei.re>

* gnu/packages/engineering.scm (kicad-footprints): 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 4db8109249..cece357720 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2019 Jovany Leandro G.C <bit4bit@riseup.net>
 ;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
 ;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
+;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -953,6 +954,23 @@ libraries for KiCad 5.")
     ;; See <https://github.com/KiCad/kicad-symbols/blob/master/LICENSE.md>.
     (license license:cc-by-sa4.0)))
 
+(define-public kicad-footprints
+  (package
+    (inherit kicad-symbols)
+    (name "kicad-footprints")
+    (version "5.1.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/KiCad/kicad-footprints.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1c4whgn14qhz4yqkl46w13p6rpv1k0hsc9s9h9368fxfcz9knb2j"))))
+    (synopsis "Official KiCad footprint libraries")
+    (description "This package contains the official KiCad footprint libraries.")))
+
 (define-public linsmith
   (package
     (name "linsmith")
-- 
2.25.0

  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 ` Brice Waegeneire [this message]
2020-02-16 21:28 ` [bug#39636] [PATCH 2/6] gnu: Add variable kicad-packages3d Brice Waegeneire
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

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

  git send-email \
    --in-reply-to=20200216212834.3862-1-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.