From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 47079@debbugs.gnu.org
Subject: [bug#47079] [PATCH] gnu: Add disk (StumpWM module)
Date: Thu, 11 Mar 2021 21:31:29 +0000 [thread overview]
Message-ID: <CAO+9K5pCe4UnLuQ5L0MhFXbkWwW+3hEHm9JHa5bNu-j=wKpa1Q@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-add-disk-StumpWM-module.patch --]
[-- Type: text/x-patch, Size: 1433 bytes --]
From 9254875b7ac3559d76494e454bfa72d26c26ba9c Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 11 Mar 2021 21:25:21 +0000
Subject: [PATCH] gnu: add disk (StumpWM module)
* gnu/packages/wm.scm: (stcl-stumpwm-disk): New variable
---
gnu/packages/wm.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d6a967bece..1d89b23e4a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2020,6 +2020,26 @@ layouts in StumpWM.")
(description "Modeline support for CPU info.")
(license license:gpl3+)))
+(define-public sbcl-stumpwm-disk
+ (package
+ (inherit stumpwm-contrib)
+ (name "sbcl-stumpwm-disk")
+ (arguments
+ '(#:asd-systems '("disk")
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _ (chdir "modeline/disk") #t)))))
+ (inputs
+ `(("stumpwm" ,stumpwm "lib")
+ ("cl-diskspace" ,sbcl-cl-diskspace)
+ ("cl-mount-info" ,sbcl-cl-mount-info)))
+ (home-page "https://github.com/stumpwm/stumpwm-contrib")
+ (synopsis "StumpWM modeline support to show disk usage")
+ (description "StumpWM modeline support to show disk usage")
+ (license (list license:gpl2+ license:gpl3+ license:bsd-2))))
+
(define-public sbcl-stumpwm-mem
(package
(inherit stumpwm-contrib)
--
2.29.2
next reply other threads:[~2021-03-11 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 21:31 Sharlatan Hellseher [this message]
2021-03-12 14:11 ` bug#47079: [PATCH] gnu: Add disk (StumpWM module) 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAO+9K5pCe4UnLuQ5L0MhFXbkWwW+3hEHm9JHa5bNu-j=wKpa1Q@mail.gmail.com' \
--to=sharlatanus@gmail.com \
--cc=47079@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.