GNU bug report logs - #75124
[PATCH] gnu: orchis-theme: Update to 2024-11-03.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 26 Dec 2024 20:16:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75124 <at> debbugs.gnu.org
Cc: liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu
Subject: [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
Date: Sat, 7 Dec 2024 14:17:45 +0100
* 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 7578b7df64c..f975926e94c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1453,7 +1453,7 @@ (define-public numix-gtk-theme
 (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 @@ (define-public orchis-theme
         (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 @@ (define-public orchis-theme
                           "--dest" (string-append
                                     (assoc-ref %outputs "out")
                                     "/share/themes")
-                          "--theme" "all"
-                          "--radio-color")
+                          "--theme" "all")
        #:tests? #f ; no tests
        #:phases
        (modify-phases %standard-phases

base-commit: f03a0e2d19f95eb0961472842540970c2f7605f1
prerequisite-patch-id: 9de5fdba24b62feda02241ebfb2ec6e7d188a973
prerequisite-patch-id: 977beb7aa157576397101a40c3196950d86f911e
prerequisite-patch-id: a9e16d284cdfdd09213b71a0a1b2c299783aa27b
prerequisite-patch-id: 6721966457505e3054e71b3b53eb3b8533245c5f
prerequisite-patch-id: 112c570e65d25059b4bc6bebcd330963040752df
prerequisite-patch-id: c26f12ae2324e934c46d77b100383acdf5cbba79
-- 
2.46.0





This bug report was last modified 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.