summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-26 18:48:29 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-07-11 19:48:27 +0200
commitf5652db40ef5a90a3b644a5ab4ce495c79a7692b (patch)
tree3e89b09f332c3a85888e6d258a2da629462213ff
parentdebe50411065467f44177495179a9881974d6495 (diff)
Fix tarball dir name for gconf and orbit
-rw-r--r--recipes/gconf.recipe1
-rw-r--r--recipes/orbit2.recipe1
2 files changed, 2 insertions, 0 deletions
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']