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
This commit is contained in:

committed by
Rodney Dawes

parent
3b09469abc
commit
9b2ce877c9
@ -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.
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user