GNOME Bugzilla – Bug 687166
Port to libgee 0.8
Last modified: 2012-11-02 09:16:21 UTC
libgee 0.8 is the target version for GNOME 3.8
Created attachment 227678 [details] [review] Port from libgee 0.6 to 0.8 The only change needed is to fix arguments to HashMap constructor. libgee 0.8 infers hash_func/equal_func from the types.
Review of attachment 227678 [details] [review]: Looks good to me ::: configure.ac @@ -47,3 @@ libxklavier, libxml-2.0, - gee-1.0, Hmm, curious, so although caribou was only supporting libglee-0.6 it was asking for libglee-1.0?
(In reply to comment #2) > Hmm, curious, so although caribou was only supporting libglee-0.6 it was asking > for libglee-1.0? It was correct. libgee changed its pkg-config/vapi naming scheme since 0.8 to reflect actual API version instead of 1.0.
Comment on attachment 227678 [details] [review] Port from libgee 0.6 to 0.8 Thanks, pushed. Attachment 227678 [details] pushed as f2151eb - Port from libgee 0.6 to 0.8
I think this should be closed?