[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/97: gnu: freetype: Update to 2.6.3.
From: |
??? |
Subject: |
09/97: gnu: freetype: Update to 2.6.3. |
Date: |
Thu, 07 Apr 2016 03:13:02 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit da4a518618228c6dacab746e7e83205bafcfe4b3
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 ff10a4a..480830d 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 64ecedf), ???, 2016/04/06
- 02/97: gnu: gtk+-2: Update to 2.24.30., ???, 2016/04/06
- 05/97: gnu: gobject-introspection: Remove cairo from inputs., ???, 2016/04/06
- 07/97: gnu: dbus: Update to 1.10.8., ???, 2016/04/06
- 03/97: gnu: pixman: Update to 0.34.0., ???, 2016/04/06
- 04/97: gnu: cairo: Update to 1.14.6., ???, 2016/04/06
- 06/97: gnu: poppler: Enable GObject introspection., ???, 2016/04/06
- 08/97: gnu: poppler: Update to 0.42.0., ???, 2016/04/06
- 10/97: gnu: freetype: Add libpng and zlib to propagated-inputs., ???, 2016/04/06
- 23/97: gnu: atk: Update to 2.20.0., ???, 2016/04/06
- 09/97: gnu: freetype: Update to 2.6.3.,
??? <=
- 14/97: gnu: glib: Update to 2.48.0., ???, 2016/04/06
- 15/97: gnu: harfbuzz: Update to 1.2.4., ???, 2016/04/06
- 16/97: gnu: shared-mime-info: Update to 1.6., ???, 2016/04/06
- 21/97: gnu: libsigc++: Update to 2.8.0., ???, 2016/04/06
- 18/97: gnu: librsvg: Update to 2.40.15., ???, 2016/04/06
- 24/97: gnu: gtksourceview: Update to 3.20.1., ???, 2016/04/06
- 11/97: gnu: glib: Use modify-phases syntax., ???, 2016/04/06
- 17/97: gnu: gdk-pixbuf: Update to 2.34.0., ???, 2016/04/06
- 20/97: gnu: pango: Update to 1.40.0., ???, 2016/04/06
- 12/97: gnu: glib: Drop glib-tests-homedir.patch., ???, 2016/04/06