[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add kicad-footprints.
From: |
guix-commits |
Subject: |
01/06: gnu: Add kicad-footprints. |
Date: |
Thu, 27 Feb 2020 08:31:58 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 259e65aac183c76323a15de18bc2c2897e728dba
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 16 22:28:29 2020 +0100
gnu: Add kicad-footprints.
* gnu/packages/engineering.scm (kicad-footprints): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/engineering.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 33c1221..5a1554c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2019 Jovany Leandro G.C <address@hidden>
;;; Copyright © 2019 Steve Sprang <address@hidden>
;;; Copyright © 2019 John Soo <address@hidden>
+;;; Copyright © 2020 Brice Waegeneire <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -954,6 +955,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")
- branch master updated (a69bc73 -> e707535), guix-commits, 2020/02/27
- 05/06: gnu: kicad-symbols: Update synopsis and description., guix-commits, 2020/02/27
- 04/06: gnu: Remove kicad-library., guix-commits, 2020/02/27
- 01/06: gnu: Add kicad-footprints.,
guix-commits <=
- 02/06: gnu: Add kicad-packages3d., guix-commits, 2020/02/27
- 03/06: gnu: Add kicad-templates., guix-commits, 2020/02/27
- 06/06: gnu: kicad: Add translations and search paths., guix-commits, 2020/02/27