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>
master
Simon Schampijer 13 years ago
parent 516d7fc700
commit 000ed75cbe

@ -1,4 +1,4 @@
AC_INIT([sugar-toolkit],[0.95.1],[],[sugar-toolkit])
AC_INIT([sugar-toolkit-gtk3],[0.95.1],[],[sugar-toolkit-gtk3])
AC_PREREQ([2.59])
@ -38,11 +38,11 @@ AM_GLIB_GNU_GETTEXT
AC_OUTPUT([
Makefile
src/Makefile
src/sugar/Makefile
src/sugar/activity/Makefile
src/sugar/bundle/Makefile
src/sugar/graphics/Makefile
src/sugar/presence/Makefile
src/sugar/datastore/Makefile
src/sugar3/Makefile
src/sugar3/activity/Makefile
src/sugar3/bundle/Makefile
src/sugar3/graphics/Makefile
src/sugar3/presence/Makefile
src/sugar3/datastore/Makefile
po/Makefile.in
])

@ -1,7 +1,7 @@
src/sugar/activity/activity.py
src/sugar/activity/namingalert.py
src/sugar/activity/widgets.py
src/sugar/graphics/alert.py
src/sugar/graphics/colorbutton.py
src/sugar/graphics/objectchooser.py
src/sugar/util.py
src/sugar3/activity/activity.py
src/sugar3/activity/namingalert.py
src/sugar3/activity/widgets.py
src/sugar3/graphics/alert.py
src/sugar3/graphics/colorbutton.py
src/sugar3/graphics/objectchooser.py
src/sugar3/util.py

@ -1,6 +1,6 @@
# We don't care about these string, they are in code which we don't really
# use and is there solely to not diverge too much from the "upstream"
# versions of these files.
src/sugar/eggdesktopfile.c
src/sugar/eggsmclient.c
src/sugar/gsm-xsmp.c
src/sugar3/eggdesktopfile.c
src/sugar3/eggsmclient.c
src/sugar3/gsm-xsmp.c

@ -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 \

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save