unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45597] [PATCH] gnu: Add nord-theme
@ 2021-01-01 13:25 me--- via Guix-patches via
  2021-01-01 15:10 ` bug#45597: Sent in error me--- via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: me--- via Guix-patches via @ 2021-01-01 13:25 UTC (permalink / raw)
  To: 45597

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

My first contribution to guix so feel free to yell at me if the patch is 
formatted wrong!

-- elken

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nord-gnome.patch --]
[-- Type: text/x-diff; name=nord-gnome.patch, Size: 1375 bytes --]

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 2eb08da50f..8de59dac2e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -649,3 +649,28 @@ language specification for the Language Server Protocol (LSP).  This tool is
 used in text editing environments to provide a complete and integrated
 feature-set for programming Vala effectively.")
     (license license:lgpl2.1+)))
+
+(define-public nord-theme
+  (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915")
+	(revision "0"))
+  (package
+   (name "nord-theme")
+   (version (git-version "1.9.0" revision commit))
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+	   (url "https://github.com/EliverLara/Nordic")
+	   (commit commit)))
+     (sha256
+      (base32
+       "0y2s9d6h1b195s6afp1gb5rb1plfslkpbw2brd30a9d66wfvsqk0"))
+     (file-name (git-file-name name version))))
+   (build-system copy-build-system)
+   (arguments
+    `(#:install-plan
+      `(("." "share/themes/nord" #:exclude ("README.md" "LICENSE" "Art/" "package.json" "package-lock.json" "Gulpfile.js")))))
+   (home-page "https://github.com/EliverLara/Nordic")
+   (synopsis "Dark Gtk3.20+ theme created using the awesome Nord color pallete.")
+   (description "Nordic is a Gtk3.20+ theme created using the awesome Nord color pallete.")
+   (license license:gpl3))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45597: Sent in error
  2021-01-01 13:25 [bug#45597] [PATCH] gnu: Add nord-theme me--- via Guix-patches via
@ 2021-01-01 15:10 ` me--- via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: me--- via Guix-patches via @ 2021-01-01 15:10 UTC (permalink / raw)
  To: 45597-done

Duplicate of 45598, sent in error




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-01 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01 13:25 [bug#45597] [PATCH] gnu: Add nord-theme me--- via Guix-patches via
2021-01-01 15:10 ` bug#45597: Sent in error me--- via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).