GNU bug report logs - #67358
[PATCH core-updates] gnu: fontforge: fix build.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Wed, 22 Nov 2023 03:31:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: fontforge: fix build.
Date: Wed, 22 Nov 2023 11:29:23 +0800
This follows up on commit 3f2c6cc3933bc01077383e4ff83b6a5d00f83129.

gnu/packages/fontutils.scm(fontforge)[arguments]<#:phase>: adjust input names.

Change-Id: I64c3992e995294cb04a9f4c79cd841bfc51ba08d
---
 gnu/packages/fontutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 9a0f09b1e1..d933382ede 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2023 John Kehayias <john.kehayias <at> protonmail.com>
 ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1597,9 +1598,9 @@ (define-public fontforge
                     ,(map (lambda (input)
                             (string-append (assoc-ref inputs input)
                                            "/lib"))
-                          '("libtiff" "libjpeg" "libpng" "libungif"
+                          '("libtiff" "libjpeg-turbo" "libpng" "libungif"
                             "libxml2" "zlib" "libspiro" "freetype"
-                            "pango" "cairo" "fontconfig")))
+                            "pango" "cairo" "fontconfig-minimal")))
                   ;; Checks for potrace program at runtime
                   `("PATH" ":" prefix (,potrace)))))))))
     (synopsis "Outline font editor")

base-commit: 1bca46690c6240310befc6208fb24a044bd4b437
-- 
2.41.0





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

Previous Next


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