[PATCH] gnu: Add fonttosfnt.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 24 Aug 2023 11:59
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
6c15d8d623f74d6d279dd3cf898d1528a6c65c0e.1692871145.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/xorg.scm (fonttosfnt): New variable.
---
gnu/packages/xorg.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (35 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index eaf90a79df..38bd38a85f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -469,6 +469,26 @@ (define-public encodings
(description "Xorg font encoding files.")
(license license:public-domain)))
+(define-public fonttosfnt
+ (package
+ (name "fonttosfnt")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/app/"
+ "fonttosfnt-" version ".tar.gz"))
+ (sha256
+ (base32 "0j66hv6z2bh4q88kbhncakyfpxqs71jmwn8pqw4gyfpn71y324c1"))))
+ (build-system gnu-build-system)
+ (native-inputs (list pkg-config))
+ (inputs (list freetype libfontenc xorgproto))
+ (home-page "https://www.x.org/wiki/")
+ (synopsis "Wrap a bitmap font in a sfnt (ttf or otb) wrapper")
+ (description "@command{fonttosfnt} wraps a set of bdf or pcf bitmap fonts
+in a sfnt (TrueType or OpenType) wrapper.")
+ (license license:expat)))
+
(define-public font-adobe100dpi
(package
(name "font-adobe100dpi")

base-commit: 39fa1ef033fda82cb1d122e0d1675b51acb1db34
--
2.41.0
?
(address . 65492-done@debbugs.gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
87bkerpheb.fsf@envs.net
Pushed, closing.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 65492
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