After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352844 - .desktop versions lines don't match each other
.desktop versions lines don't match each other
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
0.1.11
Other All
: Normal minor
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks: 348827
 
 
Reported: 2006-08-25 12:59 UTC by Stephane Loeuillet
Modified: 2006-09-29 03:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
add handling of f-spot-view.desktop.in.in with @VERSION@ (5.12 KB, patch)
2006-09-24 06:04 UTC, Bengt Thuree
needs-work Details | Review
Updated patch for f-spot-view.desktop with @VERSION@ (2.02 KB, patch)
2006-09-24 09:38 UTC, Bengt Thuree
committed Details | Review

Description Stephane Loeuillet 2006-08-25 12:59:13 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
Comment 1 Stephane Loeuillet 2006-08-25 13:00:01 UTC
In suppose those should be generated via a Makefile.am rule when transforming a .desktop.in file into final .desktop
Comment 2 Bengt Thuree 2006-09-24 06:04:10 UTC
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
Comment 3 Stephane Delcroix 2006-09-24 08:54:01 UTC
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
Comment 4 Bengt Thuree 2006-09-24 09:38:33 UTC
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
Comment 5 Gabriel Burt 2006-09-29 03:20:26 UTC
Committed, thanks Bengt.