all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Yamashita <kei@openmailbox.org>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add wmcpuload.
Date: Wed, 6 Apr 2016 13:52:48 -0400	[thread overview]
Message-ID: <20160406135248.2e270713@openmailbox.org> (raw)

[-- 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


             reply	other threads:[~2016-04-06 17:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06 17:52 Kei Yamashita [this message]
2016-04-06 19:05 ` [PATCH] gnu: Add wmcpuload Leo Famulari

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=20160406135248.2e270713@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=guix-devel@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.