diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-02 09:47:55 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:43:06 +0200 |
commit | a1713f18d0e8b1349b7c4fa73d04be3e29ceadd3 (patch) | |
tree | 191e5a50eeb5e12050aff3b6977a5d07447f9869 /gnu/packages/fontutils.scm | |
parent | 3ede2efd202b7a425b39a0f6cfaf34826f543929 (diff) | |
download | patches-a1713f18d0e8b1349b7c4fa73d04be3e29ceadd3.tar patches-a1713f18d0e8b1349b7c4fa73d04be3e29ceadd3.tar.gz |
gnu: freetype: Update to 2.6.3.
* gnu/packages/fontutils.scm (freetype): Update to 2.6.3.
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r-- | 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 5f6ff15935..bbad103535 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -46,23 +46,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 |