[Bug 545720] Review Request: googsystray - A system tray application for accessing various (online) Google apps

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 27 18:21:23 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=545720





--- Comment #14 from Mario Ceresa <mrceresa at gmail.com>  2009-12-27 13:21:22 EDT ---
Hello Peter, hello Leon,
here you are  :)

[mario at shadow SOURCES]$ diff -ru googsystray-1.0.0_orig/ googsystray-1.0.0/
Only in googsystray-1.0.0_orig/bin: googsystray~
diff -ru googsystray-1.0.0_orig/build/lib/googsystray/GMain.py
googsystray-1.0.0/build/lib/googsystray/GMain.py
--- googsystray-1.0.0_orig/build/lib/googsystray/GMain.py       2009-11-28
20:22:41.000000000 +0100
+++ googsystray-1.0.0/build/lib/googsystray/GMain.py    2009-12-27
17:18:23.000000000 +0100
@@ -141,7 +141,7 @@                               

else:                              
-       from gXlib import X, display, XK, protocol
+       from Xlib import X, display, XK, protocol

 import GIcon, GConf, GV, GReader, GMail, GCal, GContacts, GIPC, GWave

Only in googsystray-1.0.0_orig/build/lib/googsystray: gXlib
diff -ru googsystray-1.0.0_orig/googsystray/GMain.py
googsystray-1.0.0/googsystray/GMain.py
--- googsystray-1.0.0_orig/googsystray/GMain.py 2009-11-28 20:22:41.000000000
+0100
+++ googsystray-1.0.0/googsystray/GMain.py      2009-12-27 17:18:23.000000000
+0100
@@ -141,7 +141,7 @@


 else:
-       from gXlib import X, display, XK, protocol
+       from Xlib import X, display, XK, protocol

 import GIcon, GConf, GV, GReader, GMail, GCal, GContacts, GIPC, GWave

Only in googsystray-1.0.0/googsystray: googsystray
Only in googsystray-1.0.0_orig/googsystray: gXlib

diff -ru googsystray-1.0.0_orig/setup.py googsystray-1.0.0/setup.py
--- googsystray-1.0.0_orig/setup.py     2009-12-01 18:39:01.000000000 +0100
+++ googsystray-1.0.0/setup.py  2009-12-27 17:23:47.000000000 +0100
@@ -123,13 +123,7 @@
        author_email = "jim.duchek at gmail.com",
        url = "http://www.sourceforge.net/projects/googsystray/",
        data_files = files,
-       packages = ['googsystray',
-                   'googsystray/gXlib',
-                   'googsystray/gXlib/protocol',
-                   'googsystray/gXlib/support',
-                   'googsystray/gXlib/keysymdef',
-                   'googsystray/gXlib/xobject',
-                   ],
+       packages = ['googsystray'],
        package_data = { "googsystray" : ["sounds/*","icons/*"] },
        scripts = ["bin/googsystray"],
         long_description = """Really long text here.""",

Cheers,

Mario

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list