guix-patches
[Top][All Lists]
Advanced

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

bug#61753: [PATCH 1/8] gnu: Add emacs-font-lock+.


From: Nicolas Goaziou
Subject: bug#61753: [PATCH 1/8] gnu: Add emacs-font-lock+.
Date: Wed, 08 Mar 2023 16:28:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Rostislav Svoboda <rostislav.svoboda@gmail.com> writes:

> +(define-public emacs-font-lock+

Thank you. I applied your patch with a proper commit message.

> +  (let ((commit "aa1c82d05c9222b09099a0ccd7468e955497940c")
> +        (revision "233"))

Revision is internal to Guix. It does not need to obey versionning
system used by upstream. I set it to 0.

> +    (package
> +      (name "emacs-font-lock+")
> +      (version (git-version "0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/emacsmirror/font-lock-plus";)
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "1369r5p6s9c561g5f772lvrpcqxhvyhqd9yk0853hyl03ags9gvs"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/emacsmirror/font-lock-plus";)
> +      (synopsis "Enhancements to standard library `font-lock.el'")
> +      (description
> +       "Enhancements to standard library `font-lock.el'")

Descriptions needs to contain only full sentences, so I reworded it.
Also, I replaced `font-lock.el' with Font Lock.

Regards,
-- 
Nicolas Goaziou





reply via email to

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