GNU bug report logs - #61716
[PATCH] gnu: Add emacs-fontaine.

Previous Next

Package: guix-patches;

Reported by: conses <contact <at> conses.eu>

Date: Wed, 22 Feb 2023 20: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 61716 in the body.
You can then email your comments to 61716 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#61716; Package guix-patches. (Wed, 22 Feb 2023 20:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to conses <contact <at> conses.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Feb 2023 20:27:02 GMT) Full text and rfc822 format available.

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

From: conses <contact <at> conses.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-fontaine.
Date: Wed, 22 Feb 2023 21:26:20 +0100
* 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




Information forwarded to guix-patches <at> gnu.org:
bug#61716; Package guix-patches. (Mon, 06 Mar 2023 17:45:02 GMT) Full text and rfc822 format available.

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

From: conses <contact <at> conses.eu>
To: bug#61716 <61716 <at> debbugs.gnu.org>
Cc: contact <at> conses.eu, Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Re: bug#61716: [PATCH] gnu: Add emacs-fontaine.
Date: Mon, 06 Mar 2023 18:44:47 +0100
Hi Nicolas,

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

-- 
Best regards,
conses




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 07 Mar 2023 22:00:03 GMT) Full text and rfc822 format available.

Notification sent to conses <contact <at> conses.eu>:
bug acknowledged by developer. (Tue, 07 Mar 2023 22:00:03 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: conses <contact <at> conses.eu>
Cc: bug#61716 <61716-done <at> debbugs.gnu.org>
Subject: Re: [bug#61716] [PATCH] gnu: Add emacs-fontaine.
Date: Tue, 07 Mar 2023 22:58:53 +0100
Hello,

conses <contact <at> 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




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

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

Previous Next


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