eds: Use new folks API for Google address book system groups
This removes the gigantic hack based on matching translatable strings across gettext domains, and instead uses a new API from libfolks 0.7.2. This requires EDS 3.5.2 at runtime (as it depends on a new vCard property being exported by the Google Contacts backend), so its dependency has been bumped as well. If the vCard property is not present, all Google contacts will be considered _not_ in the “My Contacts” address book. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676383
This commit is contained in:
parent
e5ed6c6667
commit
1cf1d966ba
5 changed files with 8 additions and 35 deletions
|
@ -36,7 +36,7 @@ AC_SUBST(GETTEXT_PACKAGE)
|
|||
pkg_modules="gtk+-3.0 >= 3.4.0
|
||||
glib-2.0 >= 2.31.10
|
||||
gnome-desktop-3.0
|
||||
folks >= 0.7.1
|
||||
folks >= 0.7.2
|
||||
folks-telepathy
|
||||
folks-eds
|
||||
libnotify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue