* [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
@ 2024-12-07 13:17 Liliana Marie Prikler
2024-12-28 5:56 ` Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-12-07 13:17 UTC (permalink / raw)
To: 75124; +Cc: liliana.prikler, maxim.cournoyer, vivien
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
2024-12-07 13:17 [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03 Liliana Marie Prikler
@ 2024-12-28 5:56 ` Maxim Cournoyer
2024-12-28 8:27 ` Liliana Marie Prikler
0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2024-12-28 5:56 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 75124, vivien
Hi,
Liliana Marie Prikler <liliana.prikler@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@gmail>
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03.
2024-12-28 5:56 ` Maxim Cournoyer
@ 2024-12-28 8:27 ` Liliana Marie Prikler
0 siblings, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-12-28 8:27 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 75124, vivien
Am Samstag, dem 28.12.2024 um 14:56 +0900 schrieb Maxim Cournoyer:
> Hi,
>
> Liliana Marie Prikler <liliana.prikler@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-28 8:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 13:17 [bug#75124] [PATCH] gnu: orchis-theme: Update to 2024-11-03 Liliana Marie Prikler
2024-12-28 5:56 ` Maxim Cournoyer
2024-12-28 8:27 ` Liliana Marie Prikler
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.