diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-13 12:25:43 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-13 12:25:43 +0200 |
commit | f1292df50ac07d932b057cce207ae441e2d7ac55 (patch) | |
tree | 59f85d1b26f0c3ad1a0b7babaa8d6d87e8d1a402 /recipes/harfbuzz.recipe | |
parent | c60430575c33d63043b5d9656018acca8b51a451 (diff) |
harfbuzz: Update to 1.2.7
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r-- | recipes/harfbuzz.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe index c054a401..8c1fe6fc 100644 --- a/recipes/harfbuzz.recipe +++ b/recipes/harfbuzz.recipe @@ -3,13 +3,12 @@ class Recipe(recipe.Recipe): name = 'harfbuzz' - version = '1.0.1' + version = '1.2.7' stype = SourceType.TARBALL url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2' licenses = [License.LGPLv2Plus] deps = ['fontconfig', 'cairo', 'glib'] configure_options = "--enable-static --with-icu=no" - patches = [name + '/fix-dll-revision.patch'] files_bins = ['hb-ot-shape-closure', 'hb-view', 'hb-shape'] files_libs = ['libharfbuzz'] |