From: Steve George <steve@futurile.net>
To: peter@polidoro.io
Cc: 66453@debbugs.gnu.org
Subject: [bug#66453] [PATCH 1/4] gnu: kicad: Add 3rdparty search path.
Date: Tue, 5 Mar 2024 12:47:37 +0000 [thread overview]
Message-ID: <ZecUaUxoB3lkMkK9@t25sg> (raw)
In-Reply-To: <ada8e734a559ce1bd207c3c455148ad229b22ef0.1696967309.git.peter@polidoro.io>
Hi,
Were you ever able to resolve the directory to use for these themes?
If not, is there another option, or should we close :-(
Thanks,
Steve
On 10 Oct, peter@polidoro.io wrote:
> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/engineering.scm (kicad): Add 3rdparty search path.
> ---
> gnu/packages/engineering.scm | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
> index c9aec482da..cad419ef70 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -1155,7 +1155,14 @@ (define-public kicad
> (files '("share/kicad/footprints")))
> (search-path-specification
> (variable "KICAD7_3DMODEL_DIR")
> - (files '("share/kicad/3dmodels")))))
> + (files '("share/kicad/3dmodels")))
> + ;; Using the following environment variable removes write access to
> + ;; the KiCad Plugin and Content Manager directory so using any Guix
> + ;; plugin or color theme packages requires all plugin or color
> + ;; themes to be installed using Guix packages
> + (search-path-specification
> + (variable "KICAD7_3RD_PARTY")
> + (files '("share/kicad/3rdparty")))))
> (native-inputs (list boost
> desktop-file-utils
> gettext-minimal
> --
> 2.41.0
>
>
>
>
next prev parent reply other threads:[~2024-03-05 12:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-10 19:57 [bug#66453] [PATCH 0/4] Three KiCad color themes peter
2023-10-10 20:05 ` [bug#66453] [PATCH 1/4] gnu: kicad: Add 3rdparty search path peter
2024-03-05 12:47 ` Steve George [this message]
2024-03-05 15:47 ` Peter Polidoro
2023-10-10 20:05 ` [bug#66453] [PATCH 2/4] gnu: Add kicad-color-theme-behave-dark peter
2023-10-10 20:05 ` [bug#66453] [PATCH 3/4] gnu: Add kicad-color-theme-solarized-dark peter
2023-10-10 20:05 ` [bug#66453] [PATCH 4/4] gnu: Add kicad-color-theme-solarized-light peter
2023-10-25 8:11 ` [bug#66453] [PATCH 0/4] Three KiCad color themes Mathieu Othacehe
2023-10-31 14:50 ` Peter Polidoro
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=ZecUaUxoB3lkMkK9@t25sg \
--to=steve@futurile.net \
--cc=66453@debbugs.gnu.org \
--cc=peter@polidoro.io \
/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.