GNU bug report logs - #77748
[PATCH] gnu: Add sbcl-stumpwm-tomato.

Previous Next

Package: guix-patches;

Reported by: Junker <dk <at> junkeria.club>

Date: Fri, 11 Apr 2025 15:45:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77748: closed ([PATCH] gnu: Add sbcl-stumpwm-tomato.)
Date: Mon, 14 Apr 2025 12:12:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 14 Apr 2025 12:11:33 +0000
with message-id <87bjszrlhm.fsf <at> kitej>
and subject line Re: [bug#77748] [PATCH] gnu: Add sbcl-stumpwm-tomato.
has caused the debbugs.gnu.org bug report #77748,
regarding [PATCH] gnu: Add sbcl-stumpwm-tomato.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77748: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77748
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Junker <dk <at> junkeria.club>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add sbcl-stumpwm-tomato.
Date: Fri, 11 Apr 2025 22:43:32 +0700
* gnu/packages/wm.scm (sbcl-stumpwm-tomato): New variable.

Change-Id: I2cd47ba97f51bcd271bcf80f46f9cfa98cf35240
---
 gnu/packages/wm.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 375ed08c00..36007c1367 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2871,6 +2871,29 @@ (define-public sbcl-stumpwm-binwarp
 mouse control mode for StumpWM.")
     (license (list license:gpl2+ license:gpl3+ license:bsd-2))))
 
+(define-public sbcl-stumpwm-tomato
+  (package
+    (name "sbcl-stumpwm-tomato")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Junker/stumpwm-tomato")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0qq11spvhrcq74gh0dw0p4859ai2mqzbxa45gjbf599kmcybp1pa"))))
+    (arguments
+     '(#:asd-systems '("tomato")
+       #:tests? #f))
+    (build-system asdf-build-system/sbcl)
+    (inputs (list stumpwm))
+    (home-page "https://github.com/Junker/stumpwm-tomato")
+    (synopsis "Advanced Pomodoro timer module for StumpWM")
+    (description "Advanced Pomodoro timer module for StumpWM.")
+    (license license:gpl3+)))
+
 (define-public sbcl-stumpwm-ttf-fonts
   (package
     (inherit stumpwm-contrib)

base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Junker <dk <at> junkeria.club>
Cc: 77748-done <at> debbugs.gnu.org
Subject: Re: [bug#77748] [PATCH] gnu: Add sbcl-stumpwm-tomato.
Date: Mon, 14 Apr 2025 12:11:33 +0000
[Message part 4 (text/plain, inline)]
Patch applied as 2cddd8b935da12431c72c12a596bc4c0ee93b0f5.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 130 days ago.

Previous Next


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