GNU bug report logs - #73478
[PATCH] gnu: btop: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Wed, 25 Sep 2024 15:03:03 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73478: closed ([PATCH] gnu: btop: Update to 1.4.0.)
Date: Sun, 29 Sep 2024 16:37:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Sep 2024 00:36:16 +0800
with message-id <87a5fq8lj3.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73478] [PATCH] gnu: btop: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #73478,
regarding [PATCH] gnu: btop: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73478: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73478
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: btop: Update to 1.4.0.
Date: Wed, 25 Sep 2024 16:45:40 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/admin.scm (btop): Update to 1.4.0.
[arguments](make-flags) Pass CC.

Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23
---
 gnu/packages/admin.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4910327d99..541f376837 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -763,7 +763,7 @@ (define-public ttyload
 (define-public btop
   (package
     (name "btop")
-    (version "1.3.2")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -772,11 +772,12 @@ (define-public btop
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "084n0nbv1029lvfv4na2k9fqyray7m77dff1537b8ffk08ib4d4j"))))
+                "0vgw6hwqh6zbzrvrn3i0xwi9ykm1qdvhqcyz3mjakd7w303lx603"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f ;no test suite
-           #:make-flags #~(list (string-append "PREFIX=" #$output))
+           #:make-flags #~(list (string-append "PREFIX=" #$output)
+                                (string-append "CC=" #$(cc-for-target)))
            #:phases #~(modify-phases %standard-phases
                         (delete 'configure))))
     (home-page "https://github.com/aristocratos/btop")

base-commit: 039635567d17460d8d541caa58897db83a3565a8
-- 
2.46.1



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 73478-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#73478] [PATCH] gnu: btop: Update to 1.4.0.
Date: Mon, 30 Sep 2024 00:36:16 +0800
[Message part 4 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/admin.scm (btop): Update to 1.4.0.
> [arguments](make-flags) Pass CC.
>
> Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23
> ---
>  gnu/packages/admin.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index 4910327d99..541f376837 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -763,7 +763,7 @@ (define-public ttyload
>  (define-public btop
>    (package
>      (name "btop")
> -    (version "1.3.2")
> +    (version "1.4.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -772,11 +772,12 @@ (define-public btop
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "084n0nbv1029lvfv4na2k9fqyray7m77dff1537b8ffk08ib4d4j"))))
> +                "0vgw6hwqh6zbzrvrn3i0xwi9ykm1qdvhqcyz3mjakd7w303lx603"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:tests? #f ;no test suite
> -           #:make-flags #~(list (string-append "PREFIX=" #$output))
> +           #:make-flags #~(list (string-append "PREFIX=" #$output)
> +                                (string-append "CC=" #$(cc-for-target)))
>             #:phases #~(modify-phases %standard-phases
>                          (delete 'configure))))
>      (home-page "https://github.com/aristocratos/btop")
>
> base-commit: 039635567d17460d8d541caa58897db83a3565a8

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

This bug report was last modified 230 days ago.

Previous Next


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