================================
straw:source=20060816-1 (previous: 0.26-2)
cvc rdiff straw -1 /[EMAIL PROTECTED]:1-devel/20060816-1
================================
20060816-1 Ken VanDine ([EMAIL PROTECTED]) Wed Aug 16 01:26:19 2006
    Use lastest cvs version
    
straw-20060816.tar.bz2: new
mod_list.patch: new
--- /dev/null
+++ mod_list.patch
@@ -0,0 +33 @@
+traw.orig/setup.py 2006-04-02 01:44:29.000000000 -0500
++++ straw/setup.py      2006-08-16 01:20:07.000000000 -0400
+@@ -73,12 +73,7 @@
+     # the 'gnome' module. But as of 2.10, the gtkhtml2 module was
+     # removed in 'gnome' and added in 'gnome-extras' module.
+     # The egg.trayicon module is also included in g-p-e, so no need to check 
here.
+-    mod_list = [
+-        ('gnome', 'python-gnome2', 0),
+-        ('gtkhtml2', "python-gnome2-extras", 0),
+-        ('gconf', "python-gnome2", 1),
+-        ('bsddb.db', 'python-bsddb', 0),
+-        ('dbus', 'python-dbus', 0)]
++    mod_list = [ ]
+
+     for m, w, x in mod_list:
+        if nogtk == 1 and m == 'gtkhtml2':
+@@ -91,16 +86,6 @@
+                 sys.exit("Error: '%s' module in package '%s' is required to 
install %s" \
+                       % (m,w,strawenv['APPNAME']))
+
+-    # Check for dbus version
+-    if getattr(dbus, 'version', None) is None:
+-        print "Warning: Recent versions of  DBus is needed to run Straw"
+-
+-    # gtk.glade needs special care (ugly...)
+-    path = imp.find_module('gtk')
+-    if not os.path.exists(path[1] + '/glade.so'):
+-        sys.exit('Error: %s module is required to install %s' \
+-                 % ("PyGTK's glade", strawenv['APPNAME']))
+-
+     # Check for ADNS
+     try:
+         import adns, ADNS

straw.recipe: changed
Index: straw.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- straw.recipe /[EMAIL PROTECTED]:1-devel/0.26-2
+++ straw.recipe /[EMAIL PROTECTED]:1-devel/20060816-1
@@ -8,12 +8,15 @@
 
     buildRequires = [ 'python-setuptools:python',
         'gnome-python-extras:python', 'gnome-python:python',
-        'mx:python', 'pygtk:python' ]
+        'mx:python', 'pygtk:python', 'GConf:runtime',
+        'desktop-file-utils:runtime', 'feedparser:python' ]
 
     name = "straw"
-    version = "0.26"
+    version = "20060816"
 
     def setup(r):
-        
r.addArchive('http://ftp.gnome.org/pub/gnome/sources/%(name)s/%(version)s/%(name)s-%(version)s.tar.gz')
+        
#r.addArchive('http://ftp.gnome.org/pub/gnome/sources/%(name)s/%(version)s/%(name)s-%(version)s.tar.gz')
+        r.addArchive('%(name)s-%(version)s.tar.bz2')
+        r.addPatch('mod_list.patch')
         r.addSource('default_subscriptions.opml','data')
         r.Run('python setup.py install --root=%(destdir)s --prefix=%(prefix)s')


straw-0.26.tar.gz: removed

Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to