aboutsummaryrefslogtreecommitdiffstats
path: root/evolution-zip.in
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove gnome-pilot integration.Matthew Barnes2010-06-161-2/+0
| | | | | | | | | | | | | | | | 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.
* Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemasTor Lillqvist2008-05-081-2/+1
| | | | | | | | | | | | | | 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
* etc/gconf/gconf.xml.defaults/apps/evolution was missing.Tor Lillqvist2008-03-051-0/+1
| | | | | | | | | | 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
* Add share/icons/hicolor.Tor Lillqvist2008-03-041-0/+1
| | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Add share/icons/hicolor. svn path=/trunk/; revision=35129
* Misc simplification and cleanup.Tor Lillqvist2008-03-031-70/+44
| | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Misc simplification and cleanup. svn path=/trunk/; revision=35113
* Correct file names that have had the @BASE_VERSION@ dropped. Look forTor Lillqvist2008-02-061-13/+16
| | | | | | | | | | | | 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
* Include also the glade files in the plugins directory.Tor Lillqvist2006-01-041-5/+2
| | | | | | | | | | | | | 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
* New file, a script used to build a Win32 zipfile distribution ofTor Lillqvist2005-12-021-0/+116
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