GNU bug report logs - #66590
[PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 17 Oct 2023 10:00:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66590 in the body.
You can then email your comments to 66590 AT debbugs.gnu.org in the normal way.

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#66590; Package guix-patches. (Tue, 17 Oct 2023 10:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 17 Oct 2023 10:00:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Tue, 17 Oct 2023 11:58:59 +0200
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bb8c25f9b5..f91c73571e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33894,7 +33894,7 @@ (define-public emacs-telega-contrib
 (define-public emacs-doom-modeline
   (package
     (name "emacs-doom-modeline")
-    (version "3.4.0")
+    (version "4.0.1")
     (source
      (origin
        (method git-fetch)
@@ -33902,14 +33902,14 @@ (define-public emacs-doom-modeline
              (url "https://github.com/seagle0128/doom-modeline")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1z5cqn33v7sjihs05ycz1yzi5wcg90yn3cy09qj9g5g8pjs8qdki"))
+        (base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments
      `(#:test-command '("ert-runner")))
     (native-inputs (list emacs-ert-runner))
     (propagated-inputs
-     (list emacs-all-the-icons emacs-compat emacs-dash emacs-shrink-path))
+     (list emacs-nerd-icons emacs-compat emacs-shrink-path))
     (synopsis "Fancy and fast mode-line inspired by minimalism design")
     (description "Doom modeline is a complete modeline for GNU Emacs inspired
 by the Doom theme collection.  This modeline features support for mode-specific

base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Fri, 20 Oct 2023 09:30:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 66590 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Fri, 20 Oct 2023 10:28:14 +0100
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1.
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index bb8c25f9b5..f91c73571e 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -33894,7 +33894,7 @@ (define-public emacs-telega-contrib
>  (define-public emacs-doom-modeline
>    (package
>      (name "emacs-doom-modeline")
> -    (version "3.4.0")
> +    (version "4.0.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -33902,14 +33902,14 @@ (define-public emacs-doom-modeline
>               (url "https://github.com/seagle0128/doom-modeline")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "1z5cqn33v7sjihs05ycz1yzi5wcg90yn3cy09qj9g5g8pjs8qdki"))
> +        (base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb"))
>         (file-name (git-file-name name version))))
>      (build-system emacs-build-system)
>      (arguments
>       `(#:test-command '("ert-runner")))
>      (native-inputs (list emacs-ert-runner))
>      (propagated-inputs
> -     (list emacs-all-the-icons emacs-compat emacs-dash emacs-shrink-path))
> +     (list emacs-nerd-icons emacs-compat emacs-shrink-path))
>      (synopsis "Fancy and fast mode-line inspired by minimalism design")
>      (description "Doom modeline is a complete modeline for GNU Emacs inspired
>  by the Doom theme collection.  This modeline features support for mode-specific
>
> base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1

emacs-nerd-icons doesn't seem to be defined, so this change doesn't work
for me. Did emacs-doom-modeline build for you locally?

Thanks,

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

Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Fri, 20 Oct 2023 09:30:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Fri, 20 Oct 2023 14:50:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 66590 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Fri, 20 Oct 2023 16:47:36 +0200
>ven. 20 oct. 2023 at 10:28, Christopher Baines <mail <at> cbaines.net> wrote:

> emacs-nerd-icons doesn't seem to be defined, so this change doesn't work
> for me. Did emacs-doom-modeline build for you locally?

I submitted another patch for packaging emacs-nerd-icons, see #66588.

C.




Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Fri, 20 Oct 2023 14:50:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Tue, 24 Oct 2023 06:54:01 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <cayetano.santos <at> inventati.org>
To: Christopher Baines <mail <at> cbaines.net>, 66590 <at> debbugs.gnu.org,
 guix-patches <at> gnu.org
Subject: Re: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Tue, 24 Oct 2023 08:47:40 +0200
>ven. 20 oct. 2023 at 16:47, Cayetano Santos <csantosb <at> inventati.org> wrote:

>>ven. 20 oct. 2023 at 10:28, Christopher Baines <mail <at> cbaines.net> wrote:
>
>> emacs-nerd-icons doesn't seem to be defined, so this change doesn't work
>> for me. Did emacs-doom-modeline build for you locally?
>
> I submitted another patch for packaging emacs-nerd-icons, see #66588.

The patch is accepted, and emacs-nerd-icons is now part of guix.

C.




Information forwarded to guix-patches <at> gnu.org:
bug#66590; Package guix-patches. (Tue, 24 Oct 2023 06:54:02 GMT) Full text and rfc822 format available.

Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Wed, 25 Oct 2023 09:54:01 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Wed, 25 Oct 2023 09:54:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 66590-done <at> debbugs.gnu.org
Subject: Re: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1.
Date: Wed, 25 Oct 2023 11:52:57 +0200
> * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.0.1.

Applied, thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Nov 2023 12:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 260 days ago.

Previous Next


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