summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-11-16 14:39:01 +0100
committerThibault Saunier <tsaunier@gnome.org>2015-11-17 13:18:08 +0100
commitee6df57b4e80847c58d6c39b05a22afa80a3a6d7 (patch)
tree5a529862bc182af11523a41c87ce296136c9fc19 /recipes
parent06e74afb7d4d253392ab3067f0985f4e69162088 (diff)
Update Gtk, pango, gobject-introspection and pygobject to latest releases
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gobject-introspection.recipe4
-rw-r--r--recipes/gtk+3.recipe5
-rw-r--r--recipes/pango.recipe4
-rw-r--r--recipes/pygobject.recipe5
4 files changed, 8 insertions, 10 deletions
diff --git a/recipes/gobject-introspection.recipe b/recipes/gobject-introspection.recipe
index 89faf22e..1e10feb8 100644
--- a/recipes/gobject-introspection.recipe
+++ b/recipes/gobject-introspection.recipe
@@ -5,9 +5,9 @@ import sys
class Recipe(recipe.Recipe):
name = 'gobject-introspection'
- version = '1.44.0'
+ version = '1.46.0'
stype = SourceType.TARBALL
- url = 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz'
+ url = 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.46/gobject-introspection-%(version)s.tar.xz'
licenses = [License.GPLv2Plus]
autoreconf = True
autoreconf_sh = 'gtkdocize && autoreconf -vfi'
diff --git a/recipes/gtk+3.recipe b/recipes/gtk+3.recipe
index 3fa56725..e8c2b102 100644
--- a/recipes/gtk+3.recipe
+++ b/recipes/gtk+3.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'gtk+3'
- version = '3.16.4'
+ version = '3.18.5'
# 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]
@@ -15,10 +15,9 @@ class Recipe(recipe.Recipe):
use_system_libs = True
stype = SourceType.TARBALL
- url = 'http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.16/gtk+-%(version)s.tar.xz'
+ url = 'http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.18/gtk+-%(version)s.tar.xz'
tarball_dirname = 'gtk+-%(version)s'
- patches = ['gtk+3/0001-x11-Avoid-X-error-traps-within-server-grabs.patch']
files_libs = ['libgailutil-3', 'libgdk-3', 'libgtk-3']
files_bins = ['gtk3-widget-factory',
diff --git a/recipes/pango.recipe b/recipes/pango.recipe
index ab2349e2..94125430 100644
--- a/recipes/pango.recipe
+++ b/recipes/pango.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'pango'
- version = '1.36.8'
+ version = '1.38.1'
stype = SourceType.TARBALL
- url = 'http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.36/pango-1.36.8.tar.xz'
+ url = 'http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.38/pango-%(version)s.tar.xz'
autoreconf = True
autoreconf_sh = 'ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" autoreconf -ivf '
licenses = [License.LGPLv2Plus]
diff --git a/recipes/pygobject.recipe b/recipes/pygobject.recipe
index 3f652fef..0922e336 100644
--- a/recipes/pygobject.recipe
+++ b/recipes/pygobject.recipe
@@ -3,13 +3,12 @@
class Recipe(recipe.Recipe):
name = 'pygobject'
- version = '3.16.1'
+ version = '3.18.2'
stype = SourceType.TARBALL
- url = 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.16/pygobject-%(version)s.tar.xz'
+ url = 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.18/pygobject-%(version)s.tar.xz'
licenses = [License.LGPLv2_1Plus]
deps = ['glib']
make_check = None # disabled until we fix the checks
- patches = ["pygobject/0001-overrides-Provide-_overrides_module-attribute-to-mak.patch"]
files_python = [
'site-packages/gi/_gi%(pext)s',
'site-packages/gi/_gi_cairo%(pext)s',