GNU bug report logs - #71028
[PATCH] gnu: atop: Update to 2.10.0.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 18 May 2024 09:28:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

To reply to this bug, email your comments to 71028 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71028; Package guix-patches. (Sat, 18 May 2024 09:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 May 2024 09:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: atop: Update to 2.10.0.
Date: Sat, 18 May 2024 12:27:15 +0300
* gnu/packages/admin.scm (atop): Update to 2.10.0.
  [native-inputs]: Add "pkg-config".
  [inputs]: Add "glib".

Change-Id: I5d535489084c75867178668d74e51227e83b66b7
---
 gnu/packages/admin.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 22a2c12244..44900f38b1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -47,7 +47,7 @@
 ;;; Copyright © 2021 muradm <mail <at> muradm.net>
 ;;; Copyright © 2021 pineapples <guixuser6392 <at> protonmail.com>
 ;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
-;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2021-2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
 ;;; Copyright © 2022 Roman Riabenko <roman <at> riabenko.com>
 ;;; Copyright © 2022 Petr Hodina <phodina <at> protonmail.com>
@@ -5121,14 +5121,14 @@ (define-public nmrpflash
 (define-public atop
   (package
     (name "atop")
-    (version "2.9.0")
+    (version "2.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.atoptool.nl/download/atop-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "09prpw20ps6cd8qr63glbcip3jrvnnic0m7j1q02g8hjnw8z50ld"))
+                "14szbpvsm9czib1629cbh8qcp7pxhgn0vjrfv1yqwmw25k7p79p7"))
               (snippet
                ;; The 'mkdate' script generates a new 'versdate.h' header
                ;; containing the build date.  That makes builds
@@ -5156,8 +5156,10 @@ (define-public atop
                  ;; Otherwise, it creates a blank configuration file as a "default".
                  (("touch.*DEFPATH)/atop") "")
                  (("chmod.*DEFPATH)/atop") "")))))))
+    (native-inputs (list pkg-config))
     (inputs
-     (list ncurses
+     (list glib
+           ncurses
            python-wrapper       ; for `atopgpud`
            zlib))
     (home-page "https://www.atoptool.nl/")

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 19 May 2024 12:20:01 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 19 May 2024 12:20:01 GMT) Full text and rfc822 format available.

Message #10 received at 71028-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71028-done <at> debbugs.gnu.org
Subject: Re: [bug#71028] [PATCH] gnu: atop: Update to 2.10.0.
Date: Sun, 19 May 2024 13:18:56 +0100
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> * gnu/packages/admin.scm (atop): Update to 2.10.0.
>   [native-inputs]: Add "pkg-config".
>   [inputs]: Add "glib".
>
> Change-Id: I5d535489084c75867178668d74e51227e83b66b7
> ---
>  gnu/packages/admin.scm | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)

Thanks, I've pushed this to master now as
ad520acdad290527b86514715ad0f51e583606cd.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.