From f5652db40ef5a90a3b644a5ab4ce495c79a7692b Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Wed, 26 Jun 2013 18:48:29 +0200 Subject: Fix tarball dir name for gconf and orbit --- recipes/gconf.recipe | 1 + recipes/orbit2.recipe | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/gconf.recipe b/recipes/gconf.recipe index 528639a..da1fefe 100644 --- a/recipes/gconf.recipe +++ b/recipes/gconf.recipe @@ -6,4 +6,5 @@ class Recipe(recipe.Recipe): licenses = [License.LGPL] stype = SourceType.TARBALL url = 'http://ftp.gnome.org/pub/GNOME/sources/GConf/2.32/GConf-2.32.4.tar.xz' + tarball_dirname = 'GConf-%(version)s' deps = ['orbit2', 'dbus-glib'] diff --git a/recipes/orbit2.recipe b/recipes/orbit2.recipe index 7dd898b..6fb2fbd 100644 --- a/recipes/orbit2.recipe +++ b/recipes/orbit2.recipe @@ -10,6 +10,7 @@ class Recipe(recipe.Recipe): url = 'http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2' append_env = {'CFLAGS': '-Wno-error'} autoreconf = True + tarball_dirname = 'ORBit2-%(version)s' deps = ['glib', 'libIDL'] -- cgit v1.2.3