[PATCH] gnu: Add emacs-font-utils.

  • Open
  • quality assurance status badge
Details
One participant
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Rostislav Svoboda
Severity
normal
R
R
Rostislav Svoboda wrote on 19 Nov 2023 11:09
(address . guix-patches@gnu.org)(name . Rostislav Svoboda)(address . Rostislav.Svoboda@gmail.com)
b7124b18b6fc31da20e8d045677af9feb5e6cbf9.1700388539.git.Rostislav.Svoboda@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-font-utils): New variable.

Change-Id: Ide4f60ca1bd3e7acf59d181311977d76ceab7b7e
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Toggle diff (49 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c9a4f5674b..3632e1e7a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4824,6 +4824,30 @@ (define-public emacs-font-lock-studio
the Font Lock keywords.")
(license license:gpl3+))))
+(define-public emacs-font-utils
+ (let ((commit "abc572eb0dc30a26584c0058c3fe6c7273a10003")
+ (revision "0"))
+ (package
+ (name "emacs-font-utils")
+ (version (git-version "0.7.8" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rolandwalker/font-utils")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0hx3k2zx2kdavivr1b957jq7kcwk301yzw77aprxzbs7jz73a35x"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rolandwalker/font-utils")
+ (synopsis "Utility functions for working with fonts in Emacs")
+ (description
+ "Font-utils is a collection of functions for working with fonts. This
+library has no user-level interface, it is only useful for programming in
+Emacs Lisp.")
+ (license license:bsd-2))))
+
(define-public emacs-fontaine
(package
(name "emacs-fontaine")

base-commit: b7abea0fd6a146563830db1dc4ddd0cceb6fcf1c
prerequisite-patch-id: 9a43774d20eb5c5f07500aa283aa501ce7c1d7a8
prerequisite-patch-id: fe772324962c490d954bf6197d82e3152a3990d0
prerequisite-patch-id: a7f5628906b829261dc2bfbe417a7be1eec850ec
prerequisite-patch-id: 9c0c2e59be28a04f226f98bcab6db415d00901a8
prerequisite-patch-id: 02461a5e19d62f02948d363719a7ece122198416
prerequisite-patch-id: 656a9d241ce1e5d445a535f11983ba493f0147b3
prerequisite-patch-id: 6a4d5facca6224cc9d043e39ffa4bcd6d091bed5
prerequisite-patch-id: b4992d2603e1a819e7bb0f9a354d97458b3f80ad
prerequisite-patch-id: fffccc797bda74d3b25e987538ff5b916e0e976f
prerequisite-patch-id: 29afb0494627b13960f8463c29f67404ed4ac111
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67274@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67274
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch