GNU bug report logs -
#43624
[PATCH]Add emacs-mood-line
Previous Next
Reported by: marco.au.grassi98 <at> protonmail.com
Date: Sat, 26 Sep 2020 01:27:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 43624 in the body.
You can then email your comments to 43624 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#43624
; Package
guix-patches
.
(Sat, 26 Sep 2020 01:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
marco.au.grassi98 <at> protonmail.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 26 Sep 2020 01:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello, i made a patch to add the mood-line emacs package.
This is my first contribution, let me know if i did something wrong.
Grassi Marco
[Message part 2 (text/html, inline)]
[0001-Add-emacs-mood-line.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#43624
; Package
guix-patches
.
(Sun, 27 Sep 2020 12:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
"marco.au.grassi98--- via Guix-patches" via <guix-patches <at> gnu.org>
writes:
> Hello, i made a patch to add the mood-line emacs package.
Thank you.
> This is my first contribution, let me know if i did something wrong.
Welcome!
I made the changes detailed below and applied your patch.
> Subject: [PATCH] Add emacs-mood-line.
I changed the commit message to
gnu: Add emacs-mood-line.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): New variable.
as it is standard practice in the repository. If you use Emacs (!) and
Yasnippets, typing "add" and <TAB> in an empty commit message should
fill the template above for you.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://gitlab.com/jessieh/mood-line.git")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "0fh9j9fkgl433nykfzjnzap5labi4sdndfk1nv4f904ij69pmvxb"))))
I moved `origin' below `source' and the hash string on the same line as
`base32'. I also fixed indentation of the whole definition. Eventually,
I removed the ".git" suffix from the URI.
> + (build-system emacs-build-system)
> + (home-page "https://gitlab.com/jessieh/mood-line")
> + (synopsis "Minimal mode-line for Emacs")
> + (description "Mood-line is a minimal mode-line configuration that aims
> +to replicate some of the features of the
> +doom-modeline package.")
I added a reference to Emacs in the description, moved the text below
the `description' keyword (a nitpick of mine), and changed doom-modeline
to Doom modeline (nitpick about typography vs. Lisp naming practices).
> + (license license:gpl3+)))
I also added a copyright line for you in the file header. Please let me
know if I fumbled on one of its parts.
I also fixed the license, which is gpl2+ according to library's header
lines.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 27 Sep 2020 12:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
marco.au.grassi98 <at> protonmail.com
:
bug acknowledged by developer.
(Sun, 27 Sep 2020 12:26:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 26 Oct 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.