]> git.pld-linux.org Git - packages/evolution-data-server.git/blame - evolution-data-server-gtkdoc.patch
- updated to 3.38.2
[packages/evolution-data-server.git] / evolution-data-server-gtkdoc.patch
CommitLineData
01373c8b
JB
1* adjust gtk-doc path to PLD specific
2* hack: gtkdoc-scan can't deal with function (arguments) on the next line and tries to recognize "struct tm"
3 as struct declaration instead of return type
11e60130
MB
4--- evolution-data-server-3.24.0/cmake/modules/GtkDoc.cmake.fixgtkdoc 2017-03-20 19:52:48.389756275 +0100
5+++ evolution-data-server-3.24.0/cmake/modules/GtkDoc.cmake 2017-03-20 19:53:06.978322900 +0100
6@@ -48,7 +48,7 @@ macro(add_gtkdoc _module _namespace _dep
7 @ONLY
8 )
9
10- set(OUTPUT_DOCDIR ${SHARE_INSTALL_PREFIX}/gtk-doc/html/${_module})
11+ set(OUTPUT_DOCDIR ${SHARE_INSTALL_PREFIX}/doc/gtk-doc/html/${_module})
12
13 set(_filedeps)
14 set(_srcdirs)
01373c8b
JB
15--- evolution-data-server-3.34.1/src/calendar/libecal/e-cal-time-util.h.orig 2019-10-07 09:13:09.000000000 +0200
16+++ evolution-data-server-3.34.1/src/calendar/libecal/e-cal-time-util.h 2019-10-15 19:53:28.748288143 +0200
17@@ -150,14 +150,11 @@
18 * struct tm manipulation
19 **************************************************************************/
20
21-struct tm e_cal_util_icaltime_to_tm
22- (const ICalTime *itt);
23-struct tm e_cal_util_icaltime_to_tm_with_zone
24- (const ICalTime *itt,
25+struct tm e_cal_util_icaltime_to_tm (const ICalTime *itt);
26+struct tm e_cal_util_icaltime_to_tm_with_zone (const ICalTime *itt,
27 const ICalTimezone *from_zone,
28 const ICalTimezone *to_zone);
29-ICalTime * e_cal_util_tm_to_icaltime
30- (struct tm *tm,
31+ICalTime * e_cal_util_tm_to_icaltime (struct tm *tm,
32 gboolean is_date);
33
34 G_END_DECLS
This page took 0.029168 seconds and 4 git commands to generate.