slackbuilds_ponce/system/evolution-data-server
Ozan Türkyılmaz f05bcd678f
system/evolution-data-server: Updated for version 3.44.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-10 22:48:14 +07:00
..
3.36.5-gtk-doc-1.32-compat.patch system/evolution-data-server: Updated to 3.44.1 2022-05-14 19:27:52 +07:00
doinst.sh
evolution-data-server.info system/evolution-data-server: Updated for version 3.44.4. 2022-08-10 22:48:14 +07:00
evolution-data-server.SlackBuild system/evolution-data-server: Updated for version 3.44.4. 2022-08-10 22:48:14 +07:00
README system/evolution-data-server: Make introspection and vala yes by default 2022-07-17 19:08:46 +07:00
slack-desc

Evolution Data Server manages access to the calendar, tasks and 
addressbook information available for Evolution and other applications.

It is a CORBA component which, when activated, allows concurrent access 
by several client applications to the same data, adding to that 
notifications of changes, which are signalled to all clients. 

Its extensible architecture, allows the addition of plugins to manage 
different kinds of calendar/tasks/addressbook sources, by just writing 
a shared library, which will be loaded by evolution-data-server on 
startup. 

Below variables can be used to configure the build:
    INTROSPECTION=no  : Enable GObject introspection
                        the dependecies must be compiled with 
                        introspection or the build will fail.
    VALA=no           : Generate VALA bindings
                        Requires INTROSPECTION=YES
    GTKDOC=yes        : Use gtk-doc to build documentation
    TESTS=yes         : Enable installed tests
    GCOV=yes          : Enable build with GCOV code coverage
                        Requires gcov