Rename the module to sugar3

The old gtk-2 based module will be present in
the 0.94 branch in the sugar-toolkit.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Acked-by: Sascha Silbe <silbe@activitycentral.com>
This commit is contained in:
Simon Schampijer
2011-10-29 10:19:34 +02:00
parent 516d7fc700
commit 000ed75cbe
103 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1 +1 @@
SUBDIRS = sugar
SUBDIRS = sugar3
@@ -1,6 +1,6 @@
SUBDIRS = activity bundle graphics presence datastore
sugardir = $(pythondir)/sugar
sugardir = $(pythondir)/sugar3
sugar_PYTHON = \
env.py \
network.py \
@@ -9,7 +9,7 @@ sugar_PYTHON = \
util.py \
wm.py
pkgpyexecdir = $(pythondir)/sugar
pkgpyexecdir = $(pythondir)/sugar3
pkgpyexec_LTLIBRARIES = _sugarext.la
@@ -1,4 +1,4 @@
sugardir = $(pythondir)/sugar/activity
sugardir = $(pythondir)/sugar3/activity
sugar_PYTHON = \
__init__.py \
activity.py \
@@ -1,4 +1,4 @@
sugardir = $(pythondir)/sugar/bundle
sugardir = $(pythondir)/sugar3/bundle
sugar_PYTHON = \
__init__.py \
bundle.py \
@@ -1,4 +1,4 @@
sugardir = $(pythondir)/sugar/datastore
sugardir = $(pythondir)/sugar3/datastore
sugar_PYTHON = \
__init__.py \
datastore.py
@@ -1,4 +1,4 @@
sugardir = $(pythondir)/sugar/graphics
sugardir = $(pythondir)/sugar3/graphics
sugar_PYTHON = \
alert.py \
animator.py \
@@ -1,4 +1,4 @@
sugardir = $(pythondir)/sugar/presence
sugardir = $(pythondir)/sugar3/presence
sugar_PYTHON = \
__init__.py \
activity.py \