diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-05-23 04:11:16 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-05-23 04:11:16 +0800 |
commit | 9b2ce877c9789e67c48e18f7ceb0874123090d5b (patch) | |
tree | 155ef0a498f09d3f8fe6359ec2f097d13ebf8fa9 | |
parent | 3b09469abc75b204bb206a8665c124782a9f35b8 (diff) | |
download | gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar.gz gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar.bz2 gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar.lz gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar.xz gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.tar.zst gsoc2013-evolution-9b2ce877c9789e67c48e18f7ceb0874123090d5b.zip |
s/GAL_VERSION/GAL_REQUIRED/
2003-05-22 Rodney Dawes <dobey@ximian.com>
* camel.pc.in:
* evolution-addressbook.pc.in:
* evolution-calendar.pc.in:
* evolution-shell.pc.in: s/GAL_VERSION/GAL_REQUIRED/
svn path=/trunk/; revision=21324
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | camel.pc.in | 2 | ||||
-rw-r--r-- | evolution-addressbook.pc.in | 2 | ||||
-rw-r--r-- | evolution-calendar.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
5 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,10 @@ +2003-05-22 Rodney Dawes <dobey@ximian.com> + + * camel.pc.in: + * evolution-addressbook.pc.in: + * evolution-calendar.pc.in: + * evolution-shell.pc.in: s/GAL_VERSION/GAL_REQUIRED/ + 2003-05-22 Dmitry G. Mastrukov <dmitry@taurussoft.org> * configure.in: Added Belarusian to ALL_LINGUAS. diff --git a/camel.pc.in b/camel.pc.in index 8e637b9ba1..ebd0458a03 100644 --- a/camel.pc.in +++ b/camel.pc.in @@ -8,6 +8,6 @@ camel_providerdir=@camel_providerdir@ Name: camel Description: the Evolution mail library Version: @VERSION@ -Requires: gal-2.0 >= @GAL_VERSION@ +Requires: gal-2.0 >= @GAL_REQUIRED@ Libs: -L${libdir} -lcamel Cflags: -I${includedir} diff --git a/evolution-addressbook.pc.in b/evolution-addressbook.pc.in index ed8f9f09fd..262516fc84 100644 --- a/evolution-addressbook.pc.in +++ b/evolution-addressbook.pc.in @@ -12,6 +12,6 @@ privincludedir=@privincludedir@ Name: evolution-addressbook Description: libraries needed for Evolution addressbook backends Version: @VERSION@ -Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ libgnome-2.0 camel = @VERSION@ +Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_REQUIRED@ libgnome-2.0 camel = @VERSION@ Libs: -L${privlibdir} -lpas -lebook -lename -lversit Cflags: -I${privincludedir} diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in index 7891596420..66d8117093 100644 --- a/evolution-calendar.pc.in +++ b/evolution-calendar.pc.in @@ -12,6 +12,6 @@ privincludedir=@privincludedir@ Name: evolution-calendar Description: libraries needed for Evolution calendar backends Version: @VERSION@ -Requires: libgnome-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ gnome-vfs-2.0 +Requires: libgnome-2.0 libbonobo-2.0 gal-2.0 >= @GAL_REQUIRED@ gnome-vfs-2.0 Libs: -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -lwombat -leutil Cflags: -I${privincludedir} diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 76f47cb2b2..a789bcb14f 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -18,6 +18,6 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= @GAL_VERSION@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} |