guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: numix-gtk-theme: Fix name.


From: guix-commits
Subject: 06/09: gnu: numix-gtk-theme: Fix name.
Date: Sun, 29 Mar 2020 12:41:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ec5a3021c56b4dcc1029c37c68824adccb8e7ea2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 17:53:51 2020 +0200

    gnu: numix-gtk-theme: Fix name.
    
    * gnu/package/gnome-xyz.scm (numix-gtk-theme): New public variable,
    renamed from……
    (numix-theme): …this now-deprecated one.
---
 gnu/packages/gnome-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 1f17dfe..4ddfdad 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -468,9 +468,9 @@ scrollable tiling of windows and per monitor workspaces.  
It's inspired by paper
 notebooks and tiling window managers.")
     (license license:gpl3)))
 
-(define-public numix-theme
+(define-public numix-gtk-theme
   (package
-    (name "numix-theme")
+    (name "numix-gtk-theme")
     (version "2.6.7")
     (source (origin
               (method git-fetch)
@@ -500,6 +500,9 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
     (home-page "https://numixproject.github.io";)
     (license license:gpl3+)))
 
+(define-public numix-theme
+  (deprecated-package "numix-theme" numix-gtk-theme))
+
 (define-public papirus-icon-theme
   (let ((version "0.0.0") ;; The package does not use semver
         (revision "0")



reply via email to

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