emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32168: closed ([PATCH] gnu: Add pscircle.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32168: closed ([PATCH] gnu: Add pscircle.)
Date: Wed, 25 Jul 2018 11:57:02 +0000

Your message dated Wed, 25 Jul 2018 14:56:32 +0300
with message-id <address@hidden>
and subject line Re: [bug#32168] [PATCH] gnu: Add pscircle.
has caused the debbugs.gnu.org bug report #32168,
regarding [PATCH] gnu: Add pscircle.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32168: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32168
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add pscircle. Date: Mon, 16 Jul 2018 08:27:11 +0300
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32168] [PATCH] gnu: Add pscircle. Date: Wed, 25 Jul 2018 14:56:32 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello Leo,

Thank you for review.

Leo Famulari <address@hidden> 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]