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

To reply to this bug, email your comments to 75124 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75124; Package guix-patches. (Thu, 26 Dec 2024 20:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Thu, 26 Dec 2024 20:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [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





Information forwarded to guix-patches <at> gnu.org:
bug#75124; Package guix-patches. (Sat, 28 Dec 2024 05:58:02 GMT) Full text and rfc822 format available.

Message #8 received at 75124 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 75124 <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
Date: Sat, 28 Dec 2024 14:56:32 +0900
Hi,

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

> * gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2024-11-03.
> [#:configure-flags]: Remove “--radio-color”.

I guess the above switch is obsolete?

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#75124; Package guix-patches. (Sat, 28 Dec 2024 08:27:01 GMT) Full text and rfc822 format available.

Message #11 received at 75124 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 75124 <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
Date: Sat, 28 Dec 2024 09:27:02 +0100
Am Samstag, dem 28.12.2024 um 14:56 +0900 schrieb Maxim Cournoyer:
> Hi,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > * gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2024-11-03.
> > [#:configure-flags]: Remove “--radio-color”.
> 
> I guess the above switch is obsolete?
Not just obsolete, it actually breaks the configure phase.

Cheers




This bug report was last modified 167 days ago.

Previous Next


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