emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61716: closed ([PATCH] gnu: Add emacs-fontaine.)


From: GNU bug Tracking System
Subject: bug#61716: closed ([PATCH] gnu: Add emacs-fontaine.)
Date: Tue, 07 Mar 2023 22:00:03 +0000

Your message dated Tue, 07 Mar 2023 22:58:53 +0100
with message-id <878rg89qaq.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61716] [PATCH] gnu: Add emacs-fontaine.
has caused the debbugs.gnu.org bug report #61716,
regarding [PATCH] gnu: Add emacs-fontaine.
to be marked as done.

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


-- 
61716: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61716
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-fontaine. Date: Wed, 22 Feb 2023 21:26:20 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
* gnu/packages/emacs-xyz.scm (emacs-fontaine): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b12642bc9..f0c96c3368 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4006,6 +4006,28 @@ (define-public emacs-font-lock-studio
 the Font Lock keywords.")
       (license license:gpl3+))))
 
+ (define-public emacs-fontaine
+   (package
+     (name "emacs-fontaine")
+     (version "1.0.0")
+     (source (origin
+               (method git-fetch)
+               (uri (git-reference
+                     (url "https://git.sr.ht/~protesilaos/fontaine";)
+                     (commit version)))
+               (file-name (git-file-name name version))
+               (sha256
+                (base32
+                 "17zax5bm6ym4jx0wi2daydmq92k4rl9r7v6xmnajbdv1brbmgiqr"))))
+     (build-system emacs-build-system)
+     (home-page "https://sr.ht/~protesilaos/fontaine";)
+     (synopsis "Set Emacs font configurations using presets")
+     (description
+      "Fontaine lets the user specify presets of font configurations
+and set them on demand on graphical Emacs frames.  The user option
+@code{fontaine-presets} holds all such presets.")
+     (license license:gpl3+)))
+
 (define-public emacs-form-feed
   (package
     (name "emacs-form-feed")
-- 
2.39.1



-- 
Best regards,
conses



--- End Message ---
--- Begin Message --- Subject: Re: [bug#61716] [PATCH] gnu: Add emacs-fontaine. Date: Tue, 07 Mar 2023 22:58:53 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

conses <contact@conses.eu> writes:

> Just a friendly ping to see if you can review this patch.

Applied (note the hash was wrong, tho). Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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