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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Subject: bug#67358: closed (Re: [bug#67358] [PATCH core-updates] gnu:
 fontforge: fix build.)
Date: Wed, 22 Nov 2023 14:05:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67358: [PATCH core-updates] gnu: fontforge: fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67358 <at> debbugs.gnu.org.

-- 
67358: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67358
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 67358-done <at> debbugs.gnu.org
Subject: Re: [bug#67358] [PATCH core-updates] gnu: fontforge: fix build.
Date: Wed, 22 Nov 2023 22:03:54 +0800
Hi,

On Wed, 22 Nov 2023 11:29:23 +0800,
Zheng Junjie wrote:
> 
> 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(-)

Applied as 37d7ef4dfd9fdc883502fc07dae6a7909d77dede, thank you!

[Message part 3 (message/rfc822, inline)]
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.