[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")
- branch master updated (57c3b71 -> acf900e), guix-commits, 2020/03/29
- 02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place., guix-commits, 2020/03/29
- 04/09: gnu: herbstluftwm: Put completions where fish expects them., guix-commits, 2020/03/29
- 05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 03/09: gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 06/09: gnu: numix-gtk-theme: Fix name.,
guix-commits <=
- 01/09: gnu: Remove more packages deprecated for over almost a year., guix-commits, 2020/03/29
- 07/09: gnu: numix-gtk-theme: Fix installation directory., guix-commits, 2020/03/29
- 09/09: gnu: cgit: Update to 1.2.3., guix-commits, 2020/03/29
- 08/09: gnu: xtl: Update to 0.6.13., guix-commits, 2020/03/29