GNOME Bugzilla – Bug 652787
Drop dependency on gconf-sharp-peditors
Last modified: 2011-06-16 23:28:53 UTC
The peditors library depends on gnome-sharp, which brings in a ton of unwanted obsolete dependencies. We only need some simple widgets from the library that do not depend on gnome-sharp or anything more obsolete than gtk#2. This patch copies the relevant widgets directly into Tomboy's source tree, and drops the dependency on the peditors library. If and when we port to gsettings, we can also get rid of (maybe rewrite) the widgets.
Created attachment 190081 [details] [review] Drop dependency on gconf-sharp-peditors Copy in source for property editors that we actually use. Other bits of that library were causing continued dependency on obsolete libraries because of a gnome-sharp dependency.
Comment on attachment 190081 [details] [review] Drop dependency on gconf-sharp-peditors Aaron suggested I specify the files in Makefile.am, instead of using a glob, so I did that. Otherwise, pushed patch looks the same as this.