[evolution] Stub in pkg-config files for mail and calendar.



commit ce6181e8b279b48ce30e84e830d01b4549b353d8
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Sep 18 17:51:25 2009 -0400

    Stub in pkg-config files for mail and calendar.
    
    The requirements list needs fleshed out but I thought we could just add
    things as needed, especially for Anjal.

 Makefile.am              |    6 ++++--
 configure.ac             |    2 ++
 evolution-calendar.pc.in |   17 +++++++++++++++++
 evolution-mail.pc.in     |   17 +++++++++++++++++
 evolution-shell.pc.in    |    2 +-
 5 files changed, 41 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d88ad13..3738e5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,10 @@ changelogs =				\
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = 				\
-	evolution-shell.pc	\
-	evolution-plugin.pc
+	evolution-calendar.pc			\
+	evolution-mail.pc			\
+	evolution-plugin.pc			\
+	evolution-shell.pc
 
 EXTRA_DIST = 			\
 	AUTHORS			\
diff --git a/configure.ac b/configure.ac
index fd2a648..a188caf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2072,6 +2072,8 @@ smime/lib/Makefile
 smime/gui/Makefile
 sounds/Makefile
 evolution-zip
+evolution-calendar.pc
+evolution-mail.pc
 evolution-shell.pc
 evolution-plugin.pc
 ])
diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in
new file mode 100644
index 0000000..173390c
--- /dev/null
+++ b/evolution-calendar.pc.in
@@ -0,0 +1,17 @@
+prefix= prefix@
+exec_prefix= exec_prefix@
+libdir= libdir@
+includedir= includedir@
+
+privlibdir= privsolibdir@
+privincludedir= privincludedir@
+
+# The requirements list is kind of guesswork at
+# the moment.  Add more requirements as needed.
+
+Name: Evolution Calendar
+Description: Calendar utilities for Evolution
+Version: @VERSION@
+Requires: evolution-shell libgnomecanvas-2.0
+Libs: -L${privlibdir} -levolution-calendar
+Cflags: -I${privincludedir}
diff --git a/evolution-mail.pc.in b/evolution-mail.pc.in
new file mode 100644
index 0000000..8f25d2c
--- /dev/null
+++ b/evolution-mail.pc.in
@@ -0,0 +1,17 @@
+prefix= prefix@
+exec_prefix= exec_prefix@
+libdir= libdir@
+includedir= includedir@
+
+privlibdir= privsolibdir@
+privincludedir= privincludedir@
+
+# The requirements list is kind of guesswork at
+# the moment.  Add more requirements as needed.
+
+Name: Evolution Mail
+Description: Mail utilities for Evolution
+Version: @VERSION@
+Requires: evolution-shell camel-1.2 libgnomecanvas-2.0
+Libs: -L${privlibdir} -levolution-mail
+Cflags: -I${privincludedir}
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in
index 69f69de..f4c9516 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -20,6 +20,6 @@ execversion= BASE_VERSION@
 Name: evolution-shell
 Description: libraries needed for Evolution shell components
 Version: @VERSION@
-Requires: unique-1.0
+Requires: dbus-glib-1 gconf-2.0 gnome-desktop-2.0 gtk+-2.0 libedataserverui-1.2 libglade-2.0 unique-1.0
 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir}
 Cflags: -I${privincludedir}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]