unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add gnome-system-monitor.
@ 2016-12-08  3:47 rennes
  2016-12-08  3:47 ` rennes
  0 siblings, 1 reply; 3+ messages in thread
From: rennes @ 2016-12-08  3:47 UTC (permalink / raw)
  To: guix-devel

Hello,
this patch is GNOME System Monitoring, a tool to monitoring resources
such as: CPU, memory, swap and networking.

Linted and tested. Thanks

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

* [PATCH] gnu: Add gnome-system-monitor.
  2016-12-08  3:47 [PATCH] gnu: Add gnome-system-monitor rennes
@ 2016-12-08  3:47 ` rennes
  2016-12-08 22:47   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: rennes @ 2016-12-08  3:47 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gnome.scm (gnome-system-monitor): New variable.
---
 gnu/packages/gnome.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e7798e939..1dde6c06c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5688,3 +5688,39 @@ only know by its Unicode name or code point.")
 with many options to write web sites, scripts and other code.
 Bluefish supports many programming and markup languages.")
     (license license:gpl3+)))
+
+(define-public gnome-system-monitor
+  (package
+    (name "gnome-system-monitor")
+    (version "3.20.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/" name "/"
+                           (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1ya41b58syf8g5pc12gw1xm6jhdx3crap803bjwm086r7x2an8wv"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin") ; for glib-mkenums.
+       ("intltool" ,intltool)
+       ("itstool" ,itstool)
+       ("libgtop" ,libgtop)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
+       ("gtk+" ,gtk+)
+       ("gtkmm" ,gtkmm)
+       ("librsvg" ,librsvg)
+       ("libxml2" ,libxml2)))
+    (home-page "https://wiki.gnome.org/Apps/SystemMonitor")
+    (synopsis "Process viewer and system resource monitor for GNOME")
+    (description
+     "GNOME System Monitor is a GNOME process viewer and system monitor with
+an attractive, easy-to-use interface.  It has features, such as a tree view
+for process dependencies, icons for processes, the ability to hide processes,
+graphical time histories of CPU/memory/swap usage and the ability to
+kill/reinice processes.")
+    (license license:gpl2+)))
-- 
2.11.0

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

* Re: [PATCH] gnu: Add gnome-system-monitor.
  2016-12-08  3:47 ` rennes
@ 2016-12-08 22:47   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-12-08 22:47 UTC (permalink / raw)
  To: rennes; +Cc: guix-devel

rennes <rennes@openmailbox.org> skribis:

> * gnu/packages/gnome.scm (gnome-system-monitor): New variable.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2016-12-08 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08  3:47 [PATCH] gnu: Add gnome-system-monitor rennes
2016-12-08  3:47 ` rennes
2016-12-08 22:47   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).