Commit graph

6 commits

Author SHA1 Message Date
Jim Nelson
53b391267e Add intltool to CMakeLists: Closes #5993
Since intltool is a collection of programs and not a library, can't
use FindPackage to verify.  Instead, if not found, the .desktop file
CMakeLists will spit out an error and exit.
2012-10-16 20:29:08 -07:00
Jim Nelson
be64553a8e Update icon cache after uninstall: Closes #5755
Now using a post-uninstall target to ensure that desktop and icon
caches are updated *after* the icon/.desktop file are deleted.
2012-10-09 15:52:22 -07:00
Jim Nelson
d5203365e9 Update .desktop files with translations: Closes #5933 2012-10-09 15:52:22 -07:00
Adam Dingle
05c6e8fd98 Fixed #5755 (update icon cache after uninstall). 2012-09-14 09:54:52 -07:00
Jim Nelson
47f3f266bf Add "Geary Mail" to messaging menu: Closes #5733 2012-09-03 16:05:29 -07:00
Jim Nelson
01efb7c0fe Move .desktop and GSettings schema file
Previous commit exposed a bug caused by moving some of the client's
resources in the source tree.  Since much of the client's resources
are stored off the source root directory, it doesn't make sense to
special case the .desktop file and the GSettings file and place them
in the client source itself.  This moves them out and makes the
appropriate changes in the CMake files and source code.
2012-08-27 18:08:38 -07:00
Renamed from src/client/CMakeLists.txt (Browse further)