diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-03-28 16:10:41 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-16 14:44:40 +0200 |
commit | 39c17676e03742dc3b40a6b0432262fade2b42ae (patch) | |
tree | 20f560bfc5eb1849e27695c3ecb1725de544b15c /recipes | |
parent | 9294b420fd9a73255323f56270cb596266eab8a1 (diff) |
recipes: Use %(version)s for tarbal urls all around
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/at-spi2-atk.recipe | 2 | ||||
-rw-r--r-- | recipes/at-spi2-core.recipe | 2 | ||||
-rw-r--r-- | recipes/atk.recipe | 2 | ||||
-rw-r--r-- | recipes/clutter-gtk.recipe | 2 | ||||
-rw-r--r-- | recipes/clutter.recipe | 2 | ||||
-rw-r--r-- | recipes/cogl.recipe | 2 | ||||
-rw-r--r-- | recipes/fontconfig.recipe | 2 | ||||
-rw-r--r-- | recipes/gnome-icon-theme-symbolic.recipe | 2 | ||||
-rw-r--r-- | recipes/gnome-icon-theme.recipe | 2 | ||||
-rw-r--r-- | recipes/gnome-themes-standard.recipe | 2 | ||||
-rw-r--r-- | recipes/harfbuzz.recipe | 2 | ||||
-rw-r--r-- | recipes/hicolor-icon-theme.recipe | 2 | ||||
-rw-r--r-- | recipes/librsvg.recipe | 2 | ||||
-rw-r--r-- | recipes/shared-mime-info.recipe | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/recipes/at-spi2-atk.recipe b/recipes/at-spi2-atk.recipe index 7a4b157a..7b7d8fbe 100644 --- a/recipes/at-spi2-atk.recipe +++ b/recipes/at-spi2-atk.recipe @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): use_system_libs = True stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/2.10/at-spi2-atk-2.10.2.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/2.10/at-spi2-atk-%(version)s.tar.xz' files_libs = ['libatk-bridge-2.0'] files_misc = ['lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop'] diff --git a/recipes/at-spi2-core.recipe b/recipes/at-spi2-core.recipe index 34e81a44..bad7c05b 100644 --- a/recipes/at-spi2-core.recipe +++ b/recipes/at-spi2-core.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): deps = [] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/2.10/at-spi2-core-2.10.2.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/2.10/at-spi2-core-%(version)s.tar.xz' use_system_libs = True files_libs = ['libatspi'] diff --git a/recipes/atk.recipe b/recipes/atk.recipe index 6e91b63d..cf00a271 100644 --- a/recipes/atk.recipe +++ b/recipes/atk.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): deps = ['glib'] stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.10/atk-2.10.0.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.10/atk-%(version)s.tar.xz' files_libs = ['libatk-1.0'] files_devel = ['lib/pkgconfig/atk.pc', 'include/atk-1.0'] diff --git a/recipes/clutter-gtk.recipe b/recipes/clutter-gtk.recipe index 8aae2ad3..76bb5c7d 100644 --- a/recipes/clutter-gtk.recipe +++ b/recipes/clutter-gtk.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): autoreconf = True stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/clutter-gtk/1.4/clutter-gtk-1.4.4.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/clutter-gtk/1.4/clutter-gtk-%(version)s.tar.xz' files_libs = ['libclutter-gtk-1.0'] files_devel = ['include/clutter-gtk-1.0', 'lib/pkgconfig/clutter-gtk-1.0.pc'] diff --git a/recipes/clutter.recipe b/recipes/clutter.recipe index 222141d6..44596ed0 100644 --- a/recipes/clutter.recipe +++ b/recipes/clutter.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): use_system_libs = True stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/clutter/1.16/clutter-1.16.2.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/clutter/1.16/clutter-%(version)s.tar.xz' files_devel = [ 'lib/pkgconfig/clutter-1.0.pc', diff --git a/recipes/cogl.recipe b/recipes/cogl.recipe index d2bcb64f..fc2adce2 100644 --- a/recipes/cogl.recipe +++ b/recipes/cogl.recipe @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): deps = [ 'pango', 'gdk-pixbuf' ] stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/cogl/1.16/cogl-1.16.0.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/cogl/1.16/cogl-%(version)s.tar.xz' files_libs = ['libcogl', 'libcogl-pango'] files_devel = [ diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe index f5a36497..2bb4eca6 100644 --- a/recipes/fontconfig.recipe +++ b/recipes/fontconfig.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): name = 'fontconfig' version = '2.11.1' stype = SourceType.TARBALL - url = 'http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2' + url = 'http://www.freedesktop.org/software/fontconfig/release/fontconfig-%(version)s.tar.gz' licenses = [License.MIT] configure_options = '--disable-docs' deps = ['expat', 'freetype', 'zlib', 'bzip2'] diff --git a/recipes/gnome-icon-theme-symbolic.recipe b/recipes/gnome-icon-theme-symbolic.recipe index 492b9345..3e604221 100644 --- a/recipes/gnome-icon-theme-symbolic.recipe +++ b/recipes/gnome-icon-theme-symbolic.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/3.10/gnome-icon-theme-symbolic-3.10.1.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/3.10/gnome-icon-theme-symbolic-%(version)s.tar.xz' deps = ['gnome-icon-theme'] files_themes = [ diff --git a/recipes/gnome-icon-theme.recipe b/recipes/gnome-icon-theme.recipe index c4ab3d48..187acecd 100644 --- a/recipes/gnome-icon-theme.recipe +++ b/recipes/gnome-icon-theme.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.10/gnome-icon-theme-3.10.0.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.10/gnome-icon-theme-%(version)s.tar.xz' deps = ['hicolor-icon-theme', 'icon-naming-utils'] files_themes = [ diff --git a/recipes/gnome-themes-standard.recipe b/recipes/gnome-themes-standard.recipe index 66ba6b41..c8e7f448 100644 --- a/recipes/gnome-themes-standard.recipe +++ b/recipes/gnome-themes-standard.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): use_system_libs = True # Needs acces to X11 for gdk3 stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.10/gnome-themes-standard-3.10.0.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.10/gnome-themes-standard-%(version)s.tar.xz' deps = ['gtk+3', 'librsvg'] configure_options = '--disable-gtk2-engine' diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe index 64864a4d..f607bcea 100644 --- a/recipes/harfbuzz.recipe +++ b/recipes/harfbuzz.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'harfbuzz' version = '0.9.24' stype = SourceType.TARBALL - url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.24.tar.bz2' + url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2' licenses = [License.LGPLv2Plus] deps = ['fontconfig', 'cairo', 'glib'] diff --git a/recipes/hicolor-icon-theme.recipe b/recipes/hicolor-icon-theme.recipe index 13d68716..82d87ed3 100644 --- a/recipes/hicolor-icon-theme.recipe +++ b/recipes/hicolor-icon-theme.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1] stype = SourceType.TARBALL - url = 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.11.tar.gz' + url = 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-%(version)s.tar.gz' deps = ['glib'] files_themes = [ diff --git a/recipes/librsvg.recipe b/recipes/librsvg.recipe index 566428d3..244b5299 100644 --- a/recipes/librsvg.recipe +++ b/recipes/librsvg.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): deps = ['libcroco'] stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/librsvg/2.40/librsvg-2.40.1.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/librsvg/2.40/librsvg-%(version)s.tar.xz' files_libs = ['librsvg-2'] files_bins = ['rsvg-convert'] diff --git a/recipes/shared-mime-info.recipe b/recipes/shared-mime-info.recipe index 784c7274..ce506d57 100644 --- a/recipes/shared-mime-info.recipe +++ b/recipes/shared-mime-info.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1] stype = SourceType.TARBALL - url = 'http://freedesktop.org/~hadess/shared-mime-info-1.2.tar.xz' + url = 'http://freedesktop.org/~hadess/shared-mime-info-%(version)s.tar.xz' deps = ['glib', 'libxml2'] files_lang = [ |