Commit Graph

9 Commits

Author SHA1 Message Date
d09d8de870 Consolidate base utility libraries into libeutil.
Evolution consists of entirely too many small utility libraries, which
increases linking and loading time, places a burden on higher layers of
the application (e.g. modules) which has to remember to link to all the
small in-tree utility libraries, and makes it difficult to generate API
documentation for these utility libraries in one Gtk-Doc module.

Merge the following utility libraries under the umbrella of libeutil,
and enforce a single-include policy on libeutil so we can reorganize
the files as desired without disrupting its pseudo-public API.

   libemail-utils/libemail-utils.la
   libevolution-utils/libevolution-utils.la
   filter/libfilter.la
   widgets/e-timezone-dialog/libetimezonedialog.la
   widgets/menus/libmenus.la
   widgets/misc/libemiscwidgets.la
   widgets/table/libetable.la
   widgets/text/libetext.la

This also merges libedataserverui from the Evolution-Data-Server module,
since Evolution is its only consumer nowadays, and I'd like to make some
improvements to those APIs without concern for backward-compatibility.

And finally, start a Gtk-Doc module for libeutil.  It's going to be a
project just getting all the symbols _listed_ much less _documented_.
But the skeletal structure is in place and I'm off to a good start.
2012-12-12 14:33:43 -05:00
333897772f 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.
2010-06-15 14:45:55 -04:00
fa576d5735 Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemas
2008-05-08  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults
	and etc/gconf/schemas trees. The intent is to do "make install" to
	a temporary empty folder anyway, so there won't be any extra stuff
	in there. It is essential to get all the empty %gconf.xml files,
	also from the gconf.xml.defaults/apps and
	gconf.xml.defaults/schemas folders.


svn path=/trunk/; revision=35476
2008-05-08 03:55:48 +00:00
1eab776822 etc/gconf/gconf.xml.defaults/apps/evolution was missing.
2008-03-05  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: etc/gconf/gconf.xml.defaults/apps/evolution
	was missing.


svn path=/trunk/; revision=35137
2008-03-05 13:24:01 +00:00
d393305b81 Add share/icons/hicolor.
2008-03-03  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Add share/icons/hicolor.


svn path=/trunk/; revision=35129
2008-03-03 20:39:43 +00:00
af6833998b Misc simplification and cleanup.
2008-03-03  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Misc simplification and cleanup.


svn path=/trunk/; revision=35113
2008-03-03 00:29:20 +00:00
a765a5229c Correct file names that have had the @BASE_VERSION@ dropped. Look for
2008-02-06  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Correct file names that have had the
	@BASE_VERSION@ dropped. Look for message locales first from
	share/locale, as that is where they get stuffed when building
	against a properly built GNU gettext.


svn path=/trunk/; revision=34966
2008-02-06 12:08:47 +00:00
74c480c993 Include also the glade files in the plugins directory.
2006-01-04  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: Include also the glade files in the plugins
	directory.

	Include all of etc/gconf in the zipfile. (One should "make
	install" to a temporary directory when building a distribution
	anyway, so only evolution's GConf stuff will be included.)

svn path=/trunk/; revision=31045
2006-01-04 02:36:55 +00:00
2abbca1519 New file, a script used to build a Win32 zipfile distribution of
2005-12-02  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: New file, a script used to build a
	Win32 zipfile distribution of Evolution.

	* Makefile.am
	* configure.in: Distribute and expand it.

svn path=/trunk/; revision=30712
2005-12-02 00:53:16 +00:00