[evolution-ews] Adapt to rename of evolution.desktop to org.gnome.Evolution.desktop



commit f0935d3ad0a747e495a070fbc1f35b32524e42d2
Author: Milan Crha <mcrha redhat com>
Date:   Fri Sep 1 15:02:27 2017 +0200

    Adapt to rename of evolution.desktop to org.gnome.Evolution.desktop

 CMakeLists.txt                                     |    2 +-
 cmake/modules/FindIntltool.cmake                   |    2 +-
 ...l.in => org.gnome.Evolution-ews.metainfo.xml.in |    2 +-
 po/POTFILES.in                                     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fc07e7..894d27b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,7 +206,7 @@ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.in ${CMAKE_BINARY_DIR}/${PROJECT_NAM
 
 print_build_options()
 
-add_appdata_file(evolution-ews.metainfo.xml.in evolution-ews.metainfo.xml)
+add_appdata_file(org.gnome.Evolution-ews.metainfo.xml.in org.gnome.Evolution-ews.metainfo.xml)
 
 add_subdirectory(po)
 add_subdirectory(src)
diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake
index a2c3547..1397b6d 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})
diff --git a/evolution-ews.metainfo.xml.in b/org.gnome.Evolution-ews.metainfo.xml.in
similarity index 91%
rename from evolution-ews.metainfo.xml.in
rename to org.gnome.Evolution-ews.metainfo.xml.in
index 2b7ab22..010bff8 100644
--- a/evolution-ews.metainfo.xml.in
+++ b/org.gnome.Evolution-ews.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Evolution Team <evolution-hackers gnome org> -->
 <component type="addon">
        <id>evolution-ews</id>
-       <extends>evolution.desktop</extends>
+       <extends>org.gnome.Evolution.desktop</extends>
        <_name>Exchange Web Services</_name>
        <_summary>For accessing Exchange servers using Web Services</_summary>
        <url type="homepage">https://live.gnome.org/Apps/Evolution</url>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 50a2671..a4271db 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this list in alphabetic order.
 [encoding: UTF-8]
-evolution-ews.metainfo.xml.in
+org.gnome.Evolution-ews.metainfo.xml.in
 src/addressbook/e-book-backend-ews.c
 src/calendar/e-cal-backend-ews.c
 src/camel/camel-ews-folder.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]