Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-scripts/sugar.modules6
-rwxr-xr-xsugar-jhbuild4
2 files changed, 4 insertions, 6 deletions
diff --git a/build-scripts/sugar.modules b/build-scripts/sugar.modules
index d0c04b7..db8cc94 100644
--- a/build-scripts/sugar.modules
+++ b/build-scripts/sugar.modules
@@ -34,9 +34,9 @@
<dependencies>
</dependencies>
</tarball>
- <tarball id="hippo-canvas" version="0.1.4">
- <source href="http://www.gnome.org/~marco/hippo-canvas-0.1.4.tar.gz"
- size="371877" md5sum="f3a9ec04a19cff70f74c64f21a6289d4"/>
+ <tarball id="hippo-canvas" version="0.1.5">
+ <source href="http://www.gnome.org/~marco/hippo-canvas-0.1.5.tar.gz"
+ size="377787" md5sum="1b95c18779a98a77653e70da7b8c1185"/>
<dependencies>
<dep package="gtk+"/>
</dependencies>
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 878c44a..fa7ebb9 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -73,9 +73,7 @@ jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path))
path = 'etc/gtk-2.0/gtkrc'
jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path))
-os.environ['SUGAR_EMULATOR'] = 'yes'
-
if command == 'run' and len(args) == 0:
- jhbuild.commands.run(command, config, ['sugar'])
+ jhbuild.commands.run(command, config, ['sugar-emulator'])
else:
jhbuild.commands.run(command, config, args)