guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add wmcpuload.


From: Leo Famulari
Subject: 01/01: gnu: Add wmcpuload.
Date: Wed, 06 Apr 2016 19:04:24 +0000

lfam pushed a commit to branch master
in repository guix.

commit bd688698b682dcec68ed004f262e71850ee7b528
Author: Kei Yamashita <address@hidden>
Date:   Wed Apr 6 13:50:36 2016 -0400

    gnu: Add wmcpuload.
    
    * gnu/packages/gnustep.scm (wmcpuload): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/gnustep.scm |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 8ca32e4..8c43085 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -152,3 +152,32 @@ graph), and battery status (high - green, low - yellow, or 
critical - red).")
      "WMND is a dockapp for monitoring network interfaces under WindowMaker and
 other compatible window managers.")
     (license gpl2+)))
+
+(define-public wmcpuload
+  (package
+    (name "wmcpuload")
+    (version "1.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://debian/pool/main/w/wmcpuload/"
+                    name "_" version ".orig.tar.gz"))
+              (sha256
+               (base32
+                "0irlns4cvxy2mnicx75bya166hdxq7h8bphds3ligijcl9fzgs6n"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("libx11" ,libx11)
+       ("libxext" ,libxext)
+       ("libxpm" ,libxpm)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://windowmaker.org/dockapps/?name=wmcpuload";)
+    (synopsis "Monitor CPU usage")
+    (description
+     "Wmcpuload displays the current CPU usage, expressed as a percentile and a
+chart, and has an LCD look-alike user interface.  The back-light may be turned
+on and off by clicking the mouse button over the application.  If the CPU usage
+hits a certain threshold, an alarm-mode will alert you by turning back-light
+on.")
+    (license gpl2+)))



reply via email to

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