perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / desktop / tracker / patches / 05-tracker-evolution-plugin.patch
blobf733ac669978bd7dc1dbb973e02defc5dcc2634e
1 --- tracker-1.8.1/configure.ac.1 2017-03-17 15:08:40.736932315 +0300
2 +++ tracker-1.8.1/configure.ac 2017-03-17 15:09:57.325807850 +0300
3 @@ -1502,9 +1502,9 @@
4 if test "x$have_tracker_miner_evolution" = "xyes"; then
5 AC_ARG_WITH([evolution_plugin_dir],
6 AS_HELP_STRING([--with-evolution-plugin-dir],
7 - [path to Evolution plugin directory])),
8 + [path to Evolution plugin directory]),
9 [tracker_miner_evolution_install_dir=$withval],
10 - [tracker_miner_evolution_install_dir=`$PKG_CONFIG $evolution_plugin_name --variable=plugindir`],
11 + [tracker_miner_evolution_install_dir=`$PKG_CONFIG $evolution_plugin_name --variable=plugindir`])
13 if test -z $tracker_miner_evolution_install_dir; then
14 AC_MSG_ERROR([Could not find evolution plugin dir, consider using --with-evolution-plugin-dir.])
15 --- tracker-1.8.1-1/src/plugins/evolution/tracker-evolution-plugin.c 2017-03-17 08:47:03.773578443 +0300
16 +++ tracker-1.8.1/src/plugins/evolution/tracker-evolution-plugin.c 2017-03-17 09:01:28.355019006 +0300
17 @@ -84,6 +84,7 @@
18 #include <libtracker-sparql/tracker-sparql.h>
20 #include <libtracker-common/tracker-date-time.h>
21 +#include <libtracker-common/tracker-dbus.h>
22 #include <libtracker-common/tracker-utils.h>
23 #include <libtracker-common/tracker-type-utils.h>