summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2017-09-01 14:58:13 +0200
committerMilan Crha <mcrha@redhat.com>2017-09-01 15:00:25 +0200
commit3f892a06345ae4df70611bb733f2d5b9eb2036a5 (patch)
treeb8a16c198cad89485ff23b123d796de5bfe426d1 /cmake
parenteb82ddfebb017fb00b275f9872382d2a217382e2 (diff)
downloadevolution-3f892a06345ae4df70611bb733f2d5b9eb2036a5.tar.gz
Rename evolution.desktop to org.gnome.Evolution.desktop
And some related changes around appdata and metainfo files as well.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindIntltool.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake
index a2c35471e3..1397b6d4b5 100644
--- a/cmake/modules/FindIntltool.cmake
+++ b/cmake/modules/FindIntltool.cmake
@@ -189,7 +189,7 @@ macro(add_appdata_file _infilename _outfilename)
endif(NOT TARGET appdata-files)
set(_out ${_outfilename})
- get_filename_component(_outtarget ${_out} NAME_WE)
+ get_filename_component(_outtarget ${_out} NAME)
get_filename_component(_path ${_out} DIRECTORY)
if(_path STREQUAL "")
set(_out ${CMAKE_CURRENT_BINARY_DIR}/${_out})