emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45598: closed ([PATCH] Add nord-theme)


From: GNU bug Tracking System
Subject: bug#45598: closed ([PATCH] Add nord-theme)
Date: Mon, 04 Jan 2021 02:41:01 +0000

Your message dated Sun, 3 Jan 2021 21:40:45 -0500
with message-id <X/KALc/xqlBXlmhT@jasmine.lan>
and subject line Re: [bug#45598] [PATCH] Add nord-theme
has caused the debbugs.gnu.org bug report #45598,
regarding [PATCH] Add nord-theme
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45598: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45598
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add nord-theme Date: Fri, 1 Jan 2021 14:20:14 +0000
---
 gnu/packages/gnome-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

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))))
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45598] [PATCH] Add nord-theme Date: Sun, 3 Jan 2021 21:40:45 -0500
On Mon, Jan 04, 2021 at 02:02:17AM +0000, Ellis Kenyő wrote:
> I don't mind either way so I'm happy to have it merged as nordic! ☺️

Okay! Pushed as fdfc1c81ba018dd808b0dfd9827a73262c716808 with the name
"nordic-theme.

Thanks!

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fdfc1c81ba018dd808b0dfd9827a73262c716808


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]