From: Trev <trev@trevdev.ca>
To: 60293@debbugs.gnu.org
Subject: [bug#60293] [PATCH] gnu: Add sbcl-stumpwm-battery-portable
Date: Fri, 23 Dec 2022 20:54:36 -0800 [thread overview]
Message-ID: <87pmc9qu43.fsf@guix.mail-host-address-is-not-set> (raw)
[-- 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 --]
next reply other threads:[~2022-12-24 4:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-24 4:54 Trev [this message]
2023-01-02 14:59 ` bug#60293: [PATCH] gnu: Add sbcl-stumpwm-battery-portable Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmc9qu43.fsf@guix.mail-host-address-is-not-set \
--to=trev@trevdev.ca \
--cc=60293@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).