Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56641 | Differences between
and this patch

Collapse All | Expand All

(-)gaphor-0.8.1/setup.py (-4 / +8 lines)
Lines 70-81 Link Here
70
70
71
        self.module_check('xml.parsers.expat')
71
        self.module_check('xml.parsers.expat')
72
        #self.module_check('gobject', 'glib_version', (2, 8))
72
        #self.module_check('gobject', 'glib_version', (2, 8))
73
        self.module_check('gtk', ('gtk_version', (2, 8)),
73
        print "Warning: Unable to check gtk version, assuming it is >=2.8"
74
                                 ('pygtk_version', (2, 8)))
74
        print "Warning: Unable to check pygtk version, assuming it is >=2.8"
75
        #self.module_check('gtk', ('gtk_version', (2, 8)),
76
        #                         ('pygtk_version', (2, 8)))
75
        #self.module_check('gnome')
77
        #self.module_check('gnome')
76
        self.module_check('gnomecanvas')
78
        print "Warning: Unable to check for gnomecanvas, assuming it has python bindings"
79
        #self.module_check('gnomecanvas')
77
        #self.module_check('gconf')
80
        #self.module_check('gconf')
78
        self.module_check('diacanvas', ('diacanvas_version', (0, 14, 3)))
81
        print "Warning: Unable to check for diacanvas, assuming it has python bindings and version >=0.14.3"
82
        # self.module_check('diacanvas', ('diacanvas_version', (0, 14, 3)))
79
83
80
        print ''
84
        print ''
81
        if self.config_failed:
85
        if self.config_failed:

Return to bug 56641