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

« back to all changes in this revision

Viewing changes to modules/itip-formatter/plugin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 23:07:40 UTC
  • mfrom: (1.1.92)
  • Revision ID: package-import@ubuntu.com-20120703230740-0hjh6kfpxsyb88gx
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Add libwebkitgtk-3.0-dev, libjavascriptcoregtk-3.0-dev >= 1.8.0 to build
    dependencies.
  - Adjust Build-Depends for the new minimum versions required for EDS 3.5.
  - Also update evolution's Depends to require evolution-data-server >= 3.5,
    and << 3.6.
* debian/rules:
  - Update ELIBDIR to point to /usr/lib/evolution/3.6 now, as per the base
    version defined in configure.
  - Build all plugins rather than enabling experimental specifically; we can
    sort them to other packages after.
  - Drop the binary-install/evolution-common target.
* debian/patches/01_ubuntu_signature.patch: dropped; upstream code has changed
  sufficiently that it would pretty much need a rewrite; and Evolution is no
  longer the default shipped mail client on Desktop.
* debian/patches/04_delay_alarm_notifier.patch: refreshed.
* debian/patches/89_remove_component_id_registration.patch: dropped: we don't
  have UNE anymore and component ID registration has been moved to GSettings.
* debian/patches/10_revert_libevolution_avoid-version.patch: refreshed.
* debian/patches/91_add_u1_email_translations.patch: refreshed.
* debian/evolution-common.install:
  - Drop debian/signature.py.
  - Don't install /usr/share/mime-info; it's not built anymore.
* debian/signature.py: dropped; since we dropped the Ubuntu signature patch.
* debian/evolution.install: don't try to install files in /etc/gconf; evo
  has migrated to GSettings so there are no such files anymore.
* debian/evolution.install,
  debian/evolution-plugins.install,
  debian/evolution-plugins-experimental.install: remove the plugins that were
  converted to modules. Modules are already installed by libevolution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@EVO_PLUGIN_RULE@
 
2
 
 
3
plugin_DATA = org-gnome-itip-formatter.eplug
 
4
plugin_LTLIBRARIES = liborg-gnome-itip-formatter.la
 
5
 
 
6
liborg_gnome_itip_formatter_la_CPPFLAGS =               \
 
7
        $(AM_CPPFLAGS)                                  \
 
8
        -I$(top_srcdir)                                 \
 
9
        -I$(top_srcdir)/widgets                         \
 
10
        -I$(top_srcdir)/modules/itip-formatter          \
 
11
        -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\"    \
 
12
        $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
 
13
        $(GNOME_PLATFORM_CFLAGS)
 
14
 
 
15
liborg_gnome_itip_formatter_la_SOURCES =                \
 
16
        config-ui.c                                     \
 
17
        ../e-conflict-search-selector.c                 \
 
18
        ../e-conflict-search-selector.h                 \
 
19
        ../e-source-conflict-search.c                   \
 
20
        ../e-source-conflict-search.h
 
21
 
 
22
liborg_gnome_itip_formatter_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
 
23
 
 
24
liborg_gnome_itip_formatter_la_LIBADD =                         \
 
25
        $(top_builddir)/e-util/libeutil.la                      \
 
26
        $(top_builddir)/calendar/gui/libevolution-calendar.la   \
 
27
        $(top_builddir)/mail/libevolution-mail.la               \
 
28
        $(top_builddir)/shell/libeshell.la                      \
 
29
        $(top_builddir)/em-format/libemformat.la                \
 
30
        $(top_builddir)/widgets/misc/libemiscwidgets.la         \
 
31
        $(EVOLUTION_DATA_SERVER_LIBS)                           \
 
32
        $(GNOME_PLATFORM_LIBS)
 
33
 
 
34
BUILT_SOURCES = $(plugin_DATA)
 
35
 
 
36
CLEANFILES = $(BUILT_SOURCES)
 
37
 
 
38
EXTRA_DIST = \
 
39
        org-gnome-itip-formatter.eplug.xml
 
40
 
 
41
-include $(top_srcdir)/git.mk