GNU bug report logs -
#63454
[PATCH] gnu: Add tmux-plugin-mem-cpu-load.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Thu, 11 May 2023 21:48:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 63454 in the body.
You can then email your comments to 63454 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63454
; Package
guix-patches
.
(Thu, 11 May 2023 21:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 11 May 2023 21:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tmux.scm (tmux-plugin-mem-cpu-load): New variable.
---
gnu/packages/tmux.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index ec6bf78559..a0c877b795 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -30,6 +30,7 @@ (define-module (gnu packages tmux)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix git-download)
+ #:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (guix build-system python)
@@ -357,3 +358,30 @@ (define-public tmux-plugin-continuum
left it off the last time it was used.")
(home-page "https://github.com/tmux-plugins/tmux-continuum/")
(license license:expat))))
+
+(define-public tmux-plugin-mem-cpu-load
+ (package
+ (name "tmux-plugin-mem-cpu-load")
+ (version "3.7.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/thewtex/tmux-mem-cpu-load")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "03bax7g9jlsci44ccs50drh617ya3fzvlplwyvxfyb7mgmh85r72"))
+ (file-name (git-file-name name version))))
+ (build-system cmake-build-system)
+ (synopsis "CPU, RAM, and load monitor for use with tmux")
+ (description "A simple, lightweight program for system monitoring in the
+status line of tmux.
+
+The memory monitor displays the used and available memory.
+
+The CPU usage monitor outputs a percent CPU usage over all processors. It also
+displays a textual bar graph of the current percent usage.
+
+The system load average is also displayed.")
+ (home-page "https://github.com/thewtex/tmux-mem-cpu-load")
+ (license license:asl2.0)))
--
2.40.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 02 Jun 2023 14:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Fri, 02 Jun 2023 14:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63454-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> skribis:
> * gnu/packages/tmux.scm (tmux-plugin-mem-cpu-load): New variable.
Applied with the changes below, thanks!
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index d1587ed58e..55b7c7a498 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -334,13 +334,13 @@ (define-public tmux-plugin-mem-cpu-load
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(synopsis "CPU, RAM, and load monitor for use with tmux")
- (description "A simple, lightweight program for system monitoring in the
-status line of tmux.
+ (description "This package provides a lightweight program for system
+monitoring in the status line of tmux.
The memory monitor displays the used and available memory.
-The CPU usage monitor outputs a percent CPU usage over all processors. It also
-displays a textual bar graph of the current percent usage.
+The CPU usage monitor outputs a percent CPU usage over all processors. It
+also displays a textual bar graph of the current percent usage.
The system load average is also displayed.")
(home-page "https://github.com/thewtex/tmux-mem-cpu-load")
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 01 Jul 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.