[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
- branch gnome-updates created (now 61873b4), Ludovic Courtès, 2016/04/13
- 02/97: gnu: gtk+-2: Update to 2.24.30., Ludovic Courtès, 2016/04/13
- 07/97: gnu: dbus: Update to 1.10.8., Ludovic Courtès, 2016/04/13
- 09/97: gnu: freetype: Update to 2.6.3.,
Ludovic Courtès <=
- 18/97: gnu: librsvg: Update to 2.40.15., Ludovic Courtès, 2016/04/13
- 14/97: gnu: glib: Update to 2.48.0., Ludovic Courtès, 2016/04/13
- 16/97: gnu: shared-mime-info: Update to 1.6., Ludovic Courtès, 2016/04/13
- 19/97: gnu: gobject-introspection: Update to 1.48.0., Ludovic Courtès, 2016/04/13
- 21/97: gnu: libsigc++: Update to 2.8.0., Ludovic Courtès, 2016/04/13
- 27/97: gnu: gtk+: Update to 3.20.2., Ludovic Courtès, 2016/04/13
- 22/97: gnu: glibmm: Update to 2.48.1., Ludovic Courtès, 2016/04/13
- 15/97: gnu: harfbuzz: Update to 1.2.4., Ludovic Courtès, 2016/04/13
- 33/97: gnu: gcr: Update 3.20.0., Ludovic Courtès, 2016/04/13
- 04/97: gnu: cairo: Update to 1.14.6., Ludovic Courtès, 2016/04/13