Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@sugarlabs.org>2011-12-20 11:11:35 (GMT)
committer Sascha Silbe <silbe@sugarlabs.org>2011-12-20 11:11:35 (GMT)
commit7216ee077f505fa8717236f646cb358b2dee28e6 (patch)
treeff00981ee99cf9303e939fbc97cfc3d911a51ab6
parentb53b68261e45da715073890917a9f882db83b481 (diff)
Add sugar-toolkit-gtk3 module
Apart from being used by Browse already, it contains the sugar-activity script previously shipped by sugar, so sugar-toolkit-gtk3 is required on all current systems. Unfortunately that means we'll need to drop support for a lot of distro versions (that don't have recent enough versions of gobject-introspection, GTK3 and other Gnome 3 packages), but we can remove their config files in a later commit. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
-rw-r--r--config/modulesets/glucose.modules10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/modulesets/glucose.modules b/config/modulesets/glucose.modules
index ac9e237..078e100 100644
--- a/config/modulesets/glucose.modules
+++ b/config/modulesets/glucose.modules
@@ -17,7 +17,14 @@
<dep package="hippo-canvas"/>
<dep package="sugar-presence-service"/>
</dependencies>
- </autotools>
+ </autotools>
+ <autotools id="sugar-toolkit-gtk3">
+ <branch module="sugar-toolkit-gtk3/sugar-toolkit-gtk3.git" checkoutdir="sugar-toolkit-gtk3"/>
+ <dependencies>
+ <dep package="pygobject"/>
+ <dep package="sugar-datastore"/>
+ </dependencies>
+ </autotools>
<autotools id="sugar">
<branch module="sugar/mainline.git" checkoutdir="sugar"/>
<dependencies>
@@ -49,6 +56,7 @@
<metamodule id="meta-glucose">
<dependencies>
+ <dep package="sugar-toolkit-gtk3"/>
<dep package="sugar"/>
<dep package="pyabiword"/>
<dep package="abiword-plugins"/>