unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable
@ 2022-12-24  4:54 Trev
  2023-01-02 14:59 ` bug#60293: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Trev @ 2022-12-24  4:54 UTC (permalink / raw)
  To: 60293

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


---
 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


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

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

* bug#60293: [PATCH] gnu: Add sbcl-stumpwm-battery-portable
  2022-12-24  4:54 [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable Trev
@ 2023-01-02 14:59 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-01-02 14:59 UTC (permalink / raw)
  To: Trev; +Cc: 60293-done

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

Patch pushed as 8aa104752cb6a61f2ac689c31ac627ccab32f7fe with a few
modifications.
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:[~2023-01-02 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24  4:54 [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable Trev
2023-01-02 14:59 ` bug#60293: " 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).