[bug#33766] gnu: stumpwm: Update to 18.11.

Message ID cubtvjdd4yb.fsf@gmx.com
State Accepted
Headers show
Series [bug#33766] gnu: stumpwm: Update to 18.11. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Pierre Langlois Dec. 16, 2018, 12:35 p.m. UTC
Hello Guix!

Here are a couple of patches to update StumpWM.  It now runs a testsuite
that relies on fiasco [0] so the first patch packages it.  I'm afraid
there doesn't seem to be a released version so this is packaging the
current HEAD of the git repository.  There is a tarball on github but it
looks like it's just a snapshot of the repository from 2014, it doesn't
seem to be a actual release.

Thanks!
Pierre

0: https://github.com/joaotavora/fiasco

Comments

Ludovic Courtès Dec. 16, 2018, 3:24 p.m. UTC | #1
Hi Pierre!

Pierre Langlois <pierre.langlois@gmx.com> skribis:

>>From 7a9ca7e97052d2e8531aac4c47066ef83a08bc2d Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Sat, 15 Dec 2018 22:35:26 +0000
> Subject: [PATCH 1/2] gnu: Add sbcl-fiasco.
>
> * gnu/packages/lisp.scm (sbcl-fiasco, cl-fiasco, ecl-fiasco): New variables.

[...]

>>From 5d7c72eea672bf2dff28f5f5cea9b22b5399ff01 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Sat, 15 Dec 2018 22:38:53 +0000
> Subject: [PATCH 2/2] gnu: stumpwm: Update to 18.11.
>
> * gnu/packages/lisp.scm (stumpwm): Update to 18.11.
> [native-inputs]: New field.

Applied both, thank you!

Ludo’.
Pierre Langlois Dec. 16, 2018, 3:30 p.m. UTC | #2
Ludovic Courtès writes:

> Hi Pierre!
>
> Pierre Langlois <pierre.langlois@gmx.com> skribis:
>
>>>From 7a9ca7e97052d2e8531aac4c47066ef83a08bc2d Mon Sep 17 00:00:00 2001
>> From: Pierre Langlois <pierre.langlois@gmx.com>
>> Date: Sat, 15 Dec 2018 22:35:26 +0000
>> Subject: [PATCH 1/2] gnu: Add sbcl-fiasco.
>>
>> * gnu/packages/lisp.scm (sbcl-fiasco, cl-fiasco, ecl-fiasco): New variables.
>
> [...]
>
>>>From 5d7c72eea672bf2dff28f5f5cea9b22b5399ff01 Mon Sep 17 00:00:00 2001
>> From: Pierre Langlois <pierre.langlois@gmx.com>
>> Date: Sat, 15 Dec 2018 22:38:53 +0000
>> Subject: [PATCH 2/2] gnu: stumpwm: Update to 18.11.
>>
>> * gnu/packages/lisp.scm (stumpwm): Update to 18.11.
>> [native-inputs]: New field.
>
> Applied both, thank you!

Awesome, thank you!
Pierre
Brett Gilio Dec. 17, 2018, 3:15 a.m. UTC | #3
Pierre Langlois writes:

> Ludovic Courtès writes:
>
>> Hi Pierre!
>>
>> Pierre Langlois <pierre.langlois@gmx.com> skribis:
>>
>>>>From 7a9ca7e97052d2e8531aac4c47066ef83a08bc2d Mon Sep 17 00:00:00 2001
>>> From: Pierre Langlois <pierre.langlois@gmx.com>
>>> Date: Sat, 15 Dec 2018 22:35:26 +0000
>>> Subject: [PATCH 1/2] gnu: Add sbcl-fiasco.
>>>
>>> * gnu/packages/lisp.scm (sbcl-fiasco, cl-fiasco, ecl-fiasco): New variables.
>>
>> [...]
>>
>>>>From 5d7c72eea672bf2dff28f5f5cea9b22b5399ff01 Mon Sep 17 00:00:00 2001
>>> From: Pierre Langlois <pierre.langlois@gmx.com>
>>> Date: Sat, 15 Dec 2018 22:38:53 +0000
>>> Subject: [PATCH 2/2] gnu: stumpwm: Update to 18.11.
>>>
>>> * gnu/packages/lisp.scm (stumpwm): Update to 18.11.
>>> [native-inputs]: New field.
>>
>> Applied both, thank you!
>
> Awesome, thank you!
> Pierre

Thank you for updating this, Pierre. I switched to StumpWM yesterday,
and it is working fine!

Patch

From 5d7c72eea672bf2dff28f5f5cea9b22b5399ff01 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sat, 15 Dec 2018 22:38:53 +0000
Subject: [PATCH 2/2] gnu: stumpwm: Update to 18.11.

* gnu/packages/lisp.scm (stumpwm): Update to 18.11.
[native-inputs]: New field.
---
 gnu/packages/lisp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 64f4e7d85..9e66dccfd 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -967,16 +967,17 @@  from other CLXes around the net.")
 (define-public stumpwm
   (package
     (name "stumpwm")
-    (version "18.05")
+    (version "18.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/stumpwm/stumpwm/archive/"
                     version ".tar.gz"))
               (sha256
-               (base32 "1n2gaab3lwgf5r1hmwdcw13dkv9xdd7drn2shx28kfxvhdc9kbb9"))
+               (base32 "177gxfk4c127i9crghx6fmkipznhgylvzgnjb2pna38g21gg6s39"))
               (file-name (string-append "stumpwm-" version ".tar.gz"))))
     (build-system asdf-build-system/sbcl)
+    (native-inputs `(("fiasco" ,sbcl-fiasco)))
     (inputs `(("cl-ppcre" ,sbcl-cl-ppcre)
               ("clx" ,sbcl-clx)
               ("alexandria" ,sbcl-alexandria)))
-- 
2.20.0