[accerciser] * README:



commit 7214f8fe5a878c1f897b237ea681256a3e9b9d9b
Author: Eitan Isaacson <eitan ascender com>
Date:   Sat May 2 22:22:15 2009 +0300

    * README:
    * accerciser.spec.in:
    * debian/control:
    * macaroon/pyreqs.py:
    * pyreqs.py: Removed bonobo and ORBit2 dependencies. Accerciser
    does not depend on them directly, and they will be deprecated in
    GNOME 3.0 (bug #580421).
---
 ChangeLog          |   10 ++++++++++
 README             |    3 ---
 accerciser.spec.in |    2 --
 debian/control     |    2 +-
 macaroon/pyreqs.py |    2 +-
 pyreqs.py          |    3 +--
 6 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fe67c38..bae8b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-05-02  Eitan Isaacson  <eitan ascender com>
+
+	* README: 
+	* accerciser.spec.in: 
+	* debian/control: 
+	* macaroon/pyreqs.py: 
+	* pyreqs.py: Removed bonobo and ORBit2 dependencies. Accerciser
+	does not depend on them directly, and they will be deprecated in
+	GNOME 3.0 (bug #580421).
+
 2009-04-13 Brian G. Merrell <bgmerrell novell com>
 
 	* NEWS:
diff --git a/README b/README
index de1432b..d6204b3 100644
--- a/README
+++ b/README
@@ -75,11 +75,9 @@ Requirements
     pygtk2 >= 2.8
     python >= 2.4
     pygtk2-libglade >= 2.8
-    pyorbit >= 2.14
     at-spi >= 1.7
     gnome-python2 >= 2.12
     glib2 >= 2.10
-    gnome-python2-bonobo >= 2.12
     GConf2-devel
 
   On a Debian based distro:
@@ -89,7 +87,6 @@ Requirements
     python-gtk2 >= 2.8
     python-glade2 >= 2.8
     python >= 2.4
-    python-pyorbit >= 2.14
     python-pyatspi
     at-spi >= 1.7
     libgconf2-dev
diff --git a/accerciser.spec.in b/accerciser.spec.in
index c2c66c1..216e0be 100644
--- a/accerciser.spec.in
+++ b/accerciser.spec.in
@@ -22,11 +22,9 @@ Requires: gnome-python2-libwnck >= 2.14
 Requires: pygtk2 >= 2.8
 Requires: python >= 2.4
 Requires: pygtk2-libglade >= 2.8
-Requires: pyorbit >= 2.14
 Requires: at-spi >= 1.7
 Requires: gnome-python2 >= 2.12
 Requires: glib2 >= 2.10
-Requires: gnome-python2-bonobo >= 2.12
 
 %description
 An interactive Python accessibility explorer.
diff --git a/debian/control b/debian/control
index badf645..69dd487 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: accerciser
 Section: devel
 Priority: optional
 Maintainer: Luke Yelavich <themuso ubuntu com>
-Build-Depends: debhelper (>= 5.0.0), python-dev (>= 2.4), python-pyorbit-dev (>= 2.0), libglib2.0-dev, libbonobo2-dev, python-gtk2-dev, python-gnome2-dev, autotools-dev, python-central (>= 0.5)
+Build-Depends: debhelper (>= 5.0.0), python-dev (>= 2.4), libglib2.0-dev, python-gtk2-dev, python-gnome2-dev, autotools-dev, python-central (>= 0.5)
 XS-Python-Version: current, >= 2.4
 Standards-Version: 3.7.2
 
diff --git a/macaroon/pyreqs.py b/macaroon/pyreqs.py
index 55bfcc6..92708fa 100644
--- a/macaroon/pyreqs.py
+++ b/macaroon/pyreqs.py
@@ -24,7 +24,7 @@ except KeyError:
   pass
 
 # test for python modules
-modules = ['bonobo', 'ORBit', 'pygtk', 'gtk', 'gtk.glade', 'gtk.gdk', 'wnck']
+modules = ['pygtk', 'gtk', 'gtk.glade', 'gtk.gdk', 'wnck']
 for name in modules:
   try:
     m = __import__(name)
diff --git a/pyreqs.py b/pyreqs.py
index 5d099c7..3535555 100644
--- a/pyreqs.py
+++ b/pyreqs.py
@@ -25,8 +25,7 @@ except KeyError:
   pass
 
 # test for python modules
-modules = ['pygtk', 'bonobo', 'ORBit', 'gtk', 
-           'gtk.glade', 'gtk.gdk', 'wnck', 'pyatspi']
+modules = ['pygtk', 'gtk', 'gtk.glade', 'gtk.gdk', 'wnck', 'pyatspi']
 for name in modules:
   try:
     m = __import__(name)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]