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

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

[debbugs-tracker] bug#36271: closed ([PATCH] gnu: Add numix-theme.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36271: closed ([PATCH] gnu: Add numix-theme.)
Date: Wed, 19 Jun 2019 20:48:01 +0000

Your message dated Wed, 19 Jun 2019 22:47:30 +0200
with message-id <address@hidden>
and subject line Re: [bug#36271] [PATCH] gnu: Add numix-theme.
has caused the debbugs.gnu.org bug report #36271,
regarding [PATCH] gnu: Add numix-theme.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36271: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36271
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add numix-theme. Date: Tue, 18 Jun 2019 01:58:05 +0200
* gnu/packages/gnome.scm (numix-theme): New variable
---
 gnu/packages/gnome.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 875d28caee..eeca6edd4b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2019 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2019 Marius Bakke <address@hidden>
 ;;; Copyright © 2019 Florian Pelz <address@hidden>
+;;; Copyright © 2019 Giacomo Leidi <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6880,6 +6881,39 @@ functionality and behavior.")
     (home-page "https://extensions.gnome.org/";)
     (license license:gpl3+)))
 
+(define-public numix-theme
+  (package
+    (name "numix-theme")
+    (version "2.6.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/numixproject/numix-gtk-theme.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs 
"out")))
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure)
+         (delete 'check))))
+    (native-inputs
+     `(("glib:bin" ,glib "bin")             ; for glib-compile-schemas
+       ("gnome-shell" ,gnome-shell)
+       ("gtk+" ,gtk+)
+       ("xmllint" ,libxml2)
+       ("ruby-sass" ,ruby-sass)))
+    (synopsis "Numix is a modern flat theme with a combination of light
+ and dark elements")
+    (description "A modern flat theme with a combination of light and dark 
elements.
+ It supports GNOME, Unity, Xfce and Openbox.")
+    (home-page "https://numixproject.github.io";)
+    (license license:gpl3+)))
+
 (define-public arc-theme
   (package
     (name "arc-theme")
-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36271] [PATCH] gnu: Add numix-theme. Date: Wed, 19 Jun 2019 22:47:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi Giacomo,

Giacomo Leidi <address@hidden> skribis:

> * gnu/packages/gnome.scm (numix-theme): New variable

Applied with the following minor changes to match our
synopsis/description guidelines:

  
https://www.gnu.org/software/guix/manual/en/html_node/Synopses-and-Descriptions.html

Thank you!

Ludo’.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eeca6edd4b..ad6b9203b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6907,10 +6907,9 @@ functionality and behavior.")
        ("gtk+" ,gtk+)
        ("xmllint" ,libxml2)
        ("ruby-sass" ,ruby-sass)))
-    (synopsis "Numix is a modern flat theme with a combination of light
- and dark elements")
-    (description "A modern flat theme with a combination of light and dark 
elements.
- It supports GNOME, Unity, Xfce and Openbox.")
+    (synopsis "Flat theme with light and dark elements")
+    (description "Numix is a modern flat theme with a combination of light and
+dark elements.  It supports GNOME, Unity, Xfce, and Openbox.")
     (home-page "https://numixproject.github.io";)
     (license license:gpl3+)))
 

--- End Message ---

reply via email to

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