diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2015-06-16 16:03:35 -0400 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-06-17 10:40:05 +0200 |
commit | 85f70877f97e7e6c95b808b6e0623e2249f8caba (patch) | |
tree | 94fdf27fb6933025794e8e0c2431f9d3967fb02b | |
parent | 9f4606e37c47ed3c5a722636457e8865abbd6573 (diff) |
Bump atk to 2.16 and gtk+3 to 3.16
https://bugzilla.gnome.org/show_bug.cgi?id=751073
-rw-r--r-- | recipes/atk.recipe | 4 | ||||
-rw-r--r-- | recipes/gtk+3.recipe | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/atk.recipe b/recipes/atk.recipe index aef7a93d..c11d5660 100644 --- a/recipes/atk.recipe +++ b/recipes/atk.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'atk' - version = '2.12.0' + version = '2.16.0' licenses = [License.LGPLv2Plus] deps = ['glib'] stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.12/atk-%(version)s.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.16/atk-%(version)s.tar.xz' files_libs = ['libatk-1.0'] files_devel = ['lib/pkgconfig/atk.pc', 'include/atk-1.0'] diff --git a/recipes/gtk+3.recipe b/recipes/gtk+3.recipe index 6398b123..33cf4e3a 100644 --- a/recipes/gtk+3.recipe +++ b/recipes/gtk+3.recipe @@ -3,19 +3,19 @@ class Recipe(recipe.Recipe): name = 'gtk+3' - version = '3.14.1' + version = '3.16.4' # TODO: check license - some source files are LGPLv2, others LGPLv2+, # others LGPLv2.1+, COPYING is LGPLv2 and the webpage states LGPLv2.1 licenses = [License.LGPLv2_1Plus] configure_options = '--with-included-immodules ' - deps = ['glib', 'atk', 'pango', 'gdk-pixbuf', 'cairo'] + deps = ['glib', 'atk', 'pango', 'gdk-pixbuf', 'cairo', 'libepoxy'] platform_deps = { Platform.LINUX: ['at-spi2-atk'], } use_system_libs = True stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.14/gtk+-%(version)s.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.16/gtk+-%(version)s.tar.xz' tarball_dirname = 'gtk+-%(version)s' files_libs = ['libgailutil-3', 'libgdk-3', 'libgtk-3'] |