GNOME Bugzilla – Bug 352844
.desktop versions lines don't match each other
Last modified: 2006-09-29 03:20:26 UTC
/usr/share/applications/f-spot.desktop:X-GNOME-Bugzilla-Version=0.1.11 /usr/share/applications/f-spot-view.desktop:X-GNOME-Bugzilla-Version=0.1.8
In suppose those should be generated via a Makefile.am rule when transforming a .desktop.in file into final .desktop
Created attachment 73300 [details] [review] add handling of f-spot-view.desktop.in.in with @VERSION@ From Changelog 2006-09-24 Bengt Thuree <bengt@thuree.com> * configure.in: * configure: * Makefile.in: Added handling of f-spot-view.desktop.in.in * f-spot-view.desktop.in.in: New file, with @VERSION@ - Closes #352844
Bengt, the only files you need to modifiy for this are: - configure.in - Makefile.am - f-spot.view.desktop.in.in other files (configure, Makefile.in) are generated via autogen/automake
Created attachment 73306 [details] [review] Updated patch for f-spot-view.desktop with @VERSION@ From Changelog * configure.in: Added handling of f-spot-view.desktop.in * f-spot-view.desktop.in.in: New file, with @VERSION@ - Closes #352844 * f-spot-view.desktop.in: Delete this file. Been replaced by above
Committed, thanks Bengt.