all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add wmcpuload.
@ 2016-04-06 17:52 Kei Yamashita
  2016-04-06 19:05 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Kei Yamashita @ 2016-04-06 17:52 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

This patch also draws from Debian. I think I'm starting to get the hang
of this! :-)

[-- Attachment #2: 0001-gnu-Add-wmcpuload.patch --]
[-- Type: application/octet-stream, Size: 1813 bytes --]

From 91eb0e96935dcf184ac8479b7310caf030a53c93 Mon Sep 17 00:00:00 2001
From: Kei Yamashita <kei@openmailbox.org>
Date: Wed, 6 Apr 2016 13:50:36 -0400
Subject: [PATCH] gnu: Add wmcpuload.

* gnu/packages/gnustep.scm (wmcpuload): New variable.
---
 gnu/packages/gnustep.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 8ca32e4..f084de6 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -152,3 +152,31 @@ 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 "Montior CPU usage")
+    (description
+     "It displays the current usage, expressed as a percentile and a chart, and
+has an LCD look-alike user interface.  The back-light may be turned on/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+)))
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Add wmcpuload.
  2016-04-06 17:52 [PATCH] gnu: Add wmcpuload Kei Yamashita
@ 2016-04-06 19:05 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-04-06 19:05 UTC (permalink / raw)
  To: Kei Yamashita; +Cc: guix-devel

On Wed, Apr 06, 2016 at 01:52:48PM -0400, Kei Yamashita wrote:
> This patch also draws from Debian. I think I'm starting to get the hang
> of this! :-)

Thanks for the patch! Applied as bd688698b with some minor changes to
the synopsis and description.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-06 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 17:52 [PATCH] gnu: Add wmcpuload Kei Yamashita
2016-04-06 19:05 ` Leo Famulari

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.