diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-07-23 08:33:27 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-07-23 08:34:56 +0100 |
commit | a98fee669eb50c8290a40d445a3160447b744b72 (patch) | |
tree | 797ce4e2fde067890f3d06f2999cb127c8445d1e /recipes | |
parent | 608d2b47dd7c69a742909084f3d73b4ad172249c (diff) |
recipes: bump gtk-doc to 1.21 release
Which fixes untar errors on windows
('tar: Archive value ... is out of uid_t range 0..65535')
https://bugzilla.gnome.org/show_bug.cgi?id=722621
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gtk-doc-lite.recipe | 7 | ||||
-rw-r--r-- | recipes/gtk-doc.recipe | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe index 0f5849d5..2b9e5e59 100644 --- a/recipes/gtk-doc-lite.recipe +++ b/recipes/gtk-doc-lite.recipe @@ -2,13 +2,10 @@ class Recipe(recipe.Recipe): name = 'gtk-doc-lite' - version = '1.20' + version = '1.21' stype = SourceType.TARBALL tarball_dirname = 'gtk-doc-%(version)s' - # FIXME : USE THE URL JUST BELOW ONCE GTK-DOC TARBALL ISSUES ARE FIXED - # https://bugzilla.gnome.org/show_bug.cgi?id=722621 - # url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.20/gtk-doc-1.20.tar.xz' - url = 'http://people.freedesktop.org/~bilboed/gtk-doc-1.20.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.21/gtk-doc-1.21.tar.xz' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] btype = BuildType.CUSTOM diff --git a/recipes/gtk-doc.recipe b/recipes/gtk-doc.recipe index e905a61b..b7693c14 100644 --- a/recipes/gtk-doc.recipe +++ b/recipes/gtk-doc.recipe @@ -2,12 +2,9 @@ class Recipe(recipe.Recipe): name = 'gtk-doc' - version = '1.20' + version = '1.21' stype = SourceType.TARBALL - # FIXME : USE THE URL JUST BELOW ONCE GTK-DOC TARBALL ISSUES ARE FIXED - # https://bugzilla.gnome.org/show_bug.cgi?id=722621 - # url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.20/gtk-doc-1.20.tar.xz' - url = 'http://people.freedesktop.org/~bilboed/gtk-doc-1.20.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.21/gtk-doc-1.21.tar.xz' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] deps = ['libxslt'] |