guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: orchis-theme: Update to 2024-11-03.


From: guix-commits
Subject: 02/06: gnu: orchis-theme: Update to 2024-11-03.
Date: Thu, 16 Jan 2025 02:42:20 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 91db60fa88c2b6be4c212f85362cacac99ee0c77
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Dec 7 14:17:45 2024 +0100

    gnu: orchis-theme: Update to 2024-11-03.
    
    * gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2024-11-03.
    [#:configure-flags]: Remove “--radio-color”.
---
 gnu/packages/gnome-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7578b7df64..f975926e94 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1453,7 +1453,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
 (define-public orchis-theme
   (package
     (name "orchis-theme")
-    (version "2021-02-28")
+    (version "2024-11-03")
     (source
       (origin
         (method git-fetch)
@@ -1464,7 +1464,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-           "1qp3phiza93qllrjm5xjjca5b7l2sbng8c382khy9m97grxvcq0y"))
+           "1m1kml068pfnw0zl81khm8d0km5r56ynx29xddawh512a15n5h9b"))
         (modules '((guix build utils)
                    (ice-9 regex)
                    (srfi srfi-26)))
@@ -1484,8 +1484,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
                           "--dest" (string-append
                                     (assoc-ref %outputs "out")
                                     "/share/themes")
-                          "--theme" "all"
-                          "--radio-color")
+                          "--theme" "all")
        #:tests? #f ; no tests
        #:phases
        (modify-phases %standard-phases



reply via email to

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