all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Cc: 宋文武 <iyzsong@gmail.com>
Subject: [PATCH 3/6] gnu: Add libgtop.
Date: Thu, 17 Dec 2015 10:36:16 +0800	[thread overview]
Message-ID: <1450319779-1141-2-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1450319779-1141-1-git-send-email-iyzsong@gmail.com>

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1ace594..c60d847 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4327,3 +4327,30 @@ libxml2.")
      "GNOME Display Manager is a system service that is responsible for
 providing graphical log-ins and managing local and remote displays.")
     (license license:gpl2+)))
+
+(define-public libgtop
+  (package
+    (name "libgtop")
+    (version "2.32.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "13hpml2vfm23816qggr5fvxj75ndb1dq4rgmi7ik6azj69ij8hw4"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("gobject-introspection" ,gobject-introspection)
+       ("intltool" ,intltool)
+       ("perl" ,perl)
+       ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("glib" ,glib))) ; required by libgtop-2.0.pc
+    (synopsis "Portable system access library")
+    (home-page "https://www.gnome.org/")
+    (description
+     "LibGTop is a library to get system specific data such as CPU and memory
+usage and information about running processes.")
+    (license license:gpl2+)))
-- 
2.5.0

  reply	other threads:[~2015-12-17  2:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17  2:36 [PATCH 2/6] gnu: Add colord-gtk 宋文武
2015-12-17  2:36 ` 宋文武 [this message]
2015-12-19 13:53   ` [PATCH 3/6] gnu: Add libgtop Ludovic Courtès
2015-12-17  2:36 ` [PATCH 4/6] gnu: gnome-bluetooth: New variable 宋文武
2015-12-19 13:55   ` Ludovic Courtès
2015-12-17  2:36 ` [PATCH 5/6] gnu: Add gnome-control-center 宋文武
2015-12-19 13:56   ` Ludovic Courtès
2015-12-17  2:36 ` [PATCH 6/6] gnu: Add gnome-shell 宋文武
2015-12-17  3:04   ` Thompson, David
2015-12-17 14:08     ` Daniel Pimentel
2015-12-20 12:50       ` GNOME on GuixSD 宋文武
2015-12-20 18:13         ` Efraim Flashner
2015-12-21  2:28           ` 宋文武
2015-12-21 10:42             ` Ludovic Courtès
2015-12-20 19:04         ` Thompson, David
2015-12-20 22:24           ` Ludovic Courtès
2015-12-20 22:28         ` Ludovic Courtès
2015-12-22  1:03         ` d4n1
2015-12-17 14:15     ` [PATCH 6/6] gnu: Add gnome-shell Luis Felipe López Acevedo
2015-12-17  6:21   ` Christopher Allan Webber
2015-12-19 13:58   ` Ludovic Courtès
2015-12-19 13:53 ` [PATCH 2/6] gnu: Add colord-gtk Ludovic Courtès

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=1450319779-1141-2-git-send-email-iyzsong@gmail.com \
    --to=iyzsong@gmail.com \
    --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.