GNU bug report logs - #65492
[PATCH] gnu: Add fonttosfnt.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Thu, 24 Aug 2023 10:00:03 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 65492 in the body.
You can then email your comments to 65492 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#65492; Package guix-patches. (Thu, 24 Aug 2023 10:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 24 Aug 2023 10:00:03 GMT) Full text and rfc822 format available.

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

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: Add fonttosfnt.
Date: Thu, 24 Aug 2023 17:59:20 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

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

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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Mon, 28 Aug 2023 10:54:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Mon, 28 Aug 2023 10:54:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: 65492-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: [bug#65492] [PATCH] gnu: Add fonttosfnt.
Date: Mon, 28 Aug 2023 18:53:32 +0800
Pushed, closing.




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

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

Previous Next


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