GNU bug report logs - #60293
[PATCH] gnu: Add sbcl-stumpwm-battery-portable

Previous Next

Package: guix-patches;

Reported by: Trev <trev <at> trevdev.ca>

Date: Sat, 24 Dec 2022 04:56:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60293 in the body.
You can then email your comments to 60293 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to guix-patches <at> gnu.org:
bug#60293; Package guix-patches. (Sat, 24 Dec 2022 04:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Trev <trev <at> trevdev.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 24 Dec 2022 04:56:02 GMT) Full text and rfc822 format available.

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

From: Trev <trev <at> trevdev.ca>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add sbcl-stumpwm-battery-portable
Date: Fri, 23 Dec 2022 20:54:36 -0800
[Message part 1 (text/plain, inline)]
---
 gnu/packages/wm.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 18fe606c7b..d13863d64d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2358,6 +2358,24 @@ (define-public sbcl-stumpwm-notify
 by default.")
     (license license:gpl3+)))
 
+(define-public sbcl-stumpwm-battery-portable
+  (package
+    (inherit stumpwm-contrib)
+    (name "sbcl-stumpwm-battery-portable")
+    (build-system asdf-build-system/sbcl)
+    (inputs (list
+             cl-ppcre
+             (list stumpwm "lib")))
+    (arguments
+     '(#:asd-systems '("battery-portable")
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'chdir
+           (lambda _ (chdir "modeline/battery-portable"))))))
+    (synopsis "A battery level indicator for the mode-line")
+    (description "This module provides a battery-level indicator for the
+modeline.  It can be displayed in the mode-line with %B.")))
+
 (define-public lemonbar
   (package
     (name "lemonbar")
-- 
2.38.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 02 Jan 2023 15:01:02 GMT) Full text and rfc822 format available.

Notification sent to Trev <trev <at> trevdev.ca>:
bug acknowledged by developer. (Mon, 02 Jan 2023 15:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 60293-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Trev <trev <at> trevdev.ca>
Cc: 60293-done <at> debbugs.gnu.org
Subject: Re: [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable
Date: Mon, 02 Jan 2023 14:59:40 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 8aa104752cb6a61f2ac689c31ac627ccab32f7fe with a few
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 31 Jan 2023 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 203 days ago.

Previous Next


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