guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Trev
Subject: [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable
Date: Fri, 23 Dec 2022 20:54:36 -0800
User-agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu)

---
 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]