aboutsummaryrefslogtreecommitdiffstats
path: root/evolution-zip.in
Commit message (Collapse)AuthorAgeFilesLines
* 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