diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-15 23:20:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-16 02:45:55 +0800 |
commit | 333897772f2cf3251915800aff2c836f02095c84 (patch) | |
tree | 6e5d9d2c81b0c1bdf3d3e941e09f2a724a2c56fe /evolution-zip.in | |
parent | 3acb21484e8b93916641dcd0a9b13fed2488a1ef (diff) | |
download | gsoc2013-evolution-333897772f2cf3251915800aff2c836f02095c84.tar.gz gsoc2013-evolution-333897772f2cf3251915800aff2c836f02095c84.tar.zst gsoc2013-evolution-333897772f2cf3251915800aff2c836f02095c84.zip |
Remove gnome-pilot integration.
It just doesn't belong in Evolution anymore. We don't support syncing
with more modern devices -- see Conduits or SyncEvolution for that -- so
it does not make sense for older model Palm Pilot PDAs to be the lone
exception.
I have repackaged the Evolution-Data-Server conduit modules to be
provided by gnome-pilot itself in bug #619315. This should provide
eqivalent Palm Pilot syncing functionality; it's just being moved to
gnome-pilot.
This completely severs our dependency on deprecated GNOME 2.x libraries
which were still being dragged in by way of gnome-pilot dependencies.
It was also interfereing with our bundling of libgnomecanvas.
Diffstat (limited to 'evolution-zip.in')
-rwxr-xr-x | evolution-zip.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/evolution-zip.in b/evolution-zip.in index 4373f1c2ba..9183c3c52b 100755 --- a/evolution-zip.in +++ b/evolution-zip.in @@ -12,7 +12,6 @@ cd @prefix@ rm $ZIP zip -r $ZIP -@ <<EOF bin/libeabutil-0.dll -bin/libeconduit-0.dll bin/libecontacteditor-0.dll bin/libecontactlisteditor-0.dll bin/libefilterbar-0.dll @@ -63,7 +62,6 @@ fi rm $DEVZIP zip -r $DEVZIP -@ <<EOF lib/libeabutil.dll.a -lib/libeconduit.dll.a lib/libecontacteditor.dll.a lib/libecontactlisteditor.dll.a lib/libefilterbar.dll.a |