Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-12-14 01:01:10 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-12-20 18:47:44 (GMT)
commit4e04df98cff822ea440a3ab00bcf2211ed746b6c (patch)
tree79a57c312fda314abbb82c5260d7a8d35a3521a1
parent02fc210e9368c5b8d295cf5d715a827f7715bb48 (diff)
Remove sugar-activity
This binary has been moved to sugar-toolkit-gtk3 in a commit titled: sugar-activity: import and make independent of sugar-toolkit GTK versions sugar-toolkit-gtk3 is deemed as a more suitable home as sugar-activity is somewhat specific to activities built with sugar-toolkit. From this point onwards sugar-toolkit-gtk3 will become a required part of the platform and hence installed on all user's systems. Acked-by: Sascha Silbe <silbe@activitycentral.com>
-rw-r--r--bin/Makefile.am1
-rw-r--r--bin/sugar-activity21
2 files changed, 0 insertions, 22 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 05a9215..8fc5692 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,5 +1,4 @@
python_scripts = \
- sugar-activity \
sugar-control-panel \
sugar-emulator \
sugar-install-bundle \
diff --git a/bin/sugar-activity b/bin/sugar-activity
deleted file mode 100644
index 4abdd80..0000000
--- a/bin/sugar-activity
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (C) 2006-2008, Red Hat, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-from sugar.activity import main
-
-main.main()