gnu: freetype: Update to 2.6.3.
* gnu/packages/fontutils.scm (freetype): Update to 2.6.3.
This commit is contained in:
parent
3ede2efd20
commit
a1713f18d0
1 changed files with 2 additions and 11 deletions
|
@ -46,23 +46,14 @@
|
||||||
(define-public freetype
|
(define-public freetype
|
||||||
(package
|
(package
|
||||||
(name "freetype")
|
(name "freetype")
|
||||||
(version "2.6")
|
(version "2.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/freetype/freetype-"
|
(uri (string-append "mirror://savannah/freetype/freetype-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0zilx15fwcpa8hmcxpc423jwb8ijw4qpq968kh18akvn4j0znsc4"))))
|
"18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
|
||||||
(build-system gnu-build-system)
|
(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")
|
(synopsis "Font rendering library")
|
||||||
(description
|
(description
|
||||||
"Freetype is a library that can be used by applications to access the
|
"Freetype is a library that can be used by applications to access the
|
||||||
|
|
Reference in a new issue