unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61716] [PATCH] gnu: Add emacs-fontaine.
@ 2023-02-22 20:26 conses
  2023-03-06 17:44 ` conses
  0 siblings, 1 reply; 3+ messages in thread
From: conses @ 2023-02-22 20:26 UTC (permalink / raw)
  To: 61716

* 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61716] [PATCH] gnu: Add emacs-fontaine.
  2023-02-22 20:26 [bug#61716] [PATCH] gnu: Add emacs-fontaine conses
@ 2023-03-06 17:44 ` conses
  2023-03-07 21:58   ` bug#61716: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: conses @ 2023-03-06 17:44 UTC (permalink / raw)
  To: bug#61716; +Cc: contact, Nicolas Goaziou

Hi Nicolas,

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

-- 
Best regards,
conses




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61716: [PATCH] gnu: Add emacs-fontaine.
  2023-03-06 17:44 ` conses
@ 2023-03-07 21:58   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-03-07 21:58 UTC (permalink / raw)
  To: conses; +Cc: bug#61716

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-07 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 20:26 [bug#61716] [PATCH] gnu: Add emacs-fontaine conses
2023-03-06 17:44 ` conses
2023-03-07 21:58   ` bug#61716: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).