all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32168] [PATCH] gnu: Add pscircle.
@ 2018-07-16  5:27 Oleg Pykhalov
  2018-07-18 18:12 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2018-07-16  5:27 UTC (permalink / raw)
  To: 32168

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e80436e95..b413d63fb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -46,6 +46,7 @@
   #:use-module (guix git-download)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
   #:use-module (guix build-system trivial)
@@ -2740,3 +2741,30 @@ support forum.  It runs with the @code{/exec} command in most IRC clients.")
        ;; perl-xml-dumper
        ;; ipmitool
        ,@(package-inputs inxi-minimal)))))
+
+(define-public pscircle
+  (package
+    (name "pscircle")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://gitlab.com/mildlyparallel/pscircle/-/archive/v"
+             version "/pscircle-v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1k757yf2bmgfrjd417l6kpcf83hlvi0z1791vz967mwcklrsb3fj"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("libpng" ,libpng)
+       ("libx11" ,libx11)))
+    (home-page "https://gitlab.com/mildlyparallel/pscircle")
+    (synopsis "Visualize Linux processes in a form of radial tree")
+    (description
+     "@code{pscircle} visualizes Linux processes in a form of radial tree")
+    (license license:gpl2+)))
-- 
2.18.0

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

* [bug#32168] [PATCH] gnu: Add pscircle.
  2018-07-16  5:27 [bug#32168] [PATCH] gnu: Add pscircle Oleg Pykhalov
@ 2018-07-18 18:12 ` Leo Famulari
  2018-07-25 11:56   ` bug#32168: " Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-07-18 18:12 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 32168

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

On Mon, Jul 16, 2018 at 08:27:11AM +0300, Oleg Pykhalov wrote:
> * gnu/packages/admin.scm (pscircle): New variable.

> +    (description
> +     "@code{pscircle} visualizes Linux processes in a form of radial tree")

How about, "@code{pscircle} visualizes Linux processes in the form of a
radial tree."?

Otherwise LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#32168: [PATCH] gnu: Add pscircle.
  2018-07-18 18:12 ` Leo Famulari
@ 2018-07-25 11:56   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2018-07-25 11:56 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32168, 32168-done

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

Hello Leo,

Thank you for review.

Leo Famulari <leo@famulari.name> writes:

> On Mon, Jul 16, 2018 at 08:27:11AM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/admin.scm (pscircle): New variable.
>
>> +    (description
>> +     "@code{pscircle} visualizes Linux processes in a form of radial tree")
>
> How about, "@code{pscircle} visualizes Linux processes in the form of a
> radial tree."?
>
> Otherwise LGTM!

Pushed with your suggestions as b19f3337eae86ad0cd910da45b9d45e3866c98fd

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2018-07-25 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16  5:27 [bug#32168] [PATCH] gnu: Add pscircle Oleg Pykhalov
2018-07-18 18:12 ` Leo Famulari
2018-07-25 11:56   ` bug#32168: " Oleg Pykhalov

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.