[evolution/gnome-41] Misc: Correct typo in fallback appdata attribute name



commit 97d5da5eca5c0ae43015ac1762713a2d1d44b2ee
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 3 05:53:55 2021 +0100

    Misc: Correct typo in fallback appdata attribute name

 data/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index ceb4d7adab..0f54ebde8a 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -36,7 +36,7 @@ endif(EXISTS "${CMAKE_BINARY_DIR}/appdata-releases.txt")
 
 if("${APPDATA_RELEASES}" STREQUAL "")
        message(WARNING "Failed to extract release information from the NEWS file, falling back to generic 
information")
-       set(APPDATA_RELEASES "    <release version=\"${APPDATA_RELEASE_VERSION}\" 
date=\"${APPDATA_RELEASE_BUILD_DATE}\" time=\"${APPDATA_RELEASE_TYPE}\"/>\n")
+       set(APPDATA_RELEASES "    <release version=\"${APPDATA_RELEASE_VERSION}\" 
date=\"${APPDATA_RELEASE_BUILD_DATE}\" type=\"${APPDATA_RELEASE_TYPE}\"/>\n")
 endif("${APPDATA_RELEASES}" STREQUAL "")
 
 configure_file(org.gnome.Evolution.appdata.xml.in.in


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