summaryrefslogtreecommitdiff
path: root/evolution-data-server.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Change the installation path for E-D-S backends.Matthew Barnes2011-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | Address book and calendar backend modules are now split into different installation directories so the D-Bus factory processes will only load relevant backend modules. This changes some pkg-config details for third-party backend modules. Instead of querying the backend directory with: pkg-config --variable=extensiondir evolution-data-server-1.2 you must query the directory for address book backends with: pkg-config --variable=backenddir libedata-book-1.2 and the directory for calendar backends with: pkg-config --variable=backenddir libedata-cal-1.2
* Replace dbus-glib-1 with gio-2.0 in pkgconfig files.Matthew Barnes2010-08-021-1/+1
|
* Remove the IDL stuff from our pkgconfig files.Matthew Barnes2009-10-271-2/+0
|
* Bug 34490 - Add nss/nspr package names to pkgconfig requirementsMatthew Barnes2009-10-271-1/+1
| | | | | This only works on distros that provide pkgconfig files for libnss and libnspr, which by now I would hope is all distros.
* BUGFIX 590227: missing evolution-data-server idlBharath Acharya2009-08-181-0/+2
| | | | evolution complains missing evolution-data-server idl
* Migrate eds pkgconfig to dbusRoss Burton2009-08-171-4/+1
|
* Remove libgnome from libedataserverui depends, and change libgnome-2.0 toRoss Burton2008-09-241-1/+1
| | | | | | | | | | | | | 2008-09-24 Ross Burton <ross@linux.intel.com> * configure.in: Remove libgnome from libedataserverui depends, and change libgnome-2.0 to libbonobo-2.0 for the addressbook and calendar. * evolution-data-server.pc.in: Remove libgnome-2.0 as it isn't used. svn path=/trunk/; revision=9603
* defined @datarootdir@. Fixes #344596.Frederic Peters2006-07-101-0/+1
| | | | | | 2006-07-10 Frederic Peters <fpeters@entrouvert.com> * *.pc.in: defined @datarootdir@. Fixes #344596.
* Remove extra space following -I which is not kind to Tru64 Unix CHarish Krishnaswamy2006-05-101-1/+1
| | | | | | | | | | | | | | 2006-05-10 Harish Krishnaswamy <kharish@novell.com> * addressbook/libebook/libebook.pc.in, addressbook/libedata-book/libedata-book.pc.in, calendar/libecal/libecal.pc.in, calendar/libedata-cal/libedata-cal.pc.in, configure.in, evolution-data-server.pc.in, libedataserver/libedataserver.pc.in, servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word. Fixes #271839.
* Add variable execversion that denotes the version of theHarish Krishnaswamy2006-02-061-0/+2
| | | | | | | | 2006-02-06 Harish Krishnaswamy <kharish@novell.com> * evolution-data-server.pc.in: Add variable execversion that denotes the version of the evolution-data-server executable.
* Modify camelproviderdir to use API_VERSION. use VERSION instead ofHarish Krishnaswamy2005-04-251-1/+1
| | | | | | | | 2005-04-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Modify camelproviderdir to use API_VERSION. * evolution-data-server.pc.in: use VERSION instead of * API_VERSION.
* use API_VERSION instead of BASE_VERSION in pc files. bump version, leaveHarish Krishnaswamy2005-04-111-1/+1
| | | | | | | | | | | | 2005-04-11 Harish Krishnaswamy <kharish@novell.com> * Makefile.am files: use API_VERSION instead of BASE_VERSION in pc files. * configure.in: bump version, leave extensiondir, idldir, bonobo server and libtool numbers untouched (use API_VERSION instead). * evolution-data-server.pc.in, libedataserver/Makefile.am, servers/groupwise/Makefile.am, src/Makefile.am: use API_VERSION.
* added weather calendar backend to build.David Trowbridge2005-01-071-0/+2
| | | | | | | 2005-01-07 David Trowbridge <David.Trowbridge@Colorado.edu> * configure.in: * Makefile.am: added weather calendar backend to build.
* add these variables so extension authors can find the place to installChris Toshok2004-09-301-0/+2
| | | | | | | | 2004-09-30 Chris Toshok <toshok@ximian.com> * evolution-data-server.pc.in (extensiondir,privlibdir): add these variables so extension authors can find the place to install their stuff.
* don't hard code pkg config versionJP Rosevear2004-09-231-0/+12
2004-09-23 JP Rosevear <jpr@novell.com> * Makefile.am: don't hard code pkg config version * configure.in: bump version, reset libtool versions because the library is now versioned * libedataserver/Makefile.am: build versioned lib and version pkgconfig stuff * src/Makefile.am: link against versioned libs 2004-09-23 JP Rosevear <jpr@novell.com> * Makefile.am: build versioned library and don't hard code pkg config name 2004-09-23 JP Rosevear <jpr@novell.com> * libebook/Makefile.am: build a versioned lib, don't hard code the pkgconfig version * libedata-book/Makefile.am: ditto * backends/file/Makefile.am: link against the correct library version * backends/groupwise/Makefile.am: ditto * backends/vcf/Makefile.am: ditto * backends/ldap/Makefile.am: ditto * tests/vcard/Makefile.am: ditto * tests/ebook/Makefile.am: ditto 2004-09-23 JP Rosevear <jpr@novell.com> * libecal/Makefile.am: build a versioned lib, don't hard code the pkgconfig version * libedata-cal/Makefile.am: ditto * backends/file/Makefile.am: link against the correct library version * backends/http/Makefile.am: ditto * backends/groupwise/Makefile.am: ditto * backends/contacts/Makefile.am: ditto * tests/ecal/Makefile.am: ditto