changeset 5890:007076f0762e

Bump fontconfig to latest stable release.
author Patrick McCarty <pnorcks@gmail.com>
date Thu, 28 Jan 2010 12:18:33 -0800
parents d8629511f098
children a5134985fe99
files gub/specs/fontconfig.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/fontconfig.py	Thu Feb 04 09:03:15 2010 +0100
+++ b/gub/specs/fontconfig.py	Thu Jan 28 12:18:33 2010 -0800
@@ -21,7 +21,7 @@
 fonts within the system and select them according to requirements
 specified by applications.'''
 
-    source = 'http://fontconfig.org/release/fontconfig-2.7.3.tar.gz'
+    source = 'http://fontconfig.org/release/fontconfig-2.8.0.tar.gz'
     #source = 'git://anongit.freedesktop.org/git/fontconfig?branch=master&revision=' + version
     dependencies = ['libtool', 'expat-devel', 'freetype-devel', 'tools::freetype', 'tools::pkg-config']
         # FIXME: system dir vs packaging install
@@ -140,7 +140,7 @@
 class Fontconfig__tools (tools.AutoBuild):
     # FIXME: use mi to get to source?
     #source = 'git://anongit.freedesktop.org/git/fontconfig?revision=' + version
-    source = 'http://fontconfig.org/release/fontconfig-2.7.3.tar.gz'
+    source = 'http://fontconfig.org/release/fontconfig-2.8.0.tar.gz'
     def patch (self):
         self.dump ('\nAC_SUBST(LT_AGE)', '%(srcdir)s/configure.in', mode='a', permissions=octal.o755)
         tools.AutoBuild.patch (self)