After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622884 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
evolution[cleanup]
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 10:42 UTC by André Klapper
Modified: 2013-09-14 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 10:42:32 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib.

See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html .

According to a quick grep this module seems to use dbus-glib:

./evolution-data-server/configure.ac:PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1 >= dbus_glib_minimum_version)
./evolution-data-server/configure.ac:EVOLUTION_ADDRESSBOOK_DEPS="libxml-2.0 dbus-glib-1 gobject-2.0 gthread-2.0 gconf-2.0"
./evolution-data-server/configure.ac:	EVOLUTION_CALENDAR_DEPS="libical >= libical_minimum_version libxml-2.0 dbus-glib-1 gio-2.0 gobject-2.0 gthread-2.0 gconf-2.0"
Comment 1 Milan Crha 2010-07-28 11:56:08 UTC
Created commit 7924f70 in eds master (2.31.6+)

New folders:
  addressbook/libegdbus
  calendar/libegdbus
where are created libraries shared between libebook/libedata-book, respectively libecal/libedata-cal. In these new folders can be invoked
   $ make gdbus-files
which will regenerated files with gdbus-binding-tool, which should be patched with patches from bug #625301 and bug #625318.

Apart of this nothing much to share, just report bugs if you find. I'm not sure how with dist-check or dist at all, hopefully I didn't do any mistake there.