Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-01 18:00:38 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-01 18:00:38 (GMT)
commitdee3a3d2ba0f3495400cc5cdd608f0269d9622f1 (patch)
tree3c58b868c030bc404857030e748f0c47dcfb0bb2 /activity
parent18a0d61b47f79fde51769492b54fea42e6fe9454 (diff)
Bundle toolkit dependecy
Diffstat (limited to 'activity')
-rw-r--r--activity/activity.info15
1 files changed, 7 insertions, 8 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 908a7f4..c2512c9 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,5 +1,5 @@
[Activity]
-slug = speak
+sweet = speak
name = Speak
summary = An animated face that speaks whatever you type
description = Speak is a talking face for the XO laptop. Anything you type will
@@ -8,20 +8,19 @@ description = Speak is a talking face for the XO laptop. Anything you type will
of the eyes and mouth.
This is a great way to experiment with the speech synthesizer,
learn to type or just have fun making a funny face for your XO.
-icon = activity/activity-speak.svg
homepage = http://wiki.sugarlabs.org/go/Activities/Speak
license = GPLv3+
+icon = activity-speak
+exec = sugar-activity activity.SpeakActivity
+requires = gst-plugins-espeak; pyaiml
+
version = 18
stability = testing
-requires = gst-plugins-espeak; pyaiml
-exec = sugar-activity activity.SpeakActivity
-
# deprecated
-icon = activity-speak
bundle_id = vu.lux.olpc.Speak
-activity_version = 17
+activity_version = %(version)s
[Source]
-exclude = MANIFEST; locale/**; aiml/**
+exclude = aiml/**