guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fontforge: Update to 20190801.


From: guix-commits
Subject: 01/01: gnu: fontforge: Update to 20190801.
Date: Thu, 19 Sep 2019 08:00:18 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 7670efefe4fb4aca12cb19ea5d89ff37c48e3ea6
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 19 13:58:55 2019 +0200

    gnu: fontforge: Update to 20190801.
    
    * gnu/packages/fontutils.scm (fontforge): Update to 20190801.
    [source](patches): Remove.  The patch served by github.com had been
    modified in place.
---
 gnu/packages/fontutils.scm | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 041c1b3..e355f7b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2019 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -567,27 +567,14 @@ definitions.")
 (define-public fontforge
   (package
    (name "fontforge")
-   (version "20190413")
+   (version "20190801")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://github.com/fontforge/fontforge/releases/download/";
                   version "/fontforge-" version ".tar.gz"))
-            (patches (list (origin
-                             ;; This patch is required to fix a segfault on 
i686:
-                             ;; 
<https://github.com/fontforge/fontforge/issues/3780>.
-                             ;; It is a squashed version of these commits:
-                             ;; 
<https://github.com/fontforge/fontforge/pull/3715>.
-                             (method url-fetch)
-                             (uri (string-append
-                                   
"https://github.com/fontforge/fontforge/commit/";
-                                   
"570e17b82079bb46af9b2be033c6fbb6b1f16c8f.patch"))
-                             (file-name 
"fontforge-scripting-array-reference.patch")
-                             (sha256
-                              (base32
-                               
"1w0jbbkml149xmraxwchwrllia853i51ii6jdb3s160r2qbhvggc")))))
             (sha256
-             (base32 "05v640mnk4fy4jzmxb6c4n4qm800x7hy4sl5gcdgzmm3md2s0qk7"))))
+             (base32 "0lh8yx01asbzxm6car5cfi64njh5p4lxc7iv8dldr5rwg357a86r"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]