unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56245] [PATCH] gnu: stumpwm: update to 22.05
@ 2022-06-27  2:13 Elais Player
  2022-06-27  9:23 ` bug#56245: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Elais Player @ 2022-06-27  2:13 UTC (permalink / raw)
  To: 56245

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

A new system was added to stumpwm.asd (stumpwm/build) that needs to be
evaluated before the system stumpwm, otherwise the new dynamic-window types
will not be picked up for the tests. Be sure to preserve the order that these
systems are evaluated in with future updates.

[-- Attachment #2: 0001-gnu-stumpwm-Update-to-22.05.patch --]
[-- Type: text/x-patch, Size: 2166 bytes --]

From e982944f45317fcffc48f9a4fd526015893973b0 Mon Sep 17 00:00:00 2001
From: Elais Player <elais@fastmail.com>
Date: Sun, 26 Jun 2022 14:48:57 -0600
Subject: [PATCH] gnu: stumpwm: Update to 22.05
To: (unmatched-parenthesis via Guix-patches via <guix-patches@gnu.org>

A new system was added to stumpwm.asd (stumpwm/build) that needs to be
evaluated before the system stumpwm, otherwise the new dynamic-window types
will not be picked up for the tests. Be sure to preserve the order that these
systems are evaluated in with future updates.

* gnu/packages/wm.scm (stumpwm): Update to 22.05
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6933b1730a..2d5424a490 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -55,6 +55,7 @@
 ;;; Copyright © 2022 Pier-Hugues Pellerin <ph@heykimo.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 muradm <mail@muradm.net>
+;;; Copyright © 2022 Elais Player <elais@fastmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1819,7 +1820,7 @@ (define-public kanshi
 (define-public stumpwm
   (package
     (name "stumpwm")
-    (version "20.11")
+    (version "22.05")
     (source
      (origin
        (method git-fetch)
@@ -1828,7 +1829,7 @@ (define-public stumpwm
              (commit version)))
        (file-name (git-file-name "stumpwm" version))
        (sha256
-        (base32 "1ghs6ihvmb3bz4q4ys1d3h6rdi96xyiw7l2ip7jh54c25049aymf"))))
+        (base32 "12hf70mpwy0ixiyvv8sf8pkwrzz8nb12a8ybvsdpibsxfjxgxnan"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs `(("fiasco" ,sbcl-fiasco)
                      ("texinfo" ,texinfo)
@@ -1841,7 +1842,7 @@ (define-public stumpwm
               ("alexandria" ,sbcl-alexandria)))
     (outputs '("out" "lib"))
     (arguments
-     '(#:asd-systems '("stumpwm")
+     '(#:asd-systems '("stumpwm/build" "stumpwm")
        #:phases
        (modify-phases %standard-phases
          (add-after 'create-asdf-configuration 'build-program
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56245: [PATCH] gnu: stumpwm: update to 22.05
  2022-06-27  2:13 [bug#56245] [PATCH] gnu: stumpwm: update to 22.05 Elais Player
@ 2022-06-27  9:23 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-06-27  9:23 UTC (permalink / raw)
  To: Elais Player; +Cc: 56245-done

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

I added a phase to fix how the tests are called, which makes specifying
'asd-systems' explicitly unnecessary. Patch pushed as
1967c0422693764687bbe99720a56008408fd4f1.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-27  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  2:13 [bug#56245] [PATCH] gnu: stumpwm: update to 22.05 Elais Player
2022-06-27  9:23 ` bug#56245: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).