* [bug#67358] [PATCH core-updates] gnu: fontforge: fix build.
@ 2023-11-22 3:29 Zheng Junjie
2023-11-22 14:03 ` bug#67358: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2023-11-22 3:29 UTC (permalink / raw)
To: 67358
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1550 bytes --]
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@gmail.com>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2023 Zheng Junjie <873216071@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67358: [PATCH core-updates] gnu: fontforge: fix build.
2023-11-22 3:29 [bug#67358] [PATCH core-updates] gnu: fontforge: fix build Zheng Junjie
@ 2023-11-22 14:03 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-11-22 14:03 UTC (permalink / raw)
To: Zheng Junjie; +Cc: 67358-done
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-22 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 3:29 [bug#67358] [PATCH core-updates] gnu: fontforge: fix build Zheng Junjie
2023-11-22 14:03 ` bug#67358: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).