evolution-data-server: fix patch whitespace

This commit is contained in:
Michal Vasilek 2021-12-04 19:11:29 +01:00 committed by paper
parent 42b1230d76
commit 7f4e198827

View file

@ -1,10 +1,11 @@
camel-gen-tables and gen-western-table are executed in the build process so camel-gen-tables and gen-western-table are executed in the build process so
they need to be built for the host architecture they need to be built for the host architecture
--- a/src/camel/CMakeLists.txt.orig 2018-10-27 15:24:42.168166299 +0200 --- a/src/camel/CMakeLists.txt
+++ b/src/camel/CMakeLists.txt 2018-10-27 15:37:04.341765727 +0200 +++ b/src/camel/CMakeLists.txt
@@ -1,17 +1,10 @@ @@ -7,18 +7,10 @@ glib_mkenums_multiple(camel-enumtypes CAMEL_ENUMTYPES_H
glib_mkenums(camel-enumtypes camel-enums.h CAMEL_ENUMTYPES_H) camel-url.h
)
-add_executable(camel-gen-tables -add_executable(camel-gen-tables
- camel-gen-tables.c - camel-gen-tables.c
@ -13,7 +14,7 @@ they need to be built for the host architecture
-target_include_directories(camel-gen-tables PUBLIC -target_include_directories(camel-gen-tables PUBLIC
- ${CMAKE_BINARY_DIR} - ${CMAKE_BINARY_DIR}
-) -)
-
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
- COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
@ -23,10 +24,9 @@ they need to be built for the host architecture
) )
set(SOURCES set(SOURCES
--- a/src/addressbook/libebook-contacts/CMakeLists.txt
--- a/src/addressbook/libebook-contacts/CMakeLists.txt.orig 2018-10-27 15:42:14.644088211 +0200 +++ b/src/addressbook/libebook-contacts/CMakeLists.txt
+++ b/src/addressbook/libebook-contacts/CMakeLists.txt 2018-10-27 15:45:43.359285829 +0200 @@ -2,31 +2,12 @@ glib_mkenums(e-book-contacts-enumtypes e-book-contacts-enums.h E_BOOK_CONTACTS_E
@@ -2,31 +2,12 @@
add_pkgconfig_file(libebook-contacts.pc.in libebook-contacts-${API_VERSION}.pc) add_pkgconfig_file(libebook-contacts.pc.in libebook-contacts-${API_VERSION}.pc)