guix-commits
[Top][All Lists]
Advanced

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

09/97: gnu: freetype: Update to 2.6.3.


From: Ludovic Courtès
Subject: 09/97: gnu: freetype: Update to 2.6.3.
Date: Wed, 13 Apr 2016 17:31:45 +0000

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

commit e8f6b7b5ea20d74d6cca5dba91ede287b6c379f2
Author: 宋文武 <address@hidden>
Date:   Sat Apr 2 09:47:55 2016 +0800

    gnu: freetype: Update to 2.6.3.
    
    * gnu/packages/fontutils.scm (freetype): Update to 2.6.3.
---
 gnu/packages/fontutils.scm |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d64ed71..292f6f4 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -43,23 +43,14 @@
 (define-public freetype
   (package
    (name "freetype")
-   (version "2.6")
+   (version "2.6.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://savannah/freetype/freetype-"
                                 version ".tar.bz2"))
             (sha256 (base32
-                     "0zilx15fwcpa8hmcxpc423jwb8ijw4qpq968kh18akvn4j0znsc4"))))
+                     "18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
    (build-system gnu-build-system)
-   (arguments
-    `(#:phases
-       ;; This should not be necessary; reported upstream as
-       ;; https://savannah.nongnu.org/bugs/index.php?44261
-       (alist-cons-before
-        'configure 'set-paths
-        (lambda _
-          (setenv "CONFIG_SHELL" (which "bash")))
-        %standard-phases)))
    (synopsis "Font rendering library")
    (description
     "Freetype is a library that can be used by applications to access the



reply via email to

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