]> git.pld-linux.org Git - packages/evolution-data-server.git/blob - evolution-data-server-gtkdoc.patch
- updated to 3.34.1 (new sonames, new cal api version, requires libical 3 now)
[packages/evolution-data-server.git] / evolution-data-server-gtkdoc.patch
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
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)
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.043629 seconds and 3 git commands to generate.