~ubuntu-branches/ubuntu/wily/evolution/wily

« back to all changes in this revision

Viewing changes to plugins/itip-formatter/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-24 22:36:14 UTC
  • mfrom: (1.1.90) (1.7.20 experimental)
  • Revision ID: package-import@ubuntu.com-20120524223614-exaxktbdlt72uryf
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
  - debian/control:
    - Build-Depend on python-dev (for the python module) and libpst-dev
      (for the pst-import plugin).
    - Don't build depend on libchamplain (it's in universe) and disable the
      contact maps plugin
    - Don't build-depend on clutter since mx isn't in main yet
    - Depend on gnome-icon-theme-full instead of gnome-icon-theme
    - Have evolution-dev depend on libevolution instead of evolution
    - Update Vcs-* fields.
  - debian/rules:
    - use --enable-pst-import, --enable-python, --disable-contacts-map,
      and --with-clutter=no
  - debian/patches:
    - 01_ubuntu_signature.patch: don't set the ubuntu signature as default
      for new accounts.
    - 04_delay_alarm_notifier.patch: delay alarm-notifier by 30 seconds.
    - 09_add_ubuntuone_email.patch: add patch to add Ubuntu One introduction.
    - 10_desktop_shortcuts.patch: fix the calendar shortcut to appear in the
      Launcher.
    - 11_remove_upstream_submit_bugreport.patch: Remove 'Submit Bug Report'
      option from Help menu.
    - 20_skip_broken_gconf_conversions.patch: Don't install the window size
      gconf conversions. Besides not being very useful, they are broken and
      cause gnome-settings-daemon to fail to start
    - 62_no_upstream_email_notification_by_default.patch: don't enable the
      notification icon by default since the message indicator is running.
    - 89_remove_component_id_registration.patch: ignore -c component gconf
      registration on launching just "evolution".
    - 91_add_u1_email_translations.patch: Add translations for Ubuntu One
      welcome mail https://wiki.ubuntu.com/Translations/Wanted/UbuntuOneEmail
    - onlyshowin-add-unity.patch: add Unity to the OnlyShowIn field in
      desktop files.
    - alarm-notify-nodisplay.patch: don't show the alarm notifier
      in gnome-session-properties (add NoDisplay=true to the .desktop file).
  - debian/evolution-common.gsettings-override:
    - Disable systray for alarms, as Unity doesn't have a systray. Use popup
      windows instead.
    - Correct the path to spamd as /usr/sbin/spamd.
  - debian/evolution-common.install: install signature.py to generate the
    "Sent from Ubuntu" signature.
* Dropped Ubuntu patches:
  - 02_fix_missing_include_for_composer.patch: doesn't seem needed
  - 89_remove_quit_button.patch: This didn't seem to do anything & we don't
    use express mode for anything now anyway
  - 61_translate_menu_entry.patch: No longer needed
  - 62_no_upstream_email_notification_by_default.patch: Obsolete
  - 93_no_tray_icon_by_default.patch: Use gsettings override instead
  - spamd_sbin_path.patch: Use gsettings override instead
  - nss-paths.patch: Included by Debian as 02_nss_paths.patch
  - git_edit_as_new_from_addr_3dc8b0b.patch: Already applied
  - gmodule-linking.patch: Already applied
  - libpst-pst_open-args.patch: Already applied
  - git_crash_in_mail_sidebar_936a488.patch: Already applied
  - 99git_remove_g_thread_init_09c88ab.patch: Already applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        $(top_builddir)/shell/libeshell.la \
93
93
        $(top_builddir)/em-format/libemformat.la \
94
94
        $(top_builddir)/widgets/misc/libemiscwidgets.la \
 
95
        $(top_builddir)/libemail-utils/libemail-utils.la \
 
96
        $(top_builddir)/libemail-engine/libemail-engine.la \
 
97
        $(top_builddir)/libevolution-utils/libevolution-utils.la \
95
98
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
96
99
        $(am__DEPENDENCIES_1)
97
100
am_liborg_gnome_itip_formatter_la_OBJECTS =  \
152
155
AUTOMAKE = @AUTOMAKE@
153
156
AWK = @AWK@
154
157
BASE_VERSION = @BASE_VERSION@
155
 
CAMEL_CFLAGS = @CAMEL_CFLAGS@
156
 
CAMEL_GROUPWISE_CFLAGS = @CAMEL_GROUPWISE_CFLAGS@
157
 
CAMEL_GROUPWISE_LIBS = @CAMEL_GROUPWISE_LIBS@
158
 
CAMEL_LIBS = @CAMEL_LIBS@
159
158
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
160
159
CANBERRA_LIBS = @CANBERRA_LIBS@
161
160
CC = @CC@
173
172
CPPFLAGS = @CPPFLAGS@
174
173
CYGPATH_W = @CYGPATH_W@
175
174
DATADIRNAME = @DATADIRNAME@
176
 
DATASERVER_EXEC_VERSION = @DATASERVER_EXEC_VERSION@
 
175
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
176
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
177
177
DEFS = @DEFS@
178
178
DEPDIR = @DEPDIR@
179
179
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
187
187
EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
188
188
EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
189
189
EGREP = @EGREP@
190
 
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
191
 
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
192
 
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
193
 
EVOLUTION_CALENDAR_LIBS = @EVOLUTION_CALENDAR_LIBS@
194
190
EVOLUTION_DATA_SERVER_CFLAGS = @EVOLUTION_DATA_SERVER_CFLAGS@
195
191
EVOLUTION_DATA_SERVER_LIBS = @EVOLUTION_DATA_SERVER_LIBS@
196
192
EVOLUTION_DIR = @EVOLUTION_DIR@
197
 
EVOLUTION_MAIL_CFLAGS = @EVOLUTION_MAIL_CFLAGS@
198
 
EVOLUTION_MAIL_LIBS = @EVOLUTION_MAIL_LIBS@
199
193
EXEEXT = @EXEEXT@
200
 
E_UTIL_CFLAGS = @E_UTIL_CFLAGS@
201
 
E_UTIL_LIBS = @E_UTIL_LIBS@
202
 
E_WIDGETS_CFLAGS = @E_WIDGETS_CFLAGS@
203
 
E_WIDGETS_LIBS = @E_WIDGETS_LIBS@
204
194
FGREP = @FGREP@
205
195
GCONFTOOL = @GCONFTOOL@
206
196
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
216
206
GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
217
207
GLADEUI_LIBS = @GLADEUI_LIBS@
218
208
GLIB_CFLAGS = @GLIB_CFLAGS@
 
209
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 
210
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
219
211
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
220
212
GLIB_LIBS = @GLIB_LIBS@
221
213
GLIB_MKENUMS = @GLIB_MKENUMS@
227
219
GOA_LIBS = @GOA_LIBS@
228
220
GOBJECT_QUERY = @GOBJECT_QUERY@
229
221
GREP = @GREP@
 
222
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
230
223
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
231
224
GSTREAMER_LIBS = @GSTREAMER_LIBS@
232
225
GTKDOC_CHECK = @GTKDOC_CHECK@
 
226
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
227
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
233
228
GTKDOC_MKPDF = @GTKDOC_MKPDF@
234
229
GTKDOC_REBASE = @GTKDOC_REBASE@
235
230
GTKHTML_CFLAGS = @GTKHTML_CFLAGS@
243
238
HELP_DIR = @HELP_DIR@
244
239
HTML_DIR = @HTML_DIR@
245
240
ICONV_LIBS = @ICONV_LIBS@
246
 
IMPORTERS_CFLAGS = @IMPORTERS_CFLAGS@
247
 
IMPORTERS_LIBS = @IMPORTERS_LIBS@
248
241
INSTALL = @INSTALL@
249
242
INSTALL_DATA = @INSTALL_DATA@
250
243
INSTALL_PROGRAM = @INSTALL_PROGRAM@
264
257
LDAP_CFLAGS = @LDAP_CFLAGS@
265
258
LDAP_LIBS = @LDAP_LIBS@
266
259
LDFLAGS = @LDFLAGS@
267
 
LIBFILTER_CFLAGS = @LIBFILTER_CFLAGS@
268
 
LIBFILTER_LIBS = @LIBFILTER_LIBS@
269
260
LIBICONV = @LIBICONV@
270
261
LIBINTL = @LIBINTL@
271
262
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
331
322
SENS_LIBS = @SENS_LIBS@
332
323
SET_MAKE = @SET_MAKE@
333
324
SHELL = @SHELL@
334
 
SHELL_CFLAGS = @SHELL_CFLAGS@
335
 
SHELL_LIBS = @SHELL_LIBS@
336
325
SOEXT = @SOEXT@
337
326
STRIP = @STRIP@
338
327
TNEF_CFLAGS = @TNEF_CFLAGS@
339
 
TZDIALOG_CFLAGS = @TZDIALOG_CFLAGS@
340
 
TZDIALOG_LIBS = @TZDIALOG_LIBS@
341
328
UPGRADE_REVISION = @UPGRADE_REVISION@
342
329
USE_NLS = @USE_NLS@
343
330
VERSION = @VERSION@
375
362
etspecdir = @etspecdir@
376
363
evolutionhelpdir = @evolutionhelpdir@
377
364
exec_prefix = @exec_prefix@
 
365
gsettingsschemadir = @gsettingsschemadir@
378
366
host = @host@
379
367
host_alias = @host_alias@
380
368
host_cpu = @host_cpu@
423
411
        $(AM_CPPFLAGS)                                  \
424
412
        -I$(top_srcdir)                                 \
425
413
        -I$(top_srcdir)/widgets                         \
 
414
        $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
426
415
        $(GNOME_PLATFORM_CFLAGS)                        \
427
 
        $(EVOLUTION_MAIL_CFLAGS)                        \
428
 
        $(EVOLUTION_CALENDAR_CFLAGS)
 
416
        $(GTKHTML_CFLAGS)
429
417
 
430
418
liborg_gnome_itip_formatter_la_SOURCES = itip-formatter.c itip-view.c itip-view.h
431
419
liborg_gnome_itip_formatter_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
436
424
        $(top_builddir)/shell/libeshell.la                      \
437
425
        $(top_builddir)/em-format/libemformat.la                \
438
426
        $(top_builddir)/widgets/misc/libemiscwidgets.la         \
439
 
        $(CAMEL_LIBS)                                           \
440
 
        $(EVOLUTION_CALENDAR_LIBS)                              \
441
 
        $(GNOME_PLATFORM_LIBS)
 
427
        $(top_builddir)/libemail-utils/libemail-utils.la        \
 
428
        $(top_builddir)/libemail-engine/libemail-engine.la      \
 
429
        $(top_builddir)/libevolution-utils/libevolution-utils.la \
 
430
        $(EVOLUTION_DATA_SERVER_LIBS)                           \
 
431
        $(GNOME_PLATFORM_LIBS)                                  \
 
432
        $(GTKHTML_LIBS)
442
433
 
443
434
error_DATA = org-gnome-itip-formatter.error
444
435
errordir = $(privdatadir)/errors