GNU bug report logs - #61715
[PATCH] gnu: kicad: Update to 7.0.0.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Wed, 22 Feb 2023 19:45:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: peter <at> polidoro.io
Subject: bug#61715: closed (Re: [bug#61715] [PATCH] gnu: kicad: Update to
 7.0.0.)
Date: Wed, 22 Feb 2023 20:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61715: [PATCH] gnu: kicad: Update to 7.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61715 <at> debbugs.gnu.org.

-- 
61715: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61715
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: peter <at> polidoro.io
Cc: 61715-done <at> debbugs.gnu.org
Subject: Re: [bug#61715] [PATCH] gnu: kicad: Update to 7.0.0.
Date: Wed, 22 Feb 2023 20:08:24 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 9e47a50de840b17b67d074fcc08bbdba10644ec3 with an updated
commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] gnu: kicad: Update to 7.0.0.
Date: Wed, 22 Feb 2023 14:44:27 -0500
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/engineering.scm (kicad): Update to 7.0.0.
---
 gnu/packages/engineering.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index bf741245bf..36c73e3b5b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1000,16 +1000,16 @@ (define-public kicad
             (variable "KICAD") ;to find kicad-doc
             (files '("")))
            (search-path-specification
-            (variable "KICAD6_TEMPLATE_DIR")
+            (variable "KICAD7_TEMPLATE_DIR")
             (files '("share/kicad/template")))
            (search-path-specification
-            (variable "KICAD6_SYMBOL_DIR")
+            (variable "KICAD7_SYMBOL_DIR")
             (files '("share/kicad/symbols")))
            (search-path-specification
-            (variable "KICAD6_FOOTPRINT_DIR")
+            (variable "KICAD7_FOOTPRINT_DIR")
             (files '("share/kicad/footprints")))
            (search-path-specification
-            (variable "KICAD6_3DMODEL_DIR")
+            (variable "KICAD7_3DMODEL_DIR")
             (files '("share/kicad/3dmodels")))))
     (native-inputs (list boost
                          desktop-file-utils
-- 
2.39.1




This bug report was last modified 2 years and 145 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.