[evolution-patches] Fix pkg-config Requires: lines



This patches fixes the Requires: lines in the pkgconfig files,
to use the correct variable of GAL_REQUIRED instead of GAL_VERSION.

-- dobey

Index: camel.pc.in
===================================================================
RCS file: /cvs/gnome/evolution/camel.pc.in,v
retrieving revision 1.1
diff -u -r1.1 camel.pc.in
--- camel.pc.in	6 Jan 2003 14:16:59 -0000	1.1
+++ camel.pc.in	22 May 2003 18:50:25 -0000
@@ -8,6 +8,6 @@
 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}
Index: evolution-addressbook.pc.in
===================================================================
RCS file: /cvs/gnome/evolution/evolution-addressbook.pc.in,v
retrieving revision 1.2
diff -u -r1.2 evolution-addressbook.pc.in
--- evolution-addressbook.pc.in	6 Feb 2003 17:04:33 -0000	1.2
+++ evolution-addressbook.pc.in	22 May 2003 18:50:25 -0000
@@ -12,6 +12,6 @@
 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}
Index: evolution-calendar.pc.in
===================================================================
RCS file: /cvs/gnome/evolution/evolution-calendar.pc.in,v
retrieving revision 1.2
diff -u -r1.2 evolution-calendar.pc.in
--- evolution-calendar.pc.in	6 Feb 2003 17:04:33 -0000	1.2
+++ evolution-calendar.pc.in	22 May 2003 18:50:25 -0000
@@ -12,6 +12,6 @@
 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}
Index: evolution-shell.pc.in
===================================================================
RCS file: /cvs/gnome/evolution/evolution-shell.pc.in,v
retrieving revision 1.4
diff -u -r1.4 evolution-shell.pc.in
--- evolution-shell.pc.in	6 Feb 2003 17:45:14 -0000	1.4
+++ evolution-shell.pc.in	22 May 2003 18:50:25 -0000
@@ -18,6 +18,6 @@
 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}


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