[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/61: gnu: fontforge: Update to 20230101 and fix build with gettext-0.2
From: |
guix-commits |
Subject: |
39/61: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23. |
Date: |
Thu, 12 Dec 2024 05:42:01 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f5588895640c8942cd80bcac7bf82db9f2347c93
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 10 22:39:42 2024 +0100
gnu: fontforge: Update to 20230101 and fix build with gettext-0.23.
* gnu/packages/fontutils.scm (fontforge): Update to 20230101.
[arguments]: Add stage "do-not-use-msgfmt--check".
Change-Id: I2e4e347e86a32963ac7b927be3bc9235dc326fd6
---
gnu/packages/fontutils.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 614d62f439..9a97fe3b77 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1612,14 +1612,14 @@ definitions.")
(define-public fontforge
(package
(name "fontforge")
- (version "20220308")
+ (version "20230101")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/fontforge/fontforge/releases/download/";
version "/fontforge-" version ".tar.xz"))
(sha256
- (base32
"0ncfc4ajwy4ng6b6h79w52jh9z3lngvf3f3ldi1wzkhcg9zh3r01"))))
+ (base32
"1y30bk9rdya8bkw4q77y6nq5xfg7nm0qliz5miqdlk8c0r6fr0na"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))
@@ -1647,7 +1647,7 @@ definitions.")
zlib))
(arguments
(list
- #:configure-flags #~'( ;; TODO: Provide GTK+ for the Wayland-friendly GDK
+ #:configure-flags #~`(;; TODO: Provide GTK+ for the Wayland-friendly GDK
;; backend, instead of the legacy X11 backend.
;; Currently it introduces a circular dependency.
"-DENABLE_X11=ON")
@@ -1660,6 +1660,12 @@ definitions.")
(substitute* "CMakeLists.txt"
(("^set_default_rpath\\(\\)")
""))))
+ (add-after 'unpack 'do-not-use-msgfmt--check
+ (lambda _
+ ;; msgfmt --check from gettext-0.23 fails on fr.po:
+ ;; 'msgstr' is not a valid C format string
+ (substitute* "po/CMakeLists.txt"
+ ((" --check") ""))))
#$@(if (target-hurd?)
#~((add-after 'unpack 'apply-hurd-patch
(lambda _
- 12/61: gnu: gettext: Fix build with gcc-14., (continued)
- 12/61: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/12
- 13/61: gnu: gettext: Update to 0.23., guix-commits, 2024/12/12
- 20/61: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/12
- 21/61: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 11/61: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/12
- 22/61: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 04/61: gnu: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/12
- 15/61: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/12
- 17/61: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/12
- 30/61: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/12
- 39/61: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23.,
guix-commits <=
- 41/61: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/12
- 45/61: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/12
- 46/61: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/12
- 51/61: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/12
- 61/61: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/12
- 48/61: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 31/61: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/61: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 01/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/12
- 14/61: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/12