GNU bug report logs - #66453
[PATCH 0/4] Three KiCad color themes

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Tue, 10 Oct 2023 19:59:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: peter <at> polidoro.io
To: 66453 <at> debbugs.gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [bug#66453] [PATCH 3/4] gnu: Add kicad-color-theme-solarized-dark.
Date: Tue, 10 Oct 2023 16:05:13 -0400
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/engineering.scm (kicad-color-theme-solarized-dark): New variable.
---
 gnu/packages/engineering.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ba0181479d..4564298a55 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1337,6 +1337,35 @@ (define-public kicad-color-theme-behave-dark
       (description "This package provides a KiCad dark color theme based on the Atom behave theme.")
       (license license:cc0))))
 
+(define-public kicad-color-theme-solarized-dark
+  (let ((commit "68ea0402f334bdbae175f6ca924743640c07183d"))
+    (package
+      (name "kicad-color-theme-solarized-dark")
+      (version "1.2")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/pointhi/kicad-color-schemes.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1viqfq13ch6xpfhs58vh9b7q1xcwqscczr7lsv220cxr48xhb21x"))))
+      (build-system copy-build-system)
+      (arguments
+       (list
+        #:install-plan
+        #~'(("solarized-dark/solarized-dark.json" "share/kicad/3rdparty/colors/solarized-dark/solarized-dark.json"))
+        #:modules '(((guix build gnu-build-system) #:prefix gnu:)
+                    (guix build copy-build-system)
+                    (guix build utils)
+                    (ice-9 match))))
+      (home-page "https://github.com/pointhi/kicad-color-schemes")
+      (synopsis "Solarized dark theme for KiCad")
+      (description "This package provides a KiCad dark color theme based on Ethan Schoonover’s
+Solarized color scheme.")
+      (license license:cc0))))
+
 (define-public librseq
   ;; There's no release.
   (let ((commit "170f840b498e1aff068b90188727a656111bfc2f")
-- 
2.41.0





This bug report was last modified 1 year and 100 days ago.

Previous Next


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